Skip to content

Releases: SteinRein/wizerd-forms

1.0.9

18 Mar 10:28
Compare
Choose a tag to compare

set pageindex on last page

1.0.8

29 Jan 11:03
Compare
Choose a tag to compare

replaced native replaceChildren

1.0.7

29 Jan 10:39
Compare
Choose a tag to compare

1.0.7

  • Bugfixes:
    • use indexOf instead of lastIndexOf to apply on... events
  • Enhancements:
    • Added Polyfill for replaceWith
    • Added Polyfill for replaceChildren
  • Code Quality:
    • Fixed a typo

1.0.6

29 Jan 08:19
Compare
Choose a tag to compare

Bugfixes:

  • replacePage() method did not add form element classes

1.0.5

19 Jan 11:43
Compare
Choose a tag to compare
  • Bugfixes:
    • getValues() method was not returning only last index of radio list or checkbox list
    • page indexes generated by addPage() were set wrong
  • New:
    • Added replacePage() method
    • Introduced a .browserslistrc file
  • Docs:
    • Added Method Descriptions to README.md

1.0.3 (Hotfix Release)

18 Jan 20:45
Compare
Choose a tag to compare

package.json main field was set wrong

1.0.2

18 Jan 20:32
Compare
Choose a tag to compare
  • Bugfixes:
    • createElement function would render attributes like className as it is under some circumstances
    • getValues() method was not working on the types checkbox, radio, and select-multiple
  • Enhancements:
    • Added libraryExport: default in webpack config
    • getElements() is now available on single pages and the whole form
    • getValues() is now available on single pages and the whole form

1.0.1

18 Jan 18:57
2010ef0
Compare
Choose a tag to compare
Merge pull request #5 from SteinRein/master-cf-autofix

Apply fixes from CodeFactor