Skip to content

Latest commit

History

History
156 lines (115 loc) 路 4.42 KB

CHANGELOG.md

File metadata and controls

156 lines (115 loc) 路 4.42 KB

0.12.0 (2018-03-27)

Code Refactoring

  • Change SCSS files' directory name (5091e6c)

Features

  • Improve snippet: border-radius (65f2506)
  • Improve snippet: tetr (91849f2)

BREAKING CHANGES

  • The directory name of the SCSS files has changed from sass / to scss /.

0.11.0 (2017-07-30)

  • Add snippets:
    • trf-n (transform: none)
    • t100p (top: 100%)
    • r100p (right: 100%)
    • b100p (bottom: 100%)
    • l100p (left: 100%)
    • fx0-0-100p (flex: 0 0 100%)
    • -webkit-overflow-scrolling
  • Rename snippets:
    • wkfsm-a -> wkfsm-aa (-webkit-font-smoothing: antialiased)
    • wkfsm-sa -> wkfsm-saa (-webkit-font-smoothing: subpixel-antialiased)
  • Change black color from #111111 to #000000
  • Change group of backface-visibility
  • Add package-lock.json and remove yarn
  • Introduce Prettier (#12)

0.10.0 (2017-05-27)

  • Move root Sass file (from ./emma.scss to ./sass/all.scss)
  • Remove default prefix u-
  • Avoid hyphenation at numeric values (e.g. mt-0 -> mt0)
  • Add snippets:
    • Viewport units (vw, vh, vmax, vmin)
    • flex-grow
    • flex-shrink
    • flex-basis
    • appearance
    • user-select
    • -webkit-touch-callout
    • -moz-osx-font-smoothing
    • fsm-a (mixin)
    • d-ih (display: inherit)
    • pos-sk (position: sticky)
    • bdrs9999 (border-radius: 9999px)
  • Improve snippets:
    • flex
    • width
    • max-width
    • cf (clearfix)
    • ff-ja (Japanese font-family)
  • Rename snippets:
    • d-f -> d-fx (display: flex)
    • d-if -> d-ifx (display: inline-flex)
    • wfsm -> wkfsm (-webkit-font-smoothing)
    • bgsz -> bgz (background-size)
    • rsz -> rz (resize)
  • Remove snippets:
    • d-rb (display: ruby)
    • d-rbb (display: ruby-base)
    • d-rbbg (display: ruby-base-group)
    • d-rbt (display: ruby-text)
    • d-rbtg (display: ruby-text-group)
    • d-ri (display: run-in)
    • d-cp (display: compact)
    • d-tbcp (display: table-caption)
    • d-tbco (display: table-column)
    • d-tbcog (display: table-column-group)
    • fw-l (font-weight: light)
  • Bower is deprecated

0.9.0 (2017-05-21)

  • Restructure based on YAML documents

0.8.0 (2017-04-10)

  • Add snippet: fz-0 (font-size: 0)
  • Add snippet: horizontal and vertical padding
  • Add snippet: horizontal and vertical margin

0.7.0 (2016-08-08)

  • Add snippet: ff-j (font-family for Japanese)
  • Add snippet: z-9999 (z-index: 9999)
  • Change from ruby-sass to node-sass
  • Introduce npm run commands to build sass

0.6.0 (2016-06-03)

  • Change $emma-alternative-colors default value from false to true
  • Add Makefile

0.5.0 (2016-03-31)

  • Add max-width sizes
  • Add border-radius sizes
  • Add 5 colors
  • Change margin/padding variables
  • Change line-height variables
  • Change font-size variables

0.4.0 (2015-04-25)

  • Rename snippet name: lire -> reli
  • Improve snippet: tehi
  • Improve snippet: abce

0.3.0 (2015-03-25)

  • Add snippet: tehi (Text hiding)

0.2.0 (2015-03-20)

  • Rename opacity snippet names (e.g. op-01 -> op-0_1)
  • Rename multiple declaration snippet names
    • tet -> tetr
    • lir -> lire
    • abc -> abce
  • Add snippet: m-a (margin: auto)
  • Add snippet: m-0_a (margin: 0 auto)

0.1.0 (2015-03-20)

  • Initial public release