Releases: InteractionDesignFoundation/nova-unlayer-field
Releases · InteractionDesignFoundation/nova-unlayer-field
1.0.4
- ✨ Improve documentation
- ✨ Rename config variable (
template_id
=> default_template_id
)
Full Changelog: 1.0.3...1.0.4
1.0.3
- ✨ Added a default config file
- ⚙️ Improved test coverage
Full Changelog: 1.0.2...1.0.3
1.0.2
- 🐞 Fix type hint issue on
Unlayer::html()
method
- ⚙️ Add tests
1.0.1
- Fix a type definition bug
1.0.0
- PHP 8.0 is minimum version
- Change namespace
- Finalize some methods and
1.0.0 beta 1
- Change namespace
- PHP 8.0 is minimum version
- Finalize some methods and
0.2.2
Fixes:
- Display mode not working #5
- 'locale' config option is not optional #6
Improvements:
- Add more type info for static analyser tools (Psalm, PHPStan)
0.2.1
- 🐞 Fix compatibility issue with Nova 3 (
height
method signature)
0.2.0
- Add plugins support
- Refactoring: Extract editor into a separate vue component
0.1.2
- Buttons text now translatable
- Allowed to extend ServiceProvide
- Improve README docs
- Fixed iframe CORS issue
- Proxy Unlayer events to the Vue app