@atlaskit/image 1.1.5 → 1.1.7

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,40 +1,52 @@
1
1
  # @atlaskit/image
2
2
 
3
+ ## 1.1.7
4
+
5
+ ### Patch Changes
6
+
7
+ - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116) [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) - Upgrade Typescript from `4.9.5` to `5.4.2`
8
+
9
+ ## 1.1.6
10
+
11
+ ### Patch Changes
12
+
13
+ - [#38487](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38487) [`b2da5b33468`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b2da5b33468) - Documents that props like `css` and `className` are unsafe and will be deprecated in the future.
14
+
3
15
  ## 1.1.5
4
16
 
5
17
  ### Patch Changes
6
18
 
7
- - [`4ae083a7e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ae083a7e66) - Use `@af/accessibility-testing` for default jest-axe config and jest-axe import in accessibility testing.
19
+ - [#36754](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36754) [`4ae083a7e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ae083a7e66) - Use `@af/accessibility-testing` for default jest-axe config and jest-axe import in accessibility testing.
8
20
 
9
21
  ## 1.1.4
10
22
 
11
23
  ### Patch Changes
12
24
 
13
- - [`d0a020ae050`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d0a020ae050) - Basic accessibility unit tests with jest-axe
25
+ - [#34853](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34853) [`d0a020ae050`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d0a020ae050) - Basic accessibility unit tests with jest-axe
14
26
 
15
27
  ## 1.1.3
16
28
 
17
29
  ### Patch Changes
18
30
 
19
- - [`b1bdec7cce2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1bdec7cce2) - Internal change to enforce token usage for spacing properties. There is no expected visual or behaviour change.
31
+ - [#32935](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32935) [`b1bdec7cce2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1bdec7cce2) - Internal change to enforce token usage for spacing properties. There is no expected visual or behaviour change.
20
32
 
21
33
  ## 1.1.2
22
34
 
23
35
  ### Patch Changes
24
36
 
25
- - [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
37
+ - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793) [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
26
38
 
27
39
  ## 1.1.1
28
40
 
29
41
  ### Patch Changes
30
42
 
31
- - [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
43
+ - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649) [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
32
44
 
33
45
  ## 1.1.0
34
46
 
35
47
  ### Minor Changes
36
48
 
37
- - [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
49
+ - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
38
50
 
39
51
  ### Patch Changes
40
52
 
@@ -44,7 +56,7 @@
44
56
 
45
57
  ### Patch Changes
46
58
 
47
- - [`718d5ad3044`](https://bitbucket.org/atlassian/atlassian-frontend/commits/718d5ad3044) - Updates to support the new `@atlaskit/tokens` theming API.
59
+ - [#27634](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27634) [`718d5ad3044`](https://bitbucket.org/atlassian/atlassian-frontend/commits/718d5ad3044) - Updates to support the new `@atlaskit/tokens` theming API.
48
60
  - Updated dependencies
49
61
 
50
62
  ## 1.0.3
@@ -63,25 +75,25 @@
63
75
 
64
76
  ### Patch Changes
65
77
 
66
- - [`98f5ba36c98`](https://bitbucket.org/atlassian/atlassian-frontend/commits/98f5ba36c98) - Updates atlaskit/image thumbnails + descriptions for the website
78
+ - [#28081](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28081) [`98f5ba36c98`](https://bitbucket.org/atlassian/atlassian-frontend/commits/98f5ba36c98) - Updates atlaskit/image thumbnails + descriptions for the website
67
79
 
68
80
  ## 1.0.0
69
81
 
70
82
  ### Major Changes
71
83
 
72
- - [`bc74a5feb7d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc74a5feb7d) - This package is no longer experimental and the API is considered stable. Version contains no changes what so ever.
84
+ - [#28012](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28012) [`bc74a5feb7d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc74a5feb7d) - This package is no longer experimental and the API is considered stable. Version contains no changes what so ever.
73
85
 
74
86
  ## 0.2.1
75
87
 
76
88
  ### Patch Changes
77
89
 
78
- - [`c674eafa051`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c674eafa051) - Fixes a bug where the system preference would override the default behaviour when the color-mode was not set to auto. As a result, an OS setting of "dark" and a product setting of "light" would result in a "dark" image.
90
+ - [#27885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27885) [`c674eafa051`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c674eafa051) - Fixes a bug where the system preference would override the default behaviour when the color-mode was not set to auto. As a result, an OS setting of "dark" and a product setting of "light" would result in a "dark" image.
79
91
 
80
92
  ## 0.2.0
81
93
 
82
94
  ### Minor Changes
83
95
 
84
- - [`8ab96dfc824`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8ab96dfc824) - Adds a new Image primitive that works like the native HTML img element, with the added functionality of being theme-aware.
96
+ - [#27046](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27046) [`8ab96dfc824`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8ab96dfc824) - Adds a new Image primitive that works like the native HTML img element, with the added functionality of being theme-aware.
85
97
 
86
98
  ## 0.1.0
87
99
 
package/package.json CHANGED
@@ -1,13 +1,19 @@
1
1
  {
2
2
  "name": "@atlaskit/image",
3
- "version": "1.1.5",
3
+ "version": "1.1.7",
4
4
  "description": "An image that changes in light or dark themes.",
5
- "author": "Atlassian Pty Ltd",
6
- "license": "Apache-2.0",
7
5
  "publishConfig": {
8
6
  "registry": "https://registry.npmjs.org/"
9
7
  },
10
- "homepage": "https://atlassian.design/components/image/",
8
+ "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
9
+ "author": "Atlassian Pty Ltd",
10
+ "license": "Apache-2.0",
11
+ "main": "dist/cjs/index.js",
12
+ "module": "dist/esm/index.js",
13
+ "module:es2019": "dist/es2019/index.js",
14
+ "types": "dist/types/index.d.ts",
15
+ "sideEffects": false,
16
+ "atlaskit:src": "src/index.tsx",
11
17
  "atlassian": {
12
18
  "team": "Design System Team",
13
19
  "inPublicMirror": true,
@@ -20,26 +26,8 @@
20
26
  }
21
27
  }
22
28
  },
23
- "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
24
- "main": "dist/cjs/index.js",
25
- "module": "dist/esm/index.js",
26
- "module:es2019": "dist/es2019/index.js",
27
- "types": "dist/types/index.d.ts",
28
- "typesVersions": {
29
- ">=4.5 <4.9": {
30
- "*": [
31
- "dist/types-ts4.5/*",
32
- "dist/types-ts4.5/index.d.ts"
33
- ]
34
- }
35
- },
36
- "sideEffects": false,
37
- "atlaskit:src": "src/index.tsx",
38
- "af:exports": {
39
- ".": "./src/index.tsx"
40
- },
41
29
  "dependencies": {
42
- "@atlaskit/tokens": "^1.11.0",
30
+ "@atlaskit/tokens": "^1.42.0",
43
31
  "@babel/runtime": "^7.0.0",
44
32
  "@emotion/react": "^11.7.1"
45
33
  },
@@ -48,14 +36,15 @@
48
36
  },
49
37
  "devDependencies": {
50
38
  "@af/accessibility-testing": "*",
39
+ "@af/integration-testing": "*",
40
+ "@af/visual-regression": "*",
51
41
  "@atlaskit/ds-lib": "^2.2.0",
52
42
  "@atlaskit/ssr": "*",
53
43
  "@atlaskit/visual-regression": "*",
54
- "@atlaskit/webdriver-runner": "*",
55
44
  "@atlassian/atlassian-frontend-prettier-config-1.0.0": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.0",
56
45
  "@testing-library/react": "^12.1.5",
57
46
  "react-dom": "^16.8.0",
58
- "typescript": "~4.9.5",
47
+ "typescript": "~5.4.2",
59
48
  "wait-for-expect": "^1.2.0"
60
49
  },
61
50
  "techstack": {
@@ -85,11 +74,9 @@
85
74
  "ui-components": [
86
75
  "lite-mode"
87
76
  ],
88
- "deprecation": [
89
- "no-deprecated-imports"
90
- ],
77
+ "deprecation": "no-deprecated-imports",
91
78
  "styling": [
92
- "static",
79
+ "emotion",
93
80
  "emotion"
94
81
  ],
95
82
  "imports": [
@@ -97,5 +84,17 @@
97
84
  ]
98
85
  }
99
86
  },
87
+ "homepage": "https://atlassian.design/components/image/",
88
+ "typesVersions": {
89
+ ">=4.5 <4.9": {
90
+ "*": [
91
+ "dist/types-ts4.5/*",
92
+ "dist/types-ts4.5/index.d.ts"
93
+ ]
94
+ }
95
+ },
96
+ "af:exports": {
97
+ ".": "./src/index.tsx"
98
+ },
100
99
  "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.0"
101
- }
100
+ }
@@ -1,5 +0,0 @@
1
- {
2
- "name": "@atlaskit/image",
3
- "version": "1.1.5",
4
- "sideEffects": false
5
- }
@@ -1,5 +0,0 @@
1
- {
2
- "name": "@atlaskit/image",
3
- "version": "1.1.5",
4
- "sideEffects": false
5
- }
@@ -1,5 +0,0 @@
1
- {
2
- "name": "@atlaskit/image",
3
- "version": "1.1.5",
4
- "sideEffects": false
5
- }