@pie-element/inline-dropdown 4.13.1-next.62 → 4.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,27 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [4.14.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown@4.13.0...@pie-element/inline-dropdown@4.14.0) (2023-06-13)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * added insert spanish and special characters to the inline-dropdown choices input PD-2128 ([a7043b2](https://github.com/pie-framework/pie-elements/commit/a7043b2ab78b26ddbdea0f5ea11b7784b44dd587))
12
+ * removed unnecessary changes PD-2128 ([63bc9e6](https://github.com/pie-framework/pie-elements/commit/63bc9e6c67502e95817955098628a3097c3b1e90))
13
+ * update libs PD-2722, PD-2827, PD-2832 ([834ecf9](https://github.com/pie-framework/pie-elements/commit/834ecf92cc7204c851c68f0945ad5d52e453c9d0))
14
+ * update pie-libs ([649fb8f](https://github.com/pie-framework/pie-elements/commit/649fb8f535172d76b3ffc676ec53b2726432808c))
15
+ * update pie-libs PD-2150, PD-2795 ([ff6f64a](https://github.com/pie-framework/pie-elements/commit/ff6f64afa6ccaa8a060c986b1637c680e68c62b6))
16
+
17
+
18
+ ### Features
19
+
20
+ * **inline-dropdown:** add hidden heading for screen readers PD-2883 ([9f19a0c](https://github.com/pie-framework/pie-elements/commit/9f19a0c8138eb0798827ee20aded93bf19ca2f00))
21
+ * add mathMlOptions PD-2150 ([0c6984c](https://github.com/pie-framework/pie-elements/commit/0c6984cf042141eac36badfbab1c46d8d42f71ee))
22
+
23
+
24
+
25
+
26
+
6
27
  # [4.13.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown@4.12.3...@pie-element/inline-dropdown@4.13.0) (2023-05-23)
7
28
 
8
29
 
@@ -3,6 +3,26 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [4.11.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown-configure@4.10.0...@pie-element/inline-dropdown-configure@4.11.0) (2023-06-13)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * added insert spanish and special characters to the inline-dropdown choices input PD-2128 ([a7043b2](https://github.com/pie-framework/pie-elements/commit/a7043b2ab78b26ddbdea0f5ea11b7784b44dd587))
12
+ * removed unnecessary changes PD-2128 ([63bc9e6](https://github.com/pie-framework/pie-elements/commit/63bc9e6c67502e95817955098628a3097c3b1e90))
13
+ * update libs PD-2722, PD-2827, PD-2832 ([834ecf9](https://github.com/pie-framework/pie-elements/commit/834ecf92cc7204c851c68f0945ad5d52e453c9d0))
14
+ * update pie-libs ([649fb8f](https://github.com/pie-framework/pie-elements/commit/649fb8f535172d76b3ffc676ec53b2726432808c))
15
+ * update pie-libs PD-2150, PD-2795 ([ff6f64a](https://github.com/pie-framework/pie-elements/commit/ff6f64afa6ccaa8a060c986b1637c680e68c62b6))
16
+
17
+
18
+ ### Features
19
+
20
+ * add mathMlOptions PD-2150 ([0c6984c](https://github.com/pie-framework/pie-elements/commit/0c6984cf042141eac36badfbab1c46d8d42f71ee))
21
+
22
+
23
+
24
+
25
+
6
26
  # [4.10.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown-configure@4.9.3...@pie-element/inline-dropdown-configure@4.10.0) (2023-05-23)
7
27
 
8
28
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-element/inline-dropdown-configure",
3
- "version": "4.10.0",
3
+ "version": "4.11.0",
4
4
  "private": true,
5
5
  "main": "lib/index.js",
6
6
  "module": "src/index.js",
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "repository": "pie-framework/pie-elements",
7
- "version": "4.13.1-next.62+339ca667a",
7
+ "version": "4.14.0",
8
8
  "description": "",
9
9
  "scripts": {
10
10
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "author": "",
27
27
  "license": "ISC",
28
- "gitHead": "339ca667a18a4667ec4dbbe3206b381dde933fe9",
28
+ "gitHead": "731f663c04dc7c43e67fe03c2fb18404fa387e04",
29
29
  "main": "lib/index.js",
30
30
  "module": "src/index.js"
31
31
  }