From d112ec3497970a89f4a4ccb9de6216ce0972702c Mon Sep 17 00:00:00 2001 From: Zahra Jabini Date: Fri, 20 Sep 2019 10:54:43 -0400 Subject: [PATCH] v0.12.1 --- CHANGELOG.md | 23 +++++++++++++++++++++++ package.json | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7ba87ff7..d693110bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ + +## 0.12.1 (2019-09-20) + +Note: The previous version was released as v0.12.0-0 (a prerelease version) +due to an issue with the CI infrastructure. v0.12.1 supersedes v0.12.0-0 and +there is no v0.12.0 release. + +* Add button in demo to toggle blockquote ([4005732](https://github.com/bustle/mobiledoc-kit/commit/4005732)) +* Add Editor#activeSectionAttributes to support toolbar state for new section attributes in mobiledoc ([0f65798](https://github.com/bustle/mobiledoc-kit/commit/0f65798)) +* Fix #689: Original range should be remembered after `toggleSection` ([95146e0](https://github.com/bustle/mobiledoc-kit/commit/95146e0)), closes [#689](https://github.com/bustle/mobiledoc-kit/issues/689) +* Fix #694: Alignment of a section is removed when pressing "Enter" ([4fadc60](https://github.com/bustle/mobiledoc-kit/commit/4fadc60)), closes [#694](https://github.com/bustle/mobiledoc-kit/issues/694) +* Remove redundant CSS from demo.css ([020dee3](https://github.com/bustle/mobiledoc-kit/commit/020dee3)) +* Replace Array.find with detect utility function 🦈 ([ea54c6b](https://github.com/bustle/mobiledoc-kit/commit/ea54c6b)) +* Replace Array.includes with utility function for IE11 compat 🐲 ([5535e08](https://github.com/bustle/mobiledoc-kit/commit/5535e08)) +* Replace for..of with forEach 🥓 ([529478f](https://github.com/bustle/mobiledoc-kit/commit/529478f)) +* Replace Object.entries with utility function 🥴 ([ebed97a](https://github.com/bustle/mobiledoc-kit/commit/ebed97a)) +* Set default range for 'setAttribute' in PostEditor ([53b36d7](https://github.com/bustle/mobiledoc-kit/commit/53b36d7)) +* Specify Sauce Connect version 🐾 ([654943d](https://github.com/bustle/mobiledoc-kit/commit/654943d)) +* Update testem/sauce labs dependencies 🐄 ([105f62b](https://github.com/bustle/mobiledoc-kit/commit/105f62b)) + + + ## 0.12.0-0 (2019-07-16) @@ -9,6 +31,7 @@ * Implement Mobiledoc 0.3.2 (text alignment attribute) (continued) (#688) ([9d842fb](https://github.com/bustle/mobiledoc-kit/commit/9d842fb)), closes [#688](https://github.com/bustle/mobiledoc-kit/issues/688) * Remove node_modules/ path from scripts in package.json (#687) ([00a1c46](https://github.com/bustle/mobiledoc-kit/commit/00a1c46)), closes [#687](https://github.com/bustle/mobiledoc-kit/issues/687) * Uncomment "FIXME" Google Docs nested uls test (#678) ([358cd9d](https://github.com/bustle/mobiledoc-kit/commit/358cd9d)), closes [#678](https://github.com/bustle/mobiledoc-kit/issues/678) +* v0.12.0-0 ([35ef6de](https://github.com/bustle/mobiledoc-kit/commit/35ef6de)) diff --git a/package.json b/package.json index 89fcf0c65..b46ddaa7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mobiledoc-kit", - "version": "0.12.0-0", + "version": "0.12.1", "description": "A toolkit for building WYSIWYG editors with Mobiledoc", "repository": "https://github.com/bustle/mobiledoc-kit", "scripts": {