Skip to content

Releases: infinum/eightshift-forms

0.3.1

29 Jul 11:37
d7c735e
Compare
Choose a tag to compare

Fixed static analysis
Removes (new) from plugin name

0.3.0

29 Jul 10:44
62b83aa
Compare
Choose a tag to compare

Updated npm packages
Updated composer packages
Refactored form block to use new way of building / naming attributes
Started refactor to tabs

0.2.3

21 Jul 13:13
1f8f120
Compare
Choose a tag to compare

Updated npm packages
Updated composer packages
Bugfixes

0.2.2

25 May 09:32
f570085
Compare
Choose a tag to compare

Changelog

  • Updated npm packages
  • Updated composer packages

0.2.1

25 May 08:16
edac13e
Compare
Choose a tag to compare

Changelog

  • Added automatic building of assets on release

0.2.0 - Refactored to latest BP

19 May 08:29
c87e4c4
Compare
Choose a tag to compare

Changelog

  • Refactored forms to comply with latest version of Eightshift Boilerplate
  • Changed case of everything from snake_case to camelCase
  • Moved to PSR-4 autoloading
  • Updated all dependencies

0.1.2 - Stable build / tests

04 Dec 14:26
d943db7
Compare
Choose a tag to compare

Changelog

  • Fixed all phpcs / phpstan / linter issues (all automated build checks should now pass)
  • Updated composer packages
  • Forms select (block for displaying forms) now doesn't ServerSideRender in editor but rather just displays a Placeholder to reduce confusion with double wrappers being rendered in editor

0.1.1

26 Nov 14:00
88c9d52
Compare
Choose a tag to compare
  • Fixes #31
  • Fixes a number of bugs that happen when not all form features are used
  • Fixed textarea placeholder not working
  • Fixed disabled attribute not working on some fields
  • Added some classes to components depending on if they're required / disabled / etc

0.1.0 - First stable release

17 Nov 10:54
d00251e
Compare
Choose a tag to compare