Skip to content

Commit

Permalink
Prepare 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hudochenkov committed Nov 4, 2024
1 parent 1a78623 commit 13fbbb1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/).

## 0.7.0
* Add support for passing a function to `styled` instead using it as a tagged template. For example, <code>styled.div(props => `color: red;`)</code>, or <code>styled(Component)(props => `color: red;`)</code>

## 0.6.4
* Fixed parsing for CSS with escaped characters

Expand Down

0 comments on commit 13fbbb1

Please sign in to comment.