forked from gatsbyjs/gatsby
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,20 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [4.0.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-styletron/compare/[email protected]@4.0.0) (2019-05-16) | ||
|
||
### Features | ||
|
||
- **gatsby-plugin-styletron:** update to v5, debug mode, useStyletron ([#13955](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-styletron/issues/13955)) ([7a80d1a](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-styletron/commit/7a80d1a)) | ||
|
||
### BREAKING CHANGES | ||
|
||
- **gatsby-plugin-styletron:** styletron.css() removed, useStyletron as a native replacement | ||
|
||
- feat(gatsby-plugin-styletron): debug mode can be disabled through the config | ||
|
||
- feat(gatsby-plugin-styletron): add note about styletron-react v5 support | ||
|
||
## [3.0.5](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-styletron/compare/[email protected]@3.0.5) (2019-03-11) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-styletron | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-plugin-styletron", | ||
"description": "A Gatsby plugin for styletron with built-in server-side rendering support", | ||
"version": "3.0.5", | ||
"version": "4.0.0", | ||
"author": "Nadiia Dmytrenko <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|