Releases: whitecube/nova-flexible-content
Releases · whitecube/nova-flexible-content
v0.2.14
v1.0.6
v0.2.13
Tagged the wrong branch, apologies. No changes since v0.2.12
v1.0.5
v0.2.12
Bug fixes:
- Fixed "Undefined property $exists on Layout" #404 - Thanks @michaelchora
v0.2.11
v1.0.4
Bug fixes:
- Fixed compatibility with certain fields (like emilianotisato/nova-tinymce) #380 - Thanks @chrispage1
- Fixed drop-down menu z-index #385 - Thanks @KasparRosin
- Fixed flexible field not detecting the proper mode (forms/modals) #379 - Thanks @HenriqueSPin
New features:
v1.0.3
Fixes:
- use nova-kit/nova-packages-tool to update nova assets #387 - Thanks @mikaelpopowicz
v1.0.2
Bug fixes:
- Fixes issue where sublayouts cannot be resolved to the Media model as described in #358. - Thanks @dinandmentink
v1.0.1 - Adds dependsOn compatibility
New features:
- Added support for dependsOn on flexible fields - Thanks @mikaelpopowicz #347
- Automatically pin the dropdown menu to the top/bottom depending on available space in viewport - Thanks @harmenjanssen #313
- Added possibility to pass a preset instance to the field's preset method - Thanks @Saifallak #332
Bug fixes:
- Solved PHP 8 Warnings: JsonSerializable, ArrayAccess - Thanks @HenriqueSPin #371 #370
- Fixed fully qualified names in docblocks - Thanks @nrueckmann