This repository has been archived by the owner on May 27, 2024. It is now read-only.
Releases: chrishumboldt/rocket-propel
Releases · chrishumboldt/rocket-propel
New Version Out!
- Made some changes.
- Made all references to sides and space full words. For example offset-r() now becomes offset-right().
- See documentation for more information.
Major Release
- Removed all deprecated mixins. Warnings were posted in the code for the last year or so.
- Changed side identifiers with shorthands. For instance all references to
-left
or-right
are now-l
or-r
. - Removed UI modules to the new Rocket UI coming out soon.
Minor Changes
- Non implementation changes have been made.
Changed to Rocket Component
- Refactored for new Rocket Framework.
- Updated documentation.
- Added in some new mixins.
Minor Change
- Updated bower.json config file.
- Added in a webplate.json config file.
Minor Changes
- Changed the layout css mixin to no longer include columns.
- Minor fixes here and there.
Updated Webplate Demo
- Slight change to file structure.
- Updated to the latest Webplate Demo component.
Major Update
- Refactored to be a Webplate 4 component.
- Added in more Animation mixins.
- Added in Flex mixins.
- Added in more Gradient mixins.
- Added in more Transform mixins.
- Removed legacy mixins waiting to be deprecated.
Update To Limit Mixin
- The limit mixin can now accept a variable.
Added New Gradient Mixins
- Gradient angle mixin has been added.