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

Releases: chrishumboldt/Rocket-Form

Minor Fix

10 Jan 10:10
Compare
Choose a tag to compare
  • More changes to input types.

Additions

10 Jan 06:40
Compare
Choose a tag to compare
  • Added in support for email and number input types.
  • Added in a cockpit.json file for building.

Minor Fixes

23 Nov 05:49
Compare
Choose a tag to compare
  • Small fixes not related to any implementation.

Changed to Rocket Component

12 Nov 17:35
Compare
Choose a tag to compare
  • 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

29 Sep 07:23
Compare
Choose a tag to compare
  • Updated to the latest Webplate demo component.
  • Updated bower.json "main" attribute to fix Webplate component inclusion.

Minor Fix

27 Sep 13:49
Compare
Choose a tag to compare
  • Fixed label index issue.

Minor Fix

27 Sep 13:43
Compare
Choose a tag to compare
  • Fixed textarea line height issue.

Code Refactor

27 Sep 13:31
Compare
Choose a tag to compare

Also added in shifting label option.

Fixed class adding issue.

11 Mar 07:24
Compare
Choose a tag to compare
  • Using new classAdd function that can take an array, so that unchecking no longer ignore the class adding.

Uncheck Check

11 Mar 05:45
Compare
Choose a tag to compare
  • 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.