From 8c9b61dc65a87b9bcca247c91145dbe7156e6b4e Mon Sep 17 00:00:00 2001 From: Govind Kumar Date: Fri, 9 Jun 2023 16:56:24 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=8A=20Update=20changelog=20file.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca3918f7..a8fb70fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines. +## [2.12.18](https://github.com/wpmudev/shared-ui/compare/v2.11.17...v2.12.18) (2023-06-09) + +#### ✨ New Features +- **new(builder):** Builder insert field color changed. [#537](https://github.com/wpmudev/shared-ui/pull/537) ([SUI-307](https://incsub.atlassian.net/browse/SUI-307)) ([@creador-dev](https://github.com/creador-dev)) + +#### 🐛 Bug Fixes + +- **fix(multi select):** Select2 multi select disappearing issue. [#541](https://github.com/wpmudev/shared-ui/pull/541) ([SUI-562](https://incsub.atlassian.net/browse/SUI-562)) ([@creador-dev](https://github.com/creador-dev)) +- **fix(select2):** Escape script tags in select2 options. [#542](https://github.com/wpmudev/shared-ui/pull/542) ([SUI-570](https://incsub.atlassian.net/browse/SUI-570)) ([@creador-dev](https://github.com/creador-dev)) + +#### Committers: 1 +- Pawan Kumar ([@creador-dev](https://github.com/creador-dev)) + ## [2.12.17](https://github.com/wpmudev/shared-ui/compare/v2.11.16...v2.12.17) (2023-02-27) #### 🚀 Improvements