Skip to content

Commit

Permalink
Tweak JSS links + add it to plugins page (#1615)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews authored Jul 26, 2017
1 parent 3bc5239 commit c4fc8fd
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Change Log

## [1.4.0] - 2017-07-25

### Added

* Add gatsby-plugin-feed to www #1569 @nicholaswyoung
* Implement gatsby-plugin-jss #1431 @wizardzloy
* gatsby-transformer-sharp: Added the option to use the original image #1556 @chiedo

### Fixed

* [www] Blog post meta styles #1561 @fk
* Fix unsupported method in IE #1573 @variadicintegrity
* Don't set a default title in html.js as not overriden by react-helmet #1578 @KyleAMathews
* Downgrade Glamor to v2 as v3 unstable #1580 @KyleAMathews
* Remove the slash between the pathPrefix and pathname when navigating #1574 @DaleWebb
* Fix url in Contentful example #1596 @axe312ger
* Small fixes to tutorial #1586 @benmathews
* Add missing dep to gatsby-source-filesystem #1607 @jquense
* Wordpress -> WordPress #1608 @Alaev
* Fix typo #1609 @fk
* Update modifyWebpackConfig docs #1613 @KyleAMathews
* Fix broken links #1614 @KyleAMathews


## [1.3.0] - 2017-07-19

### Added
Expand Down
1 change: 1 addition & 0 deletions docs/docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ you can place the files in a `src` subfolder and build them to the plugin folder
* [gatsby-plugin-glamor](/packages/gatsby-plugin-glamor/)
* [gatsby-plugin-google-analytics](/packages/gatsby-plugin-google-analytics/)
* [gatsby-plugin-google-tagmanager](/packages/gatsby-plugin-google-tagmanager/)
* [gatsby-plugin-jss](/packages/gatsby-plugin-jss/)
* [gatsby-plugin-manifest](/packages/gatsby-plugin-manifest/)
* [gatsby-plugin-nprogress](/packages/gatsby-plugin-nprogress/)
* [gatsby-plugin-offline](/packages/gatsby-plugin-offline/)
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-jss/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Provide drop-in support for using the css-in-js library

## How to use

First add the plugin to your `gatsby-config.js`.
Simply add the plugin to your `gatsby-config.js`.

```javascript
plugins: [
Expand All @@ -19,4 +19,4 @@ plugins: [

## Example

https://github.com/gatsbyjs/gatsby/tree/master/examples/using-jss
https://using-jss.gatsbyjs.org/

0 comments on commit c4fc8fd

Please sign in to comment.