Fixes
- admin-ui Better Spanish translation for "locale" (#3664) (12b6a4d), closes #3664
- admin-ui Respect visibility setting when creating a new collection (#3650) (cda91df), closes #3650
- admin-ui update button class for consistency in action bar (#3625) (32c261a), closes #3625
- cli Create new instance of entity before saving to db in generated Entity (#3623) (8a2e679), closes #3623
- core Export missing common utilities in index files (#3665) (4551eb9), closes #3665
- core Handle fs-capacitor readstream creation error (#3646) (73902ee), closes #3646
- core Remove unused variable in removeVariantFromChannel (#3661) (8b28ae8), closes #3661
- dashboard Correct import path for RichTextInput component (462708a)
- dashboard Fix bad imports (9a43255)
- dashboard Fix creation of new entities using UUID ids (b56cefe), closes #3658
- dashboard Fix dashboard bulk action hook imports (#3640) (969e1a1), closes #3640
- dashboard Fix race condition causing customField error (78555cb)
- dashboard Fix redirect after creating new product (5ea9ad8)
- dashboard Fix saving new entities when using UUIDs (d880112), closes #3616
- dashboard Fix tanstack router config for utils dir (40f1ca3)
- dashboard Form control rendering (436c7b9)
- dashboard Handle list relation custom fields properly (622ed04)
- dashboard Improve single and multi-select handling in relation selector (807d055)
- dashboard Improve styling of bulk select dropdown (#3635) (8efcaed), closes #3635
- dashboard Make variant detail breadcrumbs context-aware (07c174c)
- dashboard Remove duplicate export (c4ed056)
- dashboard Update imports in hooks to fix typings (cd450ed)
- dashboard Update Money component to use 'currency' prop (#3644) (aa517a6), closes #3644
- dashboard Use dedicated @/vdb alias for imports (#3631) (a3d7f05), closes #3631
Features
- dashboard Add custom ID filtering and fetching for relation selector (1bdc8cb)
- dashboard Allow override of all detail form inputs (#3642) (bce0ec9), closes #3642
- dashboard Enhance detail forms extension API with input and display components (#3626) (e6def00), closes #3626
- dashboard Implement API to extend detail page queries (e83ad3b)
- dashboard Implement bulk actions for collections (b85c7a5)
- dashboard Implement collection channel bulk actions (332e6e2)
- dashboard Implement extension of list query documents (5190e4f)
- dashboard Implement product variant bulk actions (2f651b2)
- dashboard Implement remaining bulk actions (#3627) (13989b9), closes #3627
- dashboard Move collections UI (#3629) (a921e97), closes #3629
- dashboard Order detail missing features (#3636) (183b8f3), closes #3636
- dashboard Order modification (#3656) (8a15d89), closes #3656
- dashboard Relation selector components (#3633) (d648ac1), closes #3633
- dashboard Support compilation of external plugins (#3663) (e445bdb), closes #3663
What's Changed
- fix(admin-ui): update button class for consistency in action bar by @Dominic-Preap in #3625
- fix(cli): Create new instance of entity before saving to db in generated Entity by @DeltaSAMP in #3623
- feat(dashboard): Remaining bulk actions by @michaelbromley in #3627
- feat(dashboard): Enhance detail forms extension API with input and display components by @dlhck in #3626
- fix(dashboard): Use dedicated @/vdb alias for imports by @michaelbromley in #3631
- chore(dashboard): Code cleanup by @michaelbromley in #3632
- feat(dashboard): Relation selector components by @dlhck in #3633
- feat(dashboard): Move collections UI by @michaelbromley in #3629
- fix(dashboard): Improve styling of bulk select dropdown by @michaelbromley in #3635
- feat(dashboard): Order detail missing features by @michaelbromley in #3636
- Dashboard install test by @michaelbromley in #3639
- fix(dashboard): Fix dashboard bulk action hook imports by @michaelbromley in #3640
- feat(dashboard): Allow override of all detail form inputs by @michaelbromley in #3642
- docs(email-plugin): Update deprecated code and add customTemplateLoader example and tests by @HouseinIsProgramming in #3641
- fix(dashboard): Update Money component to use 'currency' prop by @sarifmiaa in #3644
- perf(core): Optimize relation loading strategies for orders and order lines by @gabriellbui in #3652
- feat(dashboard): Order modification by @michaelbromley in #3656
- chore: Update dependency to fix node 24 unit tests by @michaelbromley in #3660
- fix(advanced-search-plugin): Remove unused line from removeVariantFro… by @grolmus in #3661
- Include Node.js V24 in docs as supported verison by @HouseinIsProgramming in #3662
- [FIX] Respect visibility setting when creating a new collection by @kwerie in #3650
- Satisfy CodeQL security warnings by @HouseinIsProgramming in #3659
- feat(core): Export additional common utilities in index files by @Draykee in #3665
- feat(dashboard): Support compilation of external plugins by @michaelbromley in #3663
- fix(core): Handle fs-capacitor readstream creation error by @jezzzm in #3646
- fix(admin-ui): better Spanish translation for "locale" by @knoid in #3664
New Contributors
- @sarifmiaa made their first contribution in #3644
- @kwerie made their first contribution in #3650
Full Changelog: v3.3.5...v3.3.6