@atlaskit/primitives
Advanced tools
Comparing version 1.14.0 to 1.15.0
# @atlaskit/primitives | ||
## 1.15.0 | ||
### Minor Changes | ||
- [#60570](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60570) [`d74bd13bec9c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d74bd13bec9c) - Restrict usage of data-testid to primitives (`testId` should be used instead). This prop is currently silently ignored so this is just to follow the principle of least surprise when using primitives. | ||
### Patch Changes | ||
- Updated dependencies | ||
## 1.14.0 | ||
@@ -4,0 +14,0 @@ |
@@ -8,2 +8,3 @@ import type { CSSProperties } from 'react'; | ||
testId?: string; | ||
'data-testid'?: never; | ||
/** | ||
@@ -10,0 +11,0 @@ * Apply a subset of permitted styles, powered by Atlassian Design System tokens. |
@@ -8,2 +8,3 @@ import type { CSSProperties } from 'react'; | ||
testId?: string; | ||
'data-testid'?: never; | ||
/** | ||
@@ -10,0 +11,0 @@ * Apply a subset of permitted styles, powered by Atlassian Design System tokens. |
{ | ||
"name": "@atlaskit/primitives", | ||
"version": "1.14.0", | ||
"version": "1.15.0", | ||
"description": "Primitives are token-backed low-level building blocks.", | ||
@@ -108,3 +108,3 @@ "publishConfig": { | ||
"@atlaskit/app-provider": "^0.4.0", | ||
"@atlaskit/tokens": "^1.29.0", | ||
"@atlaskit/tokens": "^1.30.0", | ||
"@babel/runtime": "^7.0.0", | ||
@@ -111,0 +111,0 @@ "@emotion/react": "^11.7.1", |
1575769
11126
Updated@atlaskit/tokens@^1.30.0