From 55fc424835db73ee357fb67aed7388f616fe1203 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Wed, 22 May 2019 13:33:47 -0400 Subject: [PATCH] remove react changelog --- CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f5c11190b..76bb75da73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,9 +15,6 @@ * **overlay:** hide scrollbars on non-scrollable content ([#16767](https://github.com/ionic-team/ionic/issues/16767)) ([875d563](https://github.com/ionic-team/ionic/commit/875d563)), closes [#14178](https://github.com/ionic-team/ionic/issues/14178) * **picker:** update the column positions in RTL ([#18339](https://github.com/ionic-team/ionic/issues/18339)) ([788a56c](https://github.com/ionic-team/ionic/commit/788a56c)), closes [#17012](https://github.com/ionic-team/ionic/issues/17012) * **range:** update border-radius on range pin for RTL ([#18321](https://github.com/ionic-team/ionic/issues/18321)) ([4855351](https://github.com/ionic-team/ionic/commit/4855351)), closes [#17012](https://github.com/ionic-team/ionic/issues/17012) -* **react:** defaultHref fixes ([#18278](https://github.com/ionic-team/ionic/issues/18278)) ([3d04417](https://github.com/ionic-team/ionic/commit/3d04417)) -* **react:** making children prop optional on overlay components ([#18243](https://github.com/ionic-team/ionic/issues/18243)) ([578108d](https://github.com/ionic-team/ionic/commit/578108d)) -* **react:** Support for adding css classes via `className` in Ionic React components ([#18231](https://github.com/ionic-team/ionic/issues/18231)) ([7bb6a8e](https://github.com/ionic-team/ionic/commit/7bb6a8e)) * **searchbar:** position buttons properly in RTL ([#18325](https://github.com/ionic-team/ionic/issues/18325)) ([845def8](https://github.com/ionic-team/ionic/commit/845def8)), references [#17012](https://github.com/ionic-team/ionic/issues/17012) * **segment:** update segment border for RTL ([#18326](https://github.com/ionic-team/ionic/issues/18326)) ([805b225](https://github.com/ionic-team/ionic/commit/805b225)), closes [#17012](https://github.com/ionic-team/ionic/issues/17012) * **slides:** allow clicks to propagate to buttons ([#16728](https://github.com/ionic-team/ionic/issues/16728)) ([a8f9dfe](https://github.com/ionic-team/ionic/commit/a8f9dfe))