Releases: pimcore/admin-ui-classic-bundle
Releases · pimcore/admin-ui-classic-bundle
1.7.2
What's Changed
- [Task]: Followup #767 Grid permissions by @kingjia90 in #786
Full Changelog: v1.7.1...v1.7.2
1.6.4
What's Changed
- [Task]: Followup #767 Grid permissions by @kingjia90 in #786
Full Changelog: v1.6.3...v1.6.4
1.7.1
What's Changed
- Improvement: Add wysiwyg textarea id to drop event by @robertSt7 in #755
Full Changelog: v1.7.0...v1.7.1
1.7.0
What's Changed
- [Task]: Fix composer
.x-dev
alias by @kingjia90 in #709 - Fixed inheritance of classificationstore values in data grid. by @turbo-ele in #716
- [Task] Resolve Deprecation ResolveUploadTargetEvent by @martineiber in #728
- Field type Table: Copy / Paste by @BlackbitDevs in #715
- Update PimcoreApp-all_1.css by @djbodya in #739
- Fix remaining duplicate permission issues from #14995 by @HageMaster3108 in #602
- [Bug]: Fix root elements not being assignable to pimcore_relation by @Brainshaker95 in #727
- [Bug]: Fix root elements not being assignable to pimcore_relation by @robertSt7 in #760
- [Improvement] - Dynamic Option Provider by @procnet0 in #361
- [2FA] Set default issuer to "Pimcore" instead of "Pimcore 2 Factor Authentication" by @BlackbitDevs in #740
- [Bug] Readding check to solve update/move problem of objects by @mattamon in #757
- [Bug]: Fix deletion of context.objectId by @alexmarkop in #738
- Fix formatting for alias on relations by @cancan101 in #745
- [Bug]: Fix GridView Performance and results by @kingjia90 in #767
- [Task] Update dependencies by @mattamon in #770
New Contributors
- @HageMaster3108 made their first contribution in #602
- @procnet0 made their first contribution in #361
- @alexmarkop made their first contribution in #738
Full Changelog: v1.6.2...v1.7.0
1.6.3
What's Changed
- Fix remaining duplicate permission issues from #14995 by @HageMaster3108 in #602
- [Bug]: Fix root elements not being assignable to pimcore_relation by @robertSt7 in #760
- [Bug] Readding check to solve update/move problem of objects by @mattamon in #757
- Fix formatting for alias on relations by @cancan101 in #745
- [Bug]: Fix GridView Performance and results by @kingjia90 in #767
New Contributors
- @HageMaster3108 made their first contribution in #602
Full Changelog: v1.6.2...v1.6.3
https://github.com/pimcore/admin-ui-classic-bundle/issues?q=is%3Aclosed+milestone%3A1.6.3
1.6.2
What's Changed
- [Bug] Fix manual sorting by @mattamon in #723
- [Bug]: Fix PDF scanner perfomed on AI files by @kingjia90 in #733
- Fix: Filter for relation throws an error by @blankse in #741
- Fix background for external transparent image by @mhgtlc in #734
- Fix: Encrypted Field's Label settings don't change by @blankse in #735
- [Bug]: Fix Icon library Jquery CSP problem by @kingjia90 in #749
- [Bugfix] Pass allowedTypes correctly on video editable by @roland4432 in #747
New Contributors
- @roland4432 made their first contribution in #747
Full Changelog: v1.6.1...v1.6.2
https://github.com/pimcore/admin-ui-classic-bundle/issues?q=is%3Aclosed+milestone%3A1.6.2
1.6.1
What's Changed
- fix: tooltip error for not editable many to many relation by @kjkooistra-youwe in #704
- Fix undefined error when copy and paste by @torqdev in #710
- Fix: Custom asset metadata of type object cant be set in asset gridview. by @bk-hitcom in #706
- [Bug]: Fix empty window remains after upload failure or on cancel by @kingjia90 in #714
New Contributors
- @bk-hitcom made their first contribution in #706
Full Changelog: v1.6.0...v1.6.1
1.6.0
What's Changed
- Change pimcore/pimcore requirements to allow future core versions by @markus-moser in #601
- Add optimized admin loading to reverse relations by @sl0wlydeadly in #535
- fix: search for e-mails does not break with a leading at-sign by @fabfischer in #618
- Update branch alias by @blankse in #631
- [Improvement] Case insensitive search for object title and key in filter grid view by @robin-ntriga in #389
- Field type "Table": add button to clone row by @BlackbitDevs in #559
- [Improvement] Trigger an event before TinyMCE uses the final config for better extendibility by @alexej-d in #644
- Add missing label defaults to numeric control by @cancan101 in #648
- Relational fields: Add column filtering by @BlackbitDevs in #659
- [Improvement] video.js - optimize regex to match more youtube url cases like "shorts" by @Fahl-Design in #641
- Show tree search if paging is not necessary by @BlackbitDevs in #656
- [Object editing] Relational fields' grid: remember column widths by @BlackbitDevs in #664
- [IMPROVEMENT] Assets:upload zip archive-option to overwrite files by @opreacalina90 in #420
- Support frame-anchestors property in CSP headers. by @elements-team in #678
- DateRange: Fix unexpected use of comma operator by @blankse in #683
- [Bug]: Object Grid - Unselect all rows after bulk change by @kingjia90 in #680
- Fix date range fields read only by @noahcommandeur-twocream in #682
- Fix display reverse relation field error in grid view by @noahcommandeur-twocream in #684
- Fix resolve display issue in grid view for filter by link feature by @noahcommandeur-twocream in #681
- Remove double width in gridColumConfig after fixing display reverse relation field error in grid view by @noahcommandeur-twocream in #687
- Prevent accidentical removal of whole folder instead of deleting selected assets / objects by @BlackbitDevs in #390
- [Bug]: Fix Access-Control-Allow-Origin in AssetController by @kingjia90 in #689
- correctly dispatch pre set metadata event by @AlternateIf in #612
- Fix: ManyToOne relation in combo display mode doesn't respect path formatter by @blankse in #645
- [Improvement] Add confirmation prompt for Quantity Value by @mcop1 in #695
- Added grid preview for field collections by @fashxp in #663
- Many-to-many object relation / multiselect in tag mode: support drag & drop to change order of assigned items by @BlackbitDevs in #547
- [Bug]: Check if User is allowed to create a class when pasting by @kingjia90 in #691
- [Bug] Prevent accidentical removal of whole folder instead of deleting follow up for light theme by @kingjia90 in #701
- [Bug]: icon image path error and update AceEditor by @robertSt7 in #697
- [Grid] Support sorting by object brick quantity value field by @BlackbitDevs in #692
New Contributors
- @sl0wlydeadly made their first contribution in #535
- @fabfischer made their first contribution in #618
- @robin-ntriga made their first contribution in #389
- @alexej-d made their first contribution in #644
- @Fahl-Design made their first contribution in #641
- @elements-team made their first contribution in #678
- @AlternateIf made their first contribution in #612
Full Changelog: v1.5.4...v1.6.0
1.5.5
What's Changed
- Support frame-anchestors property in CSP headers. by @elements-team in #678
- DateRange: Fix unexpected use of comma operator by @blankse in #683
- [Bug]: Object Grid - Unselect all rows after bulk change by @kingjia90 in #680
- Fix date range fields read only by @noahcommandeur-twocream in #682
- Fix display reverse relation field error in grid view by @noahcommandeur-twocream in #684
- Fix resolve display issue in grid view for filter by link feature by @noahcommandeur-twocream in #681
- Remove double width in gridColumConfig after fixing display reverse relation field error in grid view by @noahcommandeur-twocream in #687
- [Bug]: Fix Access-Control-Allow-Origin in AssetController by @kingjia90 in #689
- correctly dispatch pre set metadata event by @AlternateIf in #612
- Fix: ManyToOne relation in combo display mode doesn't respect path formatter by @blankse in #645
- [Bug]: Check if User is allowed to create a class when pasting by @kingjia90 in #691
- [Bug]: icon image path error and update AceEditor by @robertSt7 in #697
- [Grid] Support sorting by object brick quantity value field by @BlackbitDevs in #692
New Contributors
- @elements-team made their first contribution in #678
- @AlternateIf made their first contribution in #612
Full Changelog: v1.5.4...v1.5.5