@atlaskit/adf-utils 19.16.0 → 19.17.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
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/adf-utils
|
|
2
2
|
|
|
3
|
+
## 19.17.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#102696](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102696)
|
|
8
|
+
[`68e5aef5beb02`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/68e5aef5beb02) -
|
|
9
|
+
Validate Forge macro paramters to the rules of Confluence parameter processing
|
|
10
|
+
|
|
3
11
|
## 19.16.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
|
@@ -58,7 +58,7 @@ var partitionObject = function partitionObject(obj, predicate) {
|
|
|
58
58
|
};
|
|
59
59
|
|
|
60
60
|
/**
|
|
61
|
-
* Normalizes the structure of files imported
|
|
61
|
+
* Normalizes the structure of files imported from './specs'.
|
|
62
62
|
* We denormalised the spec to save bundle size.
|
|
63
63
|
*/
|
|
64
64
|
function createSpec(nodes, marks) {
|
|
@@ -42,7 +42,7 @@ const partitionObject = (obj, predicate) => Object.keys(obj).reduce((acc, key) =
|
|
|
42
42
|
}, [[], []]);
|
|
43
43
|
|
|
44
44
|
/**
|
|
45
|
-
* Normalizes the structure of files imported
|
|
45
|
+
* Normalizes the structure of files imported from './specs'.
|
|
46
46
|
* We denormalised the spec to save bundle size.
|
|
47
47
|
*/
|
|
48
48
|
function createSpec(nodes, marks) {
|
|
@@ -49,7 +49,7 @@ var partitionObject = function partitionObject(obj, predicate) {
|
|
|
49
49
|
};
|
|
50
50
|
|
|
51
51
|
/**
|
|
52
|
-
* Normalizes the structure of files imported
|
|
52
|
+
* Normalizes the structure of files imported from './specs'.
|
|
53
53
|
* We denormalised the spec to save bundle size.
|
|
54
54
|
*/
|
|
55
55
|
function createSpec(nodes, marks) {
|