Releases: GrapesJS/components-forms
Releases · GrapesJS/components-forms
v2.0.6
- Update with latest TS changes in grapesjs
- Avoid extending input in select component #47
Full Changelog: v2.0.5...v2.0.6
v2.0.5
What's Changed
- Moved codebase to TS
- Allow interaction in preview for input components.
- Added
category
option.
- Added
block
option.
v2.0.1
⚠️ POSSIBLY BREAKING CHANGE
- Removed all options for labels and added in README an example on how to rely on the i18n module
- Refactored all blocks and removed not necessary wrappers/classes
Updates
- Start using grapesjs-cli
- Refactored all components by using the correct API
- Fixed issues with some traits
v1.0.5
- Added option for category label. by @OnekO
- Make GET option as the default in form component. Closes #4
v1.0.1
- Changed the name of the plugin:
gjs-plugin-forms
-> grapesjs-plugin-forms
- Export plugin as a pure function
- Make checked trait as an attribute one
- Update dev dependencies