From 5b060345d2c2a68bab2db3fc5c141cd59533e8d0 Mon Sep 17 00:00:00 2001 From: Ibby Date: Tue, 11 Oct 2016 04:30:55 -0400 Subject: [PATCH] chore(): update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50cb0e1eb..16b180151 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ # [2.2.0](https://github.com/driftyco/ionic-native/compare/v2.1.9...v2.2.0) (2016-10-11) +## BREAKING CHANGES + +### OneSignal +The wrapper for this plugin has been updated to the match latest version of the plugin (2.x). If you are still using and older version of the plugin (1.x), you should use ionic-native v.2.1.x. + +### ThemeableBrowser +The wrapper for this plugin (and related interfaces) has been refactored to replace "Themable" with "Themeable". Please fix your existing code to match the new class and interfaces names. + +---- + ### Bug Fixes * **native-transitions:** add missing interface properties ([35c8bbd](https://github.com/driftyco/ionic-native/commit/35c8bbd))