Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Releases: paypal/glamorous

v4.11.5

16 Feb 19:26
Compare
Choose a tag to compare

4.11.5 (2018-02-16)

Bug Fixes

  • css-properties: remove incorrect React.ReactChild from Lossy Union (#372) (a2dcedf)

v4.11.4

19 Jan 03:44
Compare
Choose a tag to compare

4.11.4 (2018-01-19)

Bug Fixes

  • withComponent: forward roolEl when calling withComponent (#377) (5347c77)

v4.11.3

16 Jan 17:22
Compare
Choose a tag to compare

4.11.3 (2018-01-16)

Bug Fixes

  • passing rootEl in extended custom component (#374) (b564686), closes #364

v4.11.2

22 Dec 15:00
Compare
Choose a tag to compare

4.11.2 (2017-12-22)

Bug Fixes

  • delay instantation of brcast in ThemeProvider so it can be inited with correct initialState (#365) (7468bfc)

v4.11.1

22 Dec 05:36
Compare
Choose a tag to compare

4.11.1 (2017-12-22)

Bug Fixes

  • theme: nested themes not being republished on outer theme changes (#363) (8cd90bd)

v4.11.0

26 Oct 18:20
Compare
Choose a tag to compare

4.11.0 (2017-10-26)

Features

  • forwardProps: allow to forward innerRef (#351) (73cbc5f)

v4.10.0

20 Oct 16:38
Compare
Choose a tag to compare

4.10.0 (2017-10-20)

Features

  • TypeScript: add filterProps to glamorous options (#340) (0cc1006)

v4.9.7

25 Sep 16:05
Compare
Choose a tag to compare

4.9.7 (2017-09-25)

Bug Fixes

  • umd: get PropTypes from global object if using UMD build (ea831b1)
  • umd: this fixes the UMD build for newer versions of React (3eeffc9), closes #334

v4.9.6

25 Sep 16:05
Compare
Choose a tag to compare

4.9.6 (2017-09-25)

Bug Fixes

  • umd: get PropTypes from global object if using UMD build (ea831b1)

v4.9.5

22 Sep 16:24
Compare
Choose a tag to compare

4.9.5 (2017-09-22)

Bug Fixes

  • umd: add sourcemaps to minified (0e57985)