Skip to content

Releases: outl1ne/nova-translatable

2.0.6

19 Aug 12:03
Compare
Choose a tag to compare

Changed

  • Fixed Nova locale retrieval (thanks to @mikepluquin)
  • Updated packages

2.0.5

19 Jul 15:34
Compare
Choose a tag to compare

Changed

  • Fixed detail fields showing as [object Object] in Nova 4.12
  • Minimum Nova version set to 4.12
  • Updated packages

2.0.4

09 Jun 11:35
Compare
Choose a tag to compare

Changed

  • Pass active locale key to index field(s) as well

2.0.3

09 Jun 07:19
Compare
Choose a tag to compare

Changed

  • Pass locale key to field components when rendering them to improve custom fields support

2.0.2

08 Jun 13:59
Compare
Choose a tag to compare

Changed

  • Fixed issue with double top-border in some views
  • Updated packages

2.0.1

24 May 12:43
Compare
Choose a tag to compare

Changed

  • Fixed CodeMirror support (thanks to @stepanenko3)
  • Fixed LocaleSelect not working
  • Updated packages

2.0.0

02 May 13:16
Compare
Choose a tag to compare
2.0.0 Pre-release
Pre-release

Added

  • Added Nova 4.0 support

Changed

  • Changed namespace from OptimistDigital to Outl1ne
  • Drop PHP 7.X support
  • Update packages

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