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
Fixed Check / Unchecked Issue
- The check and uncheck attributes of checboxes and radio's are now registering correctly.
Small Fix
- Moved the font reference into a mixin as not to generate it unnecessarily.
Optimised Styles
- The CSS is far smaller.
- You can now use a SASS include to generate only the styles that you want.
Refactored the Component
- Added in two more styles, "flat" & "raised".
- Added in _checked and _focused states to each element.
Update to Toggler
- A small change to the toggler for a smoother slide.
Fixed Main File Include Issue
- Fixed an issue where the main variable in the bower.json was incorrect. As such Formplate would not build correctly.
Changed Selector Method
- Changed the way the form elements are selected. It is now parsed in the options object.
- Updated documentation.
- Cleaned up some unused code.
Changes To Execution
v2.0.2 Update package.json
Changes to Pattern and Execution
- No longer requires jQuery.
- A new pattern.
- Modifications to execution.
Added in Webplate Execution
Merge pull request #22 from chrishumboldt/dev-chris Added in Webplate Execution