chore(changelog): mention textarea change

This commit is contained in:
Justin Willis
2017-01-24 16:00:59 -06:00
committed by GitHub
parent 034967d9e2
commit 1ef21f4622

View File

@ -108,6 +108,9 @@ Service Worker Toolbox ([sw-toolbox](https://googlechrome.github.io/sw-toolbox/d
### BREAKING CHANGES ### BREAKING CHANGES
#### Inputs
As part of the refactor to improve tree shaking the `TextArea` has been merged into the `TextInput` class. This means that if you are importing the `TextArea` class you will need to change this to be `TextInput`.
#### Slides #### Slides
ion-slides was refactored to remove the external dependencies, and rewritten in TypeScript/ES6 modules to again improve tree shaking abilities. In order to work with tree shaking, the `options` attribute had to be removed. See the [Slides API Documentation](http://ionicframework.com/docs/v2/api/components/slides/Slides/) for usage information. ion-slides was refactored to remove the external dependencies, and rewritten in TypeScript/ES6 modules to again improve tree shaking abilities. In order to work with tree shaking, the `options` attribute had to be removed. See the [Slides API Documentation](http://ionicframework.com/docs/v2/api/components/slides/Slides/) for usage information.