Skip to content

Commit

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

## 0.7.1

* Improved nodes range detection

## 0.7.0
* Added 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>

Expand Down

0 comments on commit d67ea51

Please sign in to comment.