Skip to content

Releases: InteractionDesignFoundation/nova-unlayer-field

1.0.4

17 Dec 20:40
Compare
Choose a tag to compare
  • ✨ Improve documentation
  • ✨ Rename config variable (template_id => default_template_id)

Full Changelog: 1.0.3...1.0.4

1.0.3

17 Dec 20:00
Compare
Choose a tag to compare
  • ✨ Added a default config file
  • ⚙️ Improved test coverage

Full Changelog: 1.0.2...1.0.3

1.0.2

06 Dec 22:19
Compare
Choose a tag to compare
  • 🐞 Fix type hint issue on Unlayer::html() method
  • ⚙️ Add tests

1.0.1

08 Jul 11:06
57bc214
Compare
Choose a tag to compare
  • Fix a type definition bug

1.0.0

08 Jul 10:59
285dd65
Compare
Choose a tag to compare
  • PHP 8.0 is minimum version
  • Change namespace
  • Finalize some methods and

1.0.0 beta 1

08 Jul 10:21
824788a
Compare
Choose a tag to compare
1.0.0 beta 1 Pre-release
Pre-release
  • Change namespace
  • PHP 8.0 is minimum version
  • Finalize some methods and

0.2.2

04 Mar 11:04
8bb4855
Compare
Choose a tag to compare

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

23 Apr 11:18
10fb6a7
Compare
Choose a tag to compare
  • 🐞 Fix compatibility issue with Nova 3 (height method signature)

0.2.0

22 Jan 06:42
4e214c2
Compare
Choose a tag to compare
  • Add plugins support
  • Refactoring: Extract editor into a separate vue component

0.1.2

09 Jan 20:47
00cceab
Compare
Choose a tag to compare
  • Buttons text now translatable
  • Allowed to extend ServiceProvide
  • Improve README docs
  • Fixed iframe CORS issue
  • Proxy Unlayer events to the Vue app