Releases: SteinRein/wizerd-forms
Releases · SteinRein/wizerd-forms
1.0.9
1.0.8
replaced native replaceChildren
1.0.7
1.0.7
- Bugfixes:
- use
indexOfinstead oflastIndexOfto applyon...events
- use
- Enhancements:
- Added Polyfill for
replaceWith - Added Polyfill for
replaceChildren
- Added Polyfill for
- Code Quality:
- Fixed a typo
1.0.6
Bugfixes:
replacePage()method did not add form element classes
1.0.5
- 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
.browserslistrcfile
- Added
- Docs:
- Added Method Descriptions to
README.md
- Added Method Descriptions to
1.0.3 (Hotfix Release)
package.json main field was set wrong
1.0.2
- Bugfixes:
- createElement function would render attributes like
classNameas it is under some circumstances getValues()method was not working on the typescheckbox,radio, andselect-multiple
- createElement function would render attributes like
- Enhancements:
- Added
libraryExport:defaultin webpack config getElements()is now available on single pages and the whole formgetValues()is now available on single pages and the whole form
- Added
1.0.1
Merge pull request #5 from SteinRein/master-cf-autofix Apply fixes from CodeFactor