Releases: Sylius/Stack
Releases · Sylius/Stack
v0.12.2
v0.12.1
What's Changed
- feat: compile dark mode assets and update reference by @camilleislasse in #361
Full Changelog: v0.12.0...v0.12.1
v0.12.0
What's Changed
TL;DR
- Dark mode
- New tree output on the Twig hooks debug command
Features & improvements
- [Maintenance][CI] Update split packages action by @NoResponseMate in #352
- [BootstrapAdminUi] fix breadcrumbs template crashing when configuration.title is not set by @camilleislasse in #355
- fix(bootstrap-admin-ui): Fix data table when using a resource without id by @loic425 in #356
- [TwigHooks] Improve sylius:debug:twig-hooks command by @camilleislasse in #357
- Fix templates without configuration or metadata from resource bundle by @loic425 in #358
- Add a modal id prop on the delete modal component by @loic425 in #359
- feat: implement dark mode support by @camilleislasse in #353
New Contributors
- @NoResponseMate made their first contribution in #352
Full Changelog: v0.11.0...v0.12.0
v0.11.0
What's Changed
TL;DR
- New command to debug hooks & hookables
- EnumFilter Twig template
Features & improvements
- [BootstrapAdminUi] Upgrade tabler.io version by @rem42 in #319
- [BootstrapAdminUi] fix template upgrade tabler.io by @rem42 in #346
- [TwigHooks] Fix Twig 3 deprecations by @acrobat in #311
- feat(grid): add default EnumFilter Twig template by @stlgaits in #331
- [TwigHooks] Add debug command to display hooks and hookables by @camilleislasse in #326
Internals
- Prepare next release by @loic425 in #318
- [CI] Fix the CI by @loic425 in #345
- fix(CI): Fix postgresql in CI by @loic425 in #349
- chore(tests-application): Use custom metatags by @loic425 in #350
- fix(tool): [link] add missing
Pathclass by @maxperei in #328
Docs
- docs(install): update install instructions with Symfony 8 projects by @stlgaits in #322
- [Docs] Export Grid data to CSV cookbook by @loic425 in #325
- [Docs] Use new withFields and withFilters methods by @loic425 in #321
- [Docs] Change packages' order and add a few icons by @loic425 in #330
- [Docs] Fix Resource setup by @loic425 in #332
- [Docs] Grouping fields into only one chapter by @loic425 in #333
- [Docs] Grouping actions into only one chapter by @loic425 in #334
- [Docs] Grouping filters into only one chapter by @loic425 in #335
- [Docs] Use tabs in grid filters by @loic425 in #336
- [Docs] Use AsGrid attribute in filters by @loic425 in #337
- [Docs] Improve actions' chapter by @loic425 in #338
- [Docs] Update getting started with Symfony requirements by @loic425 in #340
- [Docs] Action templates by @loic425 in #339
- [Docs] Fix grid index links by @loic425 in #342
- [Docs] Add AsField attribute on documentation by @loic425 in #343
- [Docs] External php files for resources' configuration by @loic425 in #320
- [Docs] Use League CSV package for grid data exporter by @loic425 in #348
- [Docs] Add allow-contrib step to getting started guide by @Rafikooo in #341
New Contributors
- @rem42 made their first contribution in #319
- @acrobat made their first contribution in #311
- @camilleislasse made their first contribution in #326
- @maxperei made their first contribution in #328
Full Changelog: v0.10.0...v0.11.0
v0.10.0
TL;DR
- Support Symfony 8.0
- Add a footer on the admin panel
Features
- [UiTranslations] Added Dutch translations by @shinyvision in #293
- [BootstrapAdminUi] add a footer by @loic425 in #303
- Prepare 0.10 by @loic425 in #288
- TASK: [AdminUi] add missing german translations by @crydotsnake in #306
- [BootstrapAdminUi] Use translation domain on menu by @loic425 in #310
- Add support for Symfony 8 by @loic425 in #317
Docs
- [Docs] Fix a typo in create new resource chapter by @loic425 in #291
- [Docs] Add Resource Lifecycle by @loic425 in #299
- [Docs] Rework Sylius resource introduction by @loic425 in #298
- [Docs] Collapse menu items by @loic425 in #302
- [Docs][BootstrapAdminUi] Copy usage with Sylius resource package by @loic425 in #301
- [Docs] Fix speaker autocomplete by @loic425 in #305
- TASK: [DOCS] adjust firewall config docs by @crydotsnake in #312
- TASK: [DOCS] improve getting started stack docs by @crydotsnake in #313
New Contributors
- @shinyvision made their first contribution in #293
- @crydotsnake made their first contribution in #306
Full Changelog: v0.9.1...v0.10.0
v0.9.0
What's Changed
Features & Fixes
- Update passing-data-to-your-hookables.md by @redips in #271
- Add metatags hook (favicon, seo, etc.) by @Florian-Merle in #275
- Add German translations by @alexanderbuerner in #272
- WCAG improvements by @loic425 in #268
- Fix data table template when no grid is attached to the index operation by @loic425 in #279
- [AdminUi] Use admin dashboard route instead of admin ui configuration by @loic425 in #283
- [BootstrapAdminUi] Allow configuring primary Twig hook for CRUD templates by @loic425 in #277
Docs
- docs: [BootstrapAdminUi] fix Mermaid syntax error by @stlgaits in #265
- [Docs] Remove unnecessary parts of the getting started by @loic425 in #282
- [Docs] Add "Configure the routes' name" section to resource/configure_your_operations.md by @coldic3 in #273
- [Docs][TwigExtra] Fix sylius_sort_by example by @loic425 in #284
- [Docs][TwigExtra] Fix another sort_by to sylius_sort_by by @loic425 in #285
- [Docs] Improve documentation about resource by @loic425 in #286
Maintenance
- [Tests app] Fix removing speakers by @loic425 in #263
- Add link script by @Florian-Merle in #255
- Prepare 0.9 by @loic425 in #287
New Contributors
- @redips made their first contribution in #271
- @coldic3 made their first contribution in #273
- @alexanderbuerner made their first contribution in #272
Full Changelog: v0.8.1...v0.9.0
v0.8.1
v0.8.0
New features & improvements
- Update twig hook's icon.svg in the profiler by @JeanDavidDaviet in #246
- [TwigHook] Add prefix and suffix on debug comment by @Prometee in #250
- Enable starting Stimulus app yourself by @loic425 in #253
- Make title configurable by @Florian-Merle in #256
- Allow first-level menu items without children to have blank target by @Florian-Merle in #254
Docs
- [Docs] Improve main page by @loic425 in #243
- docs: configure resource fix typos by @stlgaits in #235
- docs: fix getting started & add project creation by @Pierstoval in #249
- [Docs] Cookbook about autocomplete grid filter by @loic425 in #247
- [Docs] Switch to embedded syntax for Resource operations by @loic425 in #244
- [Docs] Custom action fix typos by @stlgaits in #182
- docs: fix typo & use code blocks by @stlgaits in #234
- docs: cutom filter fix typos by @stlgaits in #233
Internal
- Chore - Splitting Twig hooks configuration in test application by @loic425 in #236
- open 0.8-dev by @loic425 in #214
- [Demo] Init admin dashboard by @loic425 in #237
- [Demo] Init dashboard statistics by @loic425 in #238
- [Demo] Statistics chart by @loic425 in #239
New Contributors
- @JeanDavidDaviet made their first contribution in #246
- @Pierstoval made their first contribution in #249
- @Florian-Merle made their first contribution in #256
Full Changelog: v0.7.2...v0.8.0
v0.7.2
Minor fixes and improvements
- [BootstrapAdminUi] Add boolean grid field by @loic425 in #224
- [BootstrapAdminUi] Add loader by @loic425 in #240
- [BootstrapAdminUi] Add css for filters by @loic425 in #241
Docs
- Fix mistype at autoprefixing-feature.md by @diimpp in #222
- [Docs] Add tabs for Twig hooks by @loic425 in #217
- [Docs] Twig Hooks Getting Started fix typos by @stlgaits in #216
- [Docs] Improve your first grid chapter by @loic425 in #221
- [Docs][Resource] Warn about legacy section by @loic425 in #225
- [Docs] add code block titles by @stlgaits in #226
- docs: fix typos and replace accordions with tabs for clarity by @stlgaits in #227
- [Docs] Custom filter fix typos by @stlgaits in #180
- [Docs] Custom field type reword / fix typos by @stlgaits in #181
- [Docs] Custom bulk action fix typo by @stlgaits in #183
Internals
- Init editor config by @loic425 in #219
- [TestApp] Use Autocomplete for the Speaker grid filter by @loic425 in #229
New Contributors
Full Changelog: v0.7.0...v0.7.2