Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Releases: chrishumboldt/Rocket-Form

Fixed Check / Unchecked Issue

01 Mar 09:17
Compare
Choose a tag to compare
  • The check and uncheck attributes of checboxes and radio's are now registering correctly.

Small Fix

01 Mar 08:55
Compare
Choose a tag to compare
  • Moved the font reference into a mixin as not to generate it unnecessarily.

Optimised Styles

26 Feb 10:23
Compare
Choose a tag to compare
  • The CSS is far smaller.
  • You can now use a SASS include to generate only the styles that you want.

Refactored the Component

22 Feb 18:32
Compare
Choose a tag to compare
  • Added in two more styles, "flat" & "raised".
  • Added in _checked and _focused states to each element.

Update to Toggler

29 Jan 05:14
Compare
Choose a tag to compare
  • A small change to the toggler for a smoother slide.

Fixed Main File Include Issue

14 Jan 11:06
Compare
Choose a tag to compare
  • Fixed an issue where the main variable in the bower.json was incorrect. As such Formplate would not build correctly.

Changed Selector Method

08 Jan 09:05
Compare
Choose a tag to compare
  • 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

03 Jul 11:13
Compare
Choose a tag to compare
v2.0.2

Update package.json

Changes to Pattern and Execution

03 Jul 10:56
Compare
Choose a tag to compare
  • No longer requires jQuery.
  • A new pattern.
  • Modifications to execution.

Added in Webplate Execution

13 Feb 05:36
Compare
Choose a tag to compare
Merge pull request #22 from chrishumboldt/dev-chris

Added in Webplate Execution