@eeacms/volto-embed 9.0.3 → 9.0.4
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 +10 -3
- package/package.json +1 -1
- package/src/Blocks/EmbedMaps/schema.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,11 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
-
### [9.0.
|
|
7
|
+
### [9.0.4](https://github.com/eea/volto-embed/compare/9.0.3...9.0.4) - 8 December 2023
|
|
8
8
|
|
|
9
|
-
#### :
|
|
9
|
+
#### :rocket: New Features
|
|
10
|
+
|
|
11
|
+
- feat: enhance UrlWidget [Miu Razvan - [`6546941`](https://github.com/eea/volto-embed/commit/6546941ed0d804ca0575dc96fc03d4bb57d6cebf)]
|
|
12
|
+
- feat: enhance InternalUrlWidget [Miu Razvan - [`e5492b3`](https://github.com/eea/volto-embed/commit/e5492b32221f3975539b3f71252bb4e85ab1c521)]
|
|
10
13
|
|
|
11
|
-
|
|
14
|
+
#### :hammer_and_wrench: Others
|
|
15
|
+
|
|
16
|
+
- test: update jest snapshots [Alin Voinea - [`eb1a34f`](https://github.com/eea/volto-embed/commit/eb1a34f98bf49955b0e6fc7ca59989df1892957f)]
|
|
17
|
+
- move url widgets to volto-object-widget [Miu Razvan - [`d269561`](https://github.com/eea/volto-embed/commit/d2695617e3b0996a106d023649857196c6a802ca)]
|
|
18
|
+
### [9.0.3](https://github.com/eea/volto-embed/compare/9.0.2...9.0.3) - 30 November 2023
|
|
12
19
|
|
|
13
20
|
### [9.0.2](https://github.com/eea/volto-embed/compare/9.0.1...9.0.2) - 29 November 2023
|
|
14
21
|
|
package/package.json
CHANGED