Skip to content

Commit

Permalink
v5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
quantizor committed Mar 30, 2021
1 parent 99e5731 commit bdde5e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@ All notable changes to this project will be documented in this file. If a contri
_The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/)._

## Unreleased
## [v5.2.2] - 2021-03-30

- For React Native based components, pass `testID` down to the native component if specified for an easier time testing. (see [#3365](https://github.com/styled-components/styled-components/pull/3365))

- Enable users of the babel macro to customize the styled-components import with `importModuleName` (see [#3422](https://github.com/styled-components/styled-components/pull/3422))

- [fix] COMPLEX_SELECTOR_PREFIX.includes wasn't transpiled (see [#3397](https://github.com/styled-components/styled-components/pull/3397))

## [v5.2.1] - 2020-10-30

- Tweak server-side build settings to resolve an issue with jest-dom not being able to pick up generated styles (see [#3308](https://github.com/styled-components/styled-components/pull/3308)) thanks @Lazyuki
Expand Down Expand Up @@ -1155,8 +1158,9 @@ _v3.3.1 was skipped due to a bad deploy._

- Fixed compatibility with other react-broadcast-based systems (like `react-router` v4)

[unreleased]: https://github.com/styled-components/styled-components/compare/v5.2.1...master
[v5.2.1]: https://github.com/styled-components/styled-components/compare/v5.2.1...v5.2.1
[unreleased]: https://github.com/styled-components/styled-components/compare/v5.2.2...master
[v5.2.2]: https://github.com/styled-components/styled-components/compare/v5.2.1...v5.2.2
[v5.2.1]: https://github.com/styled-components/styled-components/compare/v5.2.0...v5.2.1
[v5.2.0]: https://github.com/styled-components/styled-components/compare/v5.1.1...v5.2.0
[v5.1.1]: https://github.com/styled-components/styled-components/compare/v5.1.0...v5.1.1
[v5.1.0]: https://github.com/styled-components/styled-components/compare/v5.0.1...v5.1.0
Expand Down
2 changes: 1 addition & 1 deletion packages/styled-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "styled-components",
"version": "5.2.1",
"version": "5.2.2",
"description": "Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress",
"main": "dist/styled-components.cjs.js",
"jsnext:main": "dist/styled-components.esm.js",
Expand Down

0 comments on commit bdde5e2

Please sign in to comment.