@atlaskit/media-file-preview 1.0.2 → 1.1.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/AGENTS.md +7 -5
- package/CHANGELOG.md +18 -0
- package/package.json +7 -7
package/AGENTS.md
CHANGED
|
@@ -26,11 +26,13 @@
|
|
|
26
26
|
> codebase and the docs after any code change. Use the `generate` subcommand to bootstrap the index
|
|
27
27
|
> in a new repository.
|
|
28
28
|
|
|
29
|
-
**Entry point:** `.agents/knowledge-index/INDEX.md`
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
**CLI:**
|
|
33
|
-
|
|
29
|
+
**Entry point:** `.agents/knowledge-index/INDEX.md` **Unit doc:**
|
|
30
|
+
`.agents/knowledge-index/domains/media/units/atlaskit-media-file-preview.md` **Standards page:**
|
|
31
|
+
`.agents/knowledge-index/domains/media/units/atlaskit-media-file-preview/standards-and-patterns.md`
|
|
32
|
+
**CLI:**
|
|
33
|
+
`python3 .agents/skills/knowledge-index/scripts/kg.py {find,read,edit,investigate,validate,init,explore,generate} …`
|
|
34
|
+
**Refresh protocol:** never silently bump `Last verified` — always re-read the listed `Sources`
|
|
35
|
+
first, edit, then `kg.py edit <path> --message "<reason>"`.
|
|
34
36
|
|
|
35
37
|
## Key source files
|
|
36
38
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/media-file-preview
|
|
2
2
|
|
|
3
|
+
## 1.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`cd097a2111788`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cd097a2111788) -
|
|
8
|
+
Republish packages depending on `@atlaskit/react-compiler-gating` so their published dependency
|
|
9
|
+
reference is updated to the renamed `@atlaskit/react-compiler-gating` scope.
|
|
10
|
+
|
|
11
|
+
The earlier rename of `@atlassian/react-compiler-gating` to `@atlaskit/react-compiler-gating` only
|
|
12
|
+
bumped the renamed package itself, so dependent packages were never republished and their
|
|
13
|
+
published versions still referenced the old `@atlassian/react-compiler-gating` name, which is not
|
|
14
|
+
available in the public npm registry. This minor bump republishes all affected packages with the
|
|
15
|
+
corrected dependency.
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
3
21
|
## 1.0.2
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/media-file-preview",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "A React Hook to fetch and render file previews. It's overloaded with fancy features like SSR, lazy loading, memory cache and local preview.",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -30,12 +30,12 @@
|
|
|
30
30
|
"atlaskit:src": "src/index.ts",
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@atlaskit/media-client": "^37.1.0",
|
|
33
|
-
"@atlaskit/media-client-react": "^6.
|
|
34
|
-
"@atlaskit/media-common": "^14.
|
|
35
|
-
"@atlaskit/media-ui": "^30.
|
|
33
|
+
"@atlaskit/media-client-react": "^6.1.0",
|
|
34
|
+
"@atlaskit/media-common": "^14.2.0",
|
|
35
|
+
"@atlaskit/media-ui": "^30.5.0",
|
|
36
36
|
"@atlaskit/platform-feature-flags": "^2.0.0",
|
|
37
37
|
"@atlaskit/react-compiler-gating": "^0.2.0",
|
|
38
|
-
"@atlaskit/react-ufo": "^7.
|
|
38
|
+
"@atlaskit/react-ufo": "^7.3.0",
|
|
39
39
|
"@babel/runtime": "^7.0.0",
|
|
40
40
|
"lru_map": "^0.4.1"
|
|
41
41
|
},
|
|
@@ -48,11 +48,11 @@
|
|
|
48
48
|
"@af/visual-regression": "workspace:^",
|
|
49
49
|
"@atlaskit/media-state": "^3.0.0",
|
|
50
50
|
"@atlaskit/media-test-data": "^4.0.0",
|
|
51
|
-
"@atlaskit/section-message": "^9.
|
|
51
|
+
"@atlaskit/section-message": "^9.2.0",
|
|
52
52
|
"@atlaskit/ssr": "workspace:^",
|
|
53
53
|
"@atlassian/a11y-jest-testing": "^0.13.0",
|
|
54
54
|
"@atlassian/feature-flags-test-utils": "^1.1.0",
|
|
55
|
-
"@atlassian/testing-library": "^0.
|
|
55
|
+
"@atlassian/testing-library": "^0.7.0",
|
|
56
56
|
"@testing-library/react": "^16.3.0",
|
|
57
57
|
"react": "^18.2.0",
|
|
58
58
|
"react-dom": "^18.2.0",
|