* Improve reusability of Meta component * Rename page prop to fields on pages / posts * Update config.yml with meta object for each item
67 lines
1.3 KiB
Markdown
67 lines
1.3 KiB
Markdown
## 0.4.0 - 2018-06-06
|
|
|
|
* Improve reusability of <Meta /> component
|
|
* Rename `page` prop to `fields` on pages / posts
|
|
* Update config.yml with meta object for each item
|
|
|
|
## 0.3.1 - 2018-06-01
|
|
|
|
* Encode CMS image urls
|
|
* Update config.yml
|
|
|
|
## 0.3.0 - 2018-06-01
|
|
|
|
* General design updates
|
|
* Improved default logo / favicon
|
|
* Improved default card-og.png
|
|
* Improved contact page layout
|
|
* Update <BackgroundImage />
|
|
* Change normalize.css to modern-normalize
|
|
* Add react-feather icons
|
|
* Remove AOS
|
|
|
|
## 0.2.9 - 2018-05-30
|
|
|
|
* IE11 support updates
|
|
|
|
## 0.2.8 - 2018-05-29
|
|
|
|
* Use imgix auto=format for automatic webp conversion
|
|
|
|
## 0.2.7 - 2018-05-25
|
|
|
|
* Update slugify() util function to support plural initialisms
|
|
|
|
## 0.2.6 - 2018-05-25
|
|
|
|
* Add slugify() util function
|
|
|
|
## 0.2.5 - 2018-05-25
|
|
|
|
* Upgrade CMS (1.8.2)
|
|
* Update singlePost CMS config
|
|
|
|
## 0.2.4 - 2018-05-24
|
|
|
|
* Use strict CMS version (1.8.0)
|
|
|
|
## 0.2.3 - 2018-05-21
|
|
|
|
* Add optional imgix integration for images
|
|
* Return to console.log for build console messages
|
|
|
|
## 0.2.2 - 2018-05-21
|
|
|
|
* Use ora for build console message
|
|
|
|
## 0.2.1 - 2018-05-17
|
|
|
|
* Log netlifySiteUrl when viewing CMS on localhost
|
|
|
|
## 0.2.0 - 2018-05-17
|
|
|
|
* Add CHANGELOG
|
|
* Upgrade dependencies
|
|
* Minor improvements to CMS webpack config
|
|
* Add CMS service worker field
|
|
* Fix typo on <SinglePost />
|