This repository has been archived by the owner on May 27, 2024. It is now read-only.
Releases: chrishumboldt/Rocket-Form
Releases · chrishumboldt/Rocket-Form
Minor Fix
- More changes to input types.
Additions
- Added in support for email and number input types.
- Added in a cockpit.json file for building.
Minor Fixes
- Small fixes not related to any implementation.
Changed to Rocket Component
- Lot of changes to the initialization.
- Since Webplate is being refactored into the Rocket Framework, this component has followed suit.
- Small bug fixes.
Updated Demo Component
- Updated to the latest Webplate demo component.
- Updated bower.json "main" attribute to fix Webplate component inclusion.
Minor Fix
- Fixed label index issue.
Minor Fix
- Fixed textarea line height issue.
Code Refactor
Also added in shifting label option.
Fixed class adding issue.
- Using new classAdd function that can take an array, so that unchecking no longer ignore the class adding.
Uncheck Check
- When the state of the checkbox, toggle or radio changes based on two binding, calling the component again with check or uncheck based on the new attribute.
- Still need to think about using a live onchange event instead.