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

Latest commit

 

History

History
340 lines (115 loc) · 11.6 KB

CHANGELOG.md

File metadata and controls

340 lines (115 loc) · 11.6 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.6.2 (2020-11-18)

Bug Fixes

  • Correctly handle namespace imports in treat files (#145) (41ab3eb)

1.6.1 (2020-10-19)

Bug Fixes

1.6.0 (2020-09-16)

Features

1.5.1 (2020-07-27)

Bug Fixes

  • Allow custom treat file module rules (#128) (a0f1bad)

1.5.0 (2020-07-23)

Features

1.4.3 (2020-07-13)

Bug Fixes

1.4.2 (2020-04-26)

Bug Fixes

1.4.1 (2020-04-26)

Bug Fixes

  • webpack-plugin: Checking treat file extension (#107) (5f5e838)

1.4.0 (2020-04-24)

Features

  • gatsby-plugin: Support webpack plugin options (#100) (adc32f1)

1.3.0 (2020-04-23)

Features

1.2.4 (2020-01-31)

Bug Fixes

  • styleMap: Support numbers as keys on 'styleMap' objects (#88) (1fd5f1f)

1.2.3 (2020-01-15)

Note: Version bump only for package treat

1.2.2 (2020-01-15)

Bug Fixes

  • Detect multiple webpack versions error (#80) (c067bdf)

1.2.1 (2020-01-12)

Bug Fixes

1.2.0 (2019-12-16)

Features

1.1.7 (2019-12-02)

Bug Fixes

1.1.6 (2019-10-20)

Bug Fixes

  • Handle zeroes in treat class selectors (#66) (2d44b72)

1.1.5 (2019-10-15)

Bug Fixes

  • Honour input order for simple pseudos (#65) (ee7ae3e)

1.1.4 (2019-10-08)

Bug Fixes

  • Gracefully handle compilation errors (#64) (47dd4e8)

1.1.3 (2019-09-20)

Bug Fixes

  • Normalize CSS file paths for Windows (#61) (0c96664)

1.1.2 (2019-09-20)

Bug Fixes

1.1.1 (2019-09-19)

Bug Fixes

1.1.0 (2019-09-16)

Features

  • babel-plugin: Support anonymous calls in arrays/objects (#57) (ec52adb)

1.0.4 (2019-08-06)

Bug Fixes

  • babel-plugin-treat: Support return statements (#56) (db47969)

1.0.3 (2019-08-01)

Bug Fixes

  • Fail validation for undefined styles (#55) (b8399d9)

1.0.2 (2019-08-01)

Bug Fixes

  • deps: Update Autoprefixer, suppresses browserslist warning (#54) (dde0281)

1.0.1 (2019-08-01)

Bug Fixes

  • react-treat: Add peerDependency on treat (#53) (b9498cf)

1.0.0 (2019-07-24)

Bug Fixes

  • Correctly order themed styles from multiple modules (#2) (8393fed)
  • Don't publish global theme declaration (#5) (4e141cc)
  • Dont throw selector error until all themes found (#12) (5c01c96)
  • Handle themed OR selectors in local styles (#20) (f5e5049)
  • Make ‘resolveStyles’ support deep objects, add ‘resolveClassName’ (#6) (a94d920)
  • Mark all treat files as having side effects (#16) (828a1dd)
  • Mark loader as cacheable (#23) (53cd2dd)
  • Recompile styles when theme dependencies update (#26) (2f03b8e)
  • Remove css dependency when tree shaking (#4) (114fcf6)
  • Rename css function to styleMap (#7) (110848b)
  • Simplify globalStyles type (#14) (791fb89)
  • Support Safari < 9 by using var for named exports (#37) (fc36761)
  • babel: Traverse objects to resolve debugIdent name (#22) (d858113)
  • globalStyle: Correct type signature (#15) (1b7d025)
  • globalStyle: Handle selectors correctly when no local styles (#11) (09d80d0)
  • keyframes: Handle keyframes in selectors block (#10) (f973d5b)
  • resolveClassNames: Handle theme dereferencing in object keys (#3) (7957554)
  • selectors: Enforce targeting of ‘&’ in selectors (#17) (728c9fa)
  • styleTree: Remove possible styleTree class clashes (#34) (64862eb)

Features

Performance Improvements