Skip to content

Releases: outl1ne/nova-translatable

1.12.0

18 Mar 11:45
Compare
Choose a tag to compare

Changed

  • Allow spatie/laravel-translatable v6
  • Update packages

1.11.1

21 Jan 15:09
Compare
Choose a tag to compare

Changed

  • Fixed issue with numeric values

1.11.0

13 Dec 15:26
Compare
Choose a tag to compare

Added

  • Added option to use new LocaleSelect field that controls all fields' locales along with display_type option none (thanks to @thalegion)

Changed

  • Fixed issue where a numeric value like 012345 would lose its leading zero due to conversion to float
  • Updated packages

1.10.1

12 Nov 15:02
Compare
Choose a tag to compare

Changed

  • Fixed tab double click not triggering all fields to change (thanks to @thalegion)
  • Updated packages

1.10.0

05 Oct 13:56
Compare
Choose a tag to compare

Added

  • Added BelongsToManyTranslatable field to properly handle NotExactlyAttached rule
  • Added fillOtherLocalesFrom config option

Changed

  • Updated packages

1.9.1

17 Aug 14:48
Compare
Choose a tag to compare

Added

  • Added uniqueId property to send events to groups of translatables (for nova-simple-repeatable)

Changed

  • Updated packages

1.9.0

26 May 14:44
Compare
Choose a tag to compare

Added

  • Added prioritize_nova_locale configuration option
  • Added display_type configuration option (that currently allows row and column options)
  • Added $options = [] as second argument of ->translatable()

Changed

  • Fixed missing mergeConfigFrom
  • Fixed issue with rulesFor and nova-flexible-content (thanks to @trippo)
  • Updated packages

1.8.4

17 May 06:41
Compare
Choose a tag to compare

Changed

  • Fix a JS runtime exception
  • Updated packages

1.8.3

13 May 10:43
Compare
Choose a tag to compare

Changed

  • Fix Nova 2.9 support

1.8.2

12 May 08:46
Compare
Choose a tag to compare

Changed

  • Fixed issue with rulesFor when field was inside nova-simple-repeatable
  • Updated packages