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

Tags: paypal/glamorous

Tags

v5.0.0

Toggle v5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: officially deprecate the package (#433)

Closes #419

BREAKING CHANGE: Deprecate the package in favor of emotion

v4.13.1

Toggle v4.13.1's commit message
fix(TS): typings for Typescript 2.9 (#425)

* Fix typings for Typescript 2.9

* Disable React deprecation lint warnings for now

v4.13.0

Toggle v4.13.0's commit message
feat(TS): add typescript typings for preact (#416)

* Disable TS emit so we do not need to rimraf

* Create separate tsconfig for react

* Add typescript typings for preact

* Patch preact package.json with typings location

* Add myself to contributors

v4.12.5

Toggle v4.12.5's commit message
fix(getGlamorClassName): don't attempt to merge class names that aren…

…'t from glamor (#415)

v4.12.4

Toggle v4.12.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(video): forward the playsInline prop

Closes #412

v4.12.3

Toggle v4.12.3's commit message
fix(TS): use csstype for standardized CSS typings (#411)

* Use csstype for standardized CSS typings

* Don't expect errors re. invalid values for 'display'

* Make CSSProperties include SvgProperties, since it was before

* Simplify

* Remove more test expectations based on assumption that 'display' is a closed union of literals

v4.12.2

Toggle v4.12.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix(innerRef): allow ref as object (#409)

* fix(innerRef): allow ref as object

React 16.3 comes with a createRef API where you can add ref as an object

* fix(test): update snapshots

v4.12.1

Toggle v4.12.1's commit message
fix(TypeScript): add CSSFunctions to CSSProperties typings (#392)

* Add CSSFunctions to CSSProperties typings

* TypeScript tests for nested css function prop

v4.12.0

Toggle v4.12.0's commit message
feat: CSS function recursion (#391)

* CSS function recursion

* Add test

v4.11.6

Toggle v4.11.6's commit message
fix(TypeScript): add recursive array type to CSS prop (#383)

* Add recursive array type to CSS prop

* Remove unused import