Skip to content

Releases: outl1ne/nova-translatable

3.0.4

16 Dec 19:08

Choose a tag to compare

Changed

  • Fixed previewFor() support (route fix)

3.0.3

07 Oct 08:19

Choose a tag to compare

3.0.3 Pre-release
Pre-release

Changed

  • Fixed displayUsing() method return type (?string required by Nova 5)

3.0.2

18 Dec 16:22

Choose a tag to compare

Changed

  • Fixed validateForUpdate/Creation compatibility

3.0.1

18 Dec 16:20

Choose a tag to compare

Changed

  • Fixed formatRules compatibility

3.0.0

18 Dec 15:00

Choose a tag to compare

Added

  • Nova 5 support

2.3.2

27 Sep 07:28

Choose a tag to compare

Changed

  • Use Arrayable interface when casting to array (thanks to @jan-tricks)
  • Allow customizing the display of locales (thanks to @Gertiozuni)
  • Update packages

2.3.1

12 Sep 15:12

Choose a tag to compare

Changed

  • Fix cast issue when trying to foreach loop empty value. (thanks to @RomkaLTU)

2.3.0

09 Sep 09:44

Choose a tag to compare

Changed

  • 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

2.2.0

30 Jun 09:23

Choose a tag to compare

Changed

  • 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

2.1.6

16 Jan 15:57

Choose a tag to compare

Changed

  • locale_select.display_type config key has been renamed to locale_select_display_type.
  • Fixed issue with usage of dynamic property. Dynamic properties are deprecated in php 8.2