Skip to content

Releases: outl1ne/nova-translatable

2.3.2

27 Sep 07:28
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

2.1.5

12 Jan 09:11
Compare
Choose a tag to compare

Changed

  • Updated dependencies

2.1.4

03 Nov 05:48
Compare
Choose a tag to compare

Changed

  • Fixed crash which originated from fields without a .fill() function

2.1.3

02 Nov 14:49
Compare
Choose a tag to compare

Changed

  • Fixed crash which originated from dusk identifiers

2.1.2

28 Oct 14:33
Compare
Choose a tag to compare

Changed

  • Added dusk identifiers to locale tabs

2.1.0

02 Sep 11:21
Compare
Choose a tag to compare

Added

  • Added Nova ->dependsOn() support

Changed

  • Updated packages