Skip to content

Releases: GrapesJS/components-forms

v2.0.6

07 Jun 11:52
Compare
Choose a tag to compare
  • 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

12 Sep 11:37
2a7003b
Compare
Choose a tag to compare

What's Changed

  • Moved codebase to TS
  • Allow interaction in preview for input components.
  • Added category option.
  • Added block option.

v2.0.1

05 Jan 22:04
Compare
Choose a tag to compare

⚠️ 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

21 Dec 15:38
Compare
Choose a tag to compare
  • Added option for category label. by @OnekO
  • Make GET option as the default in form component. Closes #4

v1.0.1

30 Sep 16:13
Compare
Choose a tag to compare
  • 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