All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fixed validateForUpdate/Creation compatibility
- Fixed formatRules compatibility
- Nova 5 support
- Use Arrayable interface when casting to array (thanks to @jan-tricks)
- Allow customizing the display of locales (thanks to @Gertiozuni)
- Update packages
- Fix cast issue when trying to foreach loop empty value. (thanks to @RomkaLTU)
- Remove legacy top border on detail view (thanks to @Nembie)
- Make overflowing locales scroll horizontally (thanks to @Gertiozuni)
- Fix z-index overlapping on some modals (thanks to @royduin)
- Fix 0 unnecessarily casted into float (thanks to @robertmarney)
- Fix field reading 'cookie' header instead of input (thanks to @FinnPaes)
- Updated packages
- Use validation key instead of attribute when dealing with validation (thanks to @RobertoNegro)
- Fixed numeric value saving when the number starts with + (thanks to @RobertoNegro)
- Fixed Markdown fields preview displaying (thanks to @lonnylot)
- Fixed saving the form via the inline form (thanks to @jaap)
- Updated packages
locale_select.display_type
config key has been renamed tolocale_select_display_type
.- Fixed issue with usage of dynamic property. Dynamic properties are deprecated in php 8.2
- Updated dependencies
- Fixed crash which originated from fields without a .fill() function
- Fixed crash which originated from dusk identifiers
- Added dusk identifiers to locale tabs
- Fixed
dependsOn
invalid behaviour on initial render.
- Implemented
nova-kit/nova-packages-tool
package. new composer requirement.
- Added Nova
->dependsOn()
support
- Updated packages
- Fixed Nova locale retrieval (thanks to @mikepluquin)
- Updated packages
- Fixed detail fields showing as [object Object] in Nova 4.12
- Minimum Nova version set to 4.12
- Updated packages
- Pass active locale key to index field(s) as well
- Pass locale key to field components when rendering them to improve custom fields support
- Fixed issue with double top-border in some views
- Updated packages
- Fixed CodeMirror support (thanks to @stepanenko3)
- Fixed LocaleSelect not working
- Updated packages
- Added Nova 4.0 support
- Changed namespace from OptimistDigital to Outl1ne
- Drop PHP 7.X support
- Update packages