Skip to content

Releases: blendbyte/nova-items-field

Nova 5.0 Support

16 Dec 02:00
Compare
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
Compare
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
Compare
Choose a tag to compare
1.3.3

wip

Bugfix Copyable/AsHTML

08 Dec 12:56
Compare
Choose a tag to compare
  • Bugfix Copyable/AsHTML

Fix field not showing

21 Nov 00:53
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
Merge branch 'nova4' into production

0.8 - Bugfixes

12 Apr 03:31
e931e16
Compare
Choose a tag to compare
Merge pull request #2 from blendbyte/nova4

Fixes