- [PATCH] Update to
ticketfly-css-spacing-utilities
^0.1.0 to fix the way it compiles its distributed CSS (#38).
- [PATCH] Update to
ticketfly-css-spacing-variables
^0.1.0 to fix the way it compiles its distributed CSS (#36).
- [PATCH] Update to
ticketfly-css-box-objects
^0.1.1 to fix the way it compiles its distributed CSS (#34).
- [PATCH] Update to
ticketfly-css-grid-objects
^0.1.1 to fix the way it compiles its distributed CSS (#34).
- [ADDITION] Added new
ticketfly-css
modules (#12).ticketfly-css-position-utilities
@ ^0.1.0ticketfly-css-v-align-utilities
@ ^0.1.0
- [PATCH] Use
package.json
instead of blueprint install for index.js dependencies (#28).
- [PATCH] Add packages to consuming projects during the blueprint's
beforeInstall
hook — instead ofafterInstall
(#25).
- [ENHANCEMENT] Update
ticketfly-css-box-objects
:^0.0.1
—>^0.1.0
(#27).
- [BREAKING CHANGE] Update
ticketfly-css-reset-garnishes
:^0.1.1
—>^0.2.0
- [BREAKING CHANGE] Add and update
ticketfly-css
packages (#11).- Update
ticketfly-css-normalize
:^0.0.4
—>^0.1.0
- Update
ticketfly-css-reset-garnishes
:^0.0.1
—>^0.1.1
- Add
ticketfly-css-typography-garnishes
@^0.1.0
- Add
ticketfly-css-typography-variable
@^0.2.0
- Update
- [FEATURE] Architect project as an Ember addon (#13).
- [ENHANCEMENT] Upgrade to
[email protected]
.
- [ADDITION] Added new
ticketfly-css
modules (#12).
ticketfly-css-grid-objects
- [ADDITION] Added new
ticketfly-css
modules (#11).
ticketfly-css-box-shadow-garnishes
ticketfly-css-box-shadow-variables
ticketfly-css-color-garnishes
ticketfly-css-color-variables
- [ADDITION] Added new
ticketfly-css
modules (#10).ticketfly-css-box-objects
ticketfly-css-display-utilities
ticketfly-css-flex-utilities
ticketfly-css-tap-target-objects
ticketfly-css-text-utilities
ticketfly-css-z-index-utilities
- [ADDITION] Added new
ticketfly-css
modules (#10).ticketfly-css-reset-garnishes
ticketfly-css-sizing-utilities
ticketfly-css-spacing-utilities
ticketfly-css-spacing-variables
- [CHANGED] Switch from
ticketfly-css-overflow
(deprecated) toticketfly-css-overflow-utilities
(#9). - [PATCH] Fix tests to use correct dependencies. (#9).
- [ENHANCEMENT] Improve configuration of
package.json
(#9).
-
Patch update before beginning to convert overarching architecture to an Ember addon.
- Integrate
ticketfly-css-normalize
- Integrate
ticketfly-css-base-settings-variables
- Integrate
stylelint-config-ticketfly
- Fix build scripts to and postcss.config.js
to properly integrate
stylelint
.
- Integrate
-
Initial project pre-release setup
-
Beginning to forming modular structure with utilities and variables as independently versioned packages.
-
Setup configuration for CodeClimate and CircleCI.
-
Setup initial test suite around usage of each module by the base package.
-
Setup initial PostCSS config for compiling source CSS.
-
Import
ticketfly-css-overflow
in base project as a dry-run of architecture.
-