Releases: styled-components/polished
Releases · styled-components/polished
chore(package): Prep for beta release.
Prep for beta release. Updated TS tests, bump version number, comment cleanup.
fix(types/deps): Update types and deps
Updates types and deps to work with flow >= 0.85 fully.
v2.3.3
2.3.3 (2019-01-09)
Bug Fixes
- types/deps: Update types and deps (8235d9d)
v2.3.2
2.3.2 (2019-01-09)
Bug Fixes
- Flow: add required annotations (940692a)
v2.3.1
2.3.1 (2018-12-01)
Bug Fixes
- normalize: Fix hyphenated rule in normalize (cf25f2d)
v2.3.0
2.3.0 (2018-10-21)
Features
- triangle: add ability to use float values for triangle width/height (5634c64)
v2.2.0
2.2.0 (2018-09-29)
Features
- shade: function should mix a color WITH black (fd34015)
- tint: function should mix a color WITH white (2e9ce03)
v2.1.1
Feature
- Color modules now support 4-Digit Hex code shorthands (#368).
Build
- Build has been upgraded to use Babel 7. (Thanks @TrySound!)
v2.0.3
2.0.3 (2018-08-26)
Bug Fixes
- ellipsis: Remove inline-flex from ellipsis. (9d8300e), closes #360
v2.0.2
2.0.2 (2018-08-22)
Bug Fixes
- types: Updated types to be compatible with styled-components. (5c684e6), closes #348