From 072f3171491d454985c3de58778c7cff9f696519 Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Tue, 25 Oct 2022 15:47:54 -0400 Subject: [PATCH] Release v3.1.0 (#41) --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac29ab9..bf07372 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,14 @@ # Change history for stripes-template-editor -## 3.1.0 IN PROGRESS +## [3.1.0](https://github.com/folio-org/stripes-template-editor/tree/v3.1.0) (2022-10-25) +[Full Changelog](https://github.com/folio-org/stripes-template-editor/compare/v3.0.0...v3.1.0) * Correctly display numbers. Refs FOLIO-3250. * Provide missing `aria-label` attribute to tokens button. Refs UICIRC-428. * Correctly format `ol`/`ul` values. Refs STRIPES-810. * use tab key to create indented lists. Refs UINOTES-134. * Provide `@folio/stripes` `v7` compatibility alongside `v6`. Refs STRIPES-827. +* Use a unique DOM `id` per editor, allowing multiple editors simultaneously. ## [3.0.0](https://github.com/folio-org/stripes-template-editor/tree/v3.0.0) (2021-01-26) [Full Changelog](https://github.com/folio-org/stripes-template-editor/compare/v2.0.0...v3.0.0)