CHANGELOG entry for removed auto icon font loading

This commit is contained in:
Alexander Marks 2019-07-29 11:34:07 -07:00
parent c3170a96a9
commit 446695725d

View File

@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
- Components no longer automatically load the Material Icons font, so that
users have control over how fonts are loaded. Users can still import the
`mwc-icon-font.js` module themselves to automatically load the font from
fonts.googleapis.com.
## [0.6.0] - 2019-06-05
- Upgrade lerna to 3.x
- Upgrade typescript to 3.4, add config for tsbuildinfo files needed for incremental compilation mode
@ -72,4 +78,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Add READMEs and examples
## [0.1.0] - 2018-05-08
- Initial WIP of components
- Initial WIP of components