From 1ef21f462276b40a57a54cd30f1c4397cd0c2468 Mon Sep 17 00:00:00 2001 From: Justin Willis Date: Tue, 24 Jan 2017 16:00:59 -0600 Subject: [PATCH] chore(changelog): mention textarea change --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21cf303b22..c27e555ccc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -108,6 +108,9 @@ Service Worker Toolbox ([sw-toolbox](https://googlechrome.github.io/sw-toolbox/d ### 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 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.