Skip to content

Commit 59a9548

Browse files
author
Nora Tarano
committed
Version 4.1.0
1 parent e7ed4a2 commit 59a9548

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v4.1.0
2+
- [new][performance] Cache by the resulting `WithStyles` HOC (@noratarano, [#234](https://github.com/airbnb/react-with-styles/pull/234))
3+
14
## v4.0.1
25
- [fix] Use a WeakMap cache instead of a Map cache to prevent high memory usage (with fallback to Map) (@noratarano, [#230](https: //github.com/airbnb/react-with-styles/pull/230))
36

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-with-styles",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"description": "",
55
"main": "lib/withStyles.js",
66
"directories": {

0 commit comments

Comments
 (0)