Skip to content

Releases: outl1ne/nova-translatable

1.3.0

04 Feb 09:33
Compare
Choose a tag to compare

Added

  • Added support for use inside nova-flexible-content (except Image and File fields)
  • Added warning about Image and File fields inside nova-flexible-content

Changed

  • Refactored code for better readability, compatibility and performance

1.2.0

27 Jan 09:32
Compare
Choose a tag to compare

Added

  • Added support for KeyValue field (thanks to @ngiraud)

Changed

  • Set first (active) locale to Nova's configured locale (thanks to @ngiraud)
  • Moved macro registration from boot() to register() method to better support third-party packages
  • Updated packages

1.1.2

17 Jan 17:01
Compare
Choose a tag to compare

Changed

  • Added method_exists validation for setTranslations to support making fields in nova-settings translatable

1.1.1

17 Jan 14:13
Compare
Choose a tag to compare

Changed

  • Fixed crash when saving w/ validation

1.1.0

17 Jan 13:47
Compare
Choose a tag to compare

Added

  • Initial validation support

Changed

  • Improved support for 3rd party packages (ie nova-settings)
  • Can now be used outside Resource's
  • Updated packages

Known issues

  • Attribute names end with .${locale} (ie name.sv) which makes them difficult to translate (in errors)
    • This may not be fixable at all unless Laravel adds more flexibility to the Validator

1.0.0

30 Dec 13:52
Compare
Choose a tag to compare

Initial release.

  • Supports almost all fields (including third party ones)
  • Simple to implement with minimal code changes (after spatie/laravel-translatable support)
  • Locale tabs to switch between different locale values of the same field
  • Double click on a tab to switch all fields to that locale