Skip to content

Releases: styled-components/polished

polished@v3.0.0-beta.0

02 Feb 19:25
Compare
Choose a tag to compare
Pre-release
chore(package): Prep for beta release.

Prep for beta release. Updated TS tests, bump version number, comment cleanup.

polished@v3.0.0-alpha.0

31 Jan 23:19
Compare
Choose a tag to compare
Pre-release
fix(types/deps): Update types and deps

Updates types and deps to work with flow >= 0.85 fully.

v2.3.3

09 Jan 01:56
Compare
Choose a tag to compare

2.3.3 (2019-01-09)

Bug Fixes

  • types/deps: Update types and deps (8235d9d)

v2.3.2

09 Jan 01:31
Compare
Choose a tag to compare

2.3.2 (2019-01-09)

Bug Fixes

  • Flow: add required annotations (940692a)

v2.3.1

01 Dec 21:36
Compare
Choose a tag to compare

2.3.1 (2018-12-01)

Bug Fixes

  • normalize: Fix hyphenated rule in normalize (cf25f2d)

v2.3.0

21 Oct 13:05
Compare
Choose a tag to compare

2.3.0 (2018-10-21)

Features

  • triangle: add ability to use float values for triangle width/height (5634c64)

v2.2.0

29 Sep 15:09
Compare
Choose a tag to compare

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

21 Sep 16:11
Compare
Choose a tag to compare

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

26 Aug 15:55
Compare
Choose a tag to compare

2.0.3 (2018-08-26)

Bug Fixes

  • ellipsis: Remove inline-flex from ellipsis. (9d8300e), closes #360

v2.0.2

22 Aug 16:16
Compare
Choose a tag to compare

2.0.2 (2018-08-22)

Bug Fixes

  • types: Updated types to be compatible with styled-components. (5c684e6), closes #348