@atlaskit/react-ufo 4.15.10 → 4.15.12
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 +14 -0
- package/api-reference.md +432 -327
- package/dist/cjs/vc/vc-observer/observers/ssr-placeholders/index.js +24 -1
- package/dist/es2019/vc/vc-observer/observers/ssr-placeholders/index.js +21 -1
- package/dist/esm/vc/vc-observer/observers/ssr-placeholders/index.js +24 -1
- package/dist/types/vc/vc-observer/observers/ssr-placeholders/index.d.ts +1 -0
- package/dist/types-ts4.5/vc/vc-observer/observers/ssr-placeholders/index.d.ts +1 -0
- package/package.json +4 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/ufo-interaction-ignore
|
|
2
2
|
|
|
3
|
+
## 4.15.12
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`19af60b5294cd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/19af60b5294cd) -
|
|
8
|
+
Reduces eagerness of ssr placeholder checking
|
|
9
|
+
|
|
10
|
+
## 4.15.11
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- [`5d72bfce82052`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5d72bfce82052) -
|
|
15
|
+
Fix ufo v4 to work with ssr placeholders
|
|
16
|
+
|
|
3
17
|
## 4.15.10
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|