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.
- Fix locale field default value
- Remove empty CSS file loading
- Update packages
- Fix styling issue on detail view
- Show LocaleButton on Create form, but disable it
- Added ability to change between locales using the locale button
- Updated packages
- Changed inline styling to tailwind classes to allow easier overriding
- Updated packages
- Fixed usage of reserved "class" prop
- Updated packages
- Fix locales not resolving on all field queries
- Fix Nova 3.3.1 support
- Added
->defaultValue()
option toLocaleFilter
to set the default value on a per-filter basis
- Improve models query
- Update packages (fix all vulnerabilities)
- Undo breaking change whilst still keeping support for Nova 3.1
- Fix incompatibility with Nova 3.1
- Support Nova 3.0 in
composer.json
requirements
- Rework the way LocaleButton is positioned for better compatibility with
nova-page-manager
andnova-drafts
- Updated packages
LocaleField::getLocales()
is now in the config file asnova-locale-field.locales
LocaleChildrenFilter
is now deprecated and replaced with justLocaleFilter
which uses the first locale as the default value
- Updated all packages
- Removed
style
that broke modals
- Fixed
locale_parent_id
being given a wrong value when entering creation view from a locale child (thanks to @KasparRosin)
- The field field now displays validation errors (thanks to @KasparRosin)
- Fix crash due to type safety inconsistency in
loadLocales()
- Added locale filter (
LocaleFilter
) - Added localisation children filter (
LocaleChildrenFilter
)
- Fixed not being able to set default locales
- Fixed child models displaying incorrect localisation options
- Componentised LocaleButton for future developments
- Basic locale management functionality
- Locale field in Index, Form and Detail views
- Configuration file support
- Default locales support
- Value override support (locales, max locales on index)