Releases: InteractionDesignFoundation/nova-unlayer-field
Releases · InteractionDesignFoundation/nova-unlayer-field
2.2.0
What's Changed
- Support Nova v5 by @alies-dev
- Document plugins @alies-dev
Full Changelog: 2.1.2...2.2.0
2.1.2
What's Changed
- Update dependencies, install Psalm by @alies-dev in #33
- Configure Renovate by @renovate in #28
- Update actions/checkout action to v4 by @renovate in #32
New Contributors
Full Changelog: 2.1.1...2.1.2
2.1.1
2.1.0 Support Dependent Fields
What's Changed
- ⭐️ Feature: Add Dependent Fields Support by @dmason30 in #27
- ⚙️ Internal: Update orchestra/testbench requirement from ^7.11 to ^8.0 by @dependabot in #26
New Contributors
- @dmason30 made their first contribution in #27
- @dependabot made their first contribution in #26
Full Changelog: 2.0.4...2.1.0
2.0.4
What's changed
- 🐞 Fix event name (
image:uploaded
) - ✨ Cleanup composer.json
Full Changelog: 2.0.3...2.0.4
2.0.3
2.0.2
What's Changed
- 🐞 Fix loading stored design
- ✨ Add a hint how to enable HTML preview
Full Changelog: 2.0.1...2.0.2
2.0.1
What's changed
- 🐞 Fixed HTML preview on details page
- ✨ Changed: by default hide the field on index page
- ✨ Optimize loading lang files
Full Changelog: 2.0.0...2.0.1
2.0.0 (Nova v4)
What's changed
- BС: min Nova version is 4.0
- BС:
Unlayer
class does not expend\Laravel\Nova\Fields\Code
class anymore. Instead, it extends abstract basic\Laravel\Nova\Fields\Field
class. If you for some reason useoptions
orlanguage
methods fromCode
class (what is non-sense), please remove these usages.
Full Changelog: 1.0.6...2.0.0