Skip to content

Releases: blendbyte/nova-items-field

2.0.1

12 May 09:37
2264491

Choose a tag to compare

What's Changed

  • fix: Implicit nullable resolveCallback by @Anticom in #19

New Contributors

Full Changelog: 2.0.0...2.0.1

Nova 5.0 Support

16 Dec 02:00

Choose a tag to compare

New major version to support Nova 5.0

Full Changelog: 1.3.4...2.0.0

Fix inputType=number validation

11 Mar 03:40

Choose a tag to compare

  • Fix inputType=number validation, fixes #14

Full Changelog: 1.3.3...1.3.4

Bugfix the Bugfix

08 Dec 13:01

Choose a tag to compare

1.3.3

wip

Bugfix Copyable/AsHTML

08 Dec 12:56

Choose a tag to compare

  • Bugfix Copyable/AsHTML

Fix field not showing

21 Nov 00:53

Choose a tag to compare

  • Fixed an issue with the field not showing in some cases (null value)

Validation Rules Fix, indexAsList & detailsAsTotal Options

20 Nov 12:45

Choose a tag to compare

What's Changed

  • Validation Rules now work correcly as documented
  • Added indexAsList() & detailsAsTotal() Options

New Contributors

Full Changelog: 1.2.1...1.3.0

Draggable fix, Compatibility Improvements

24 Jul 02:23

Choose a tag to compare

  • Draggable setting was previously ignored and always enabled, fixed now and defaulting back to disabled as documented, fixes #7
  • Draggable was used on the whole row instead of just the handler, fixes #8
  • Fixed usage on Nova Actions, fixes #10
  • Fixed usage with Flexible Content plugin, improving value handling, implements #9

Full Changelog: 1.1.0...1.2.0

1.1.0

22 Nov 14:05

Choose a tag to compare

  • Small design adjustments to match overall Nova look better (f.e. using a X-icon instead of text as default), thanks @pindab0ter, fixed #5
  • Properly implemented Field Dependency, thanks @brogier, fixes #6
  • Small overall improvements

1.0.0

12 Apr 03:36

Choose a tag to compare

Merge branch 'nova4' into production