Skip to content

Latest commit

 

History

History
144 lines (82 loc) · 4.79 KB

CHANGELOG.md

File metadata and controls

144 lines (82 loc) · 4.79 KB

0.4.4 — February 11, 2017

  • [PATCH] Update to ticketfly-css-spacing-utilities ^0.1.0 to fix the way it compiles its distributed CSS (#38).

0.4.3 — February 10, 2017

  • [PATCH] Update to ticketfly-css-spacing-variables ^0.1.0 to fix the way it compiles its distributed CSS (#36).

0.4.2 — February 10, 2017

  • [PATCH] Update to ticketfly-css-box-objects ^0.1.1 to fix the way it compiles its distributed CSS (#34).

0.4.1 — February 9, 2017

  • [PATCH] Update to ticketfly-css-grid-objects ^0.1.1 to fix the way it compiles its distributed CSS (#34).

0.4.0 — January 27, 2017

  • [ADDITION] Added new ticketfly-css modules (#12).
    • ticketfly-css-position-utilities @ ^0.1.0
    • ticketfly-css-v-align-utilities @ ^0.1.0

0.3.3 — January 27, 2017

  • [PATCH] Use package.json instead of blueprint install for index.js dependencies (#28).

0.3.2 — January 27, 2017

  • [PATCH] Add packages to consuming projects during the blueprint's beforeInstall hook — instead of afterInstall (#25).

0.3.1 — January 27, 2017

  • [ENHANCEMENT] Update ticketfly-css-box-objects: ^0.0.1 —> ^0.1.0 (#27).

0.3.0 — January 23, 2017

  • [BREAKING CHANGE] Update ticketfly-css-reset-garnishes: ^0.1.1 —> ^0.2.0

0.2.0 — January 13, 2017

  • [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

0.1.0 — January 8, 2017

  • [FEATURE] Architect project as an Ember addon (#13).

0.0.8 — January 8, 2017

0.0.7 — January 8, 2017

  • [ADDITION] Added new ticketfly-css modules (#12).
  • ticketfly-css-grid-objects

0.0.6 — January 2, 2017

  • [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

0.0.5 — December 30, 2016

  • [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

0.0.4 — December 29, 2016

  • [ADDITION] Added new ticketfly-css modules (#10).
    • ticketfly-css-reset-garnishes
    • ticketfly-css-sizing-utilities
    • ticketfly-css-spacing-utilities
    • ticketfly-css-spacing-variables

0.0.3 — December 28, 2016

  • [CHANGED] Switch from ticketfly-css-overflow (deprecated) to ticketfly-css-overflow-utilities (#9).
  • [PATCH] Fix tests to use correct dependencies. (#9).
  • [ENHANCEMENT] Improve configuration of package.json (#9).

0.0.2 — December 19, 2016

  • 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.

0.0.1 — November 26, 2016

  • 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.