@atlaskit/radio 8.3.9 → 8.3.11
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 +12 -14
- package/dist/cjs/radio.js +1 -1
- package/dist/es2019/radio.js +1 -1
- package/dist/esm/radio.js +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/radio
|
|
2
2
|
|
|
3
|
+
## 8.3.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 8.3.10
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 8.3.9
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -812,7 +824,6 @@
|
|
|
812
824
|
### Changes
|
|
813
825
|
|
|
814
826
|
In `5.0.0` we improved the performance of radio by making it more similar to a native radio input.
|
|
815
|
-
|
|
816
827
|
- Previously we rendered a hidden input and an svg for the radio icon. This way we could get all
|
|
817
828
|
the accessibility benefits of using a native radio input while being able to style the svg. We
|
|
818
829
|
now use `appearance: none` on the input, enabling us to style the input and the `after`
|
|
@@ -999,7 +1010,6 @@
|
|
|
999
1010
|
|
|
1000
1011
|
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
1001
1012
|
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
1002
|
-
|
|
1003
1013
|
- @atlaskit/docs@8.3.2
|
|
1004
1014
|
- @atlaskit/visual-regression@0.1.9
|
|
1005
1015
|
- @atlaskit/analytics-next@6.3.5
|
|
@@ -1234,12 +1244,10 @@
|
|
|
1234
1244
|
safety. Flow types are no longer provided. No behavioural changes.
|
|
1235
1245
|
|
|
1236
1246
|
**Breaking changes**
|
|
1237
|
-
|
|
1238
1247
|
- `withAnalyticsForSumTypeProps` alias has been removed, please use `withAnalyticsEvents`
|
|
1239
1248
|
- `AnalyticsContextWrappedComp` alias has been removed, please use `withAnalyticsContext`
|
|
1240
1249
|
|
|
1241
1250
|
**Breaking changes to TypeScript annotations**
|
|
1242
|
-
|
|
1243
1251
|
- `withAnalyticsEvents` now infers proptypes automatically, consumers no longer need to provide
|
|
1244
1252
|
props as a generic type.
|
|
1245
1253
|
- `withAnalyticsContext` now infers proptypes automatically, consumers no longer need to provide
|
|
@@ -1280,7 +1288,6 @@
|
|
|
1280
1288
|
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
|
|
1281
1289
|
|
|
1282
1290
|
In this PR, we are:
|
|
1283
|
-
|
|
1284
1291
|
- Re-introducing dist build folders
|
|
1285
1292
|
- Adding back cjs
|
|
1286
1293
|
- Replacing es5 by cjs and es2015 by esm
|
|
@@ -1369,28 +1376,24 @@
|
|
|
1369
1376
|
## 3.0.1
|
|
1370
1377
|
|
|
1371
1378
|
- [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
|
|
1372
|
-
|
|
1373
1379
|
- This is just a safety release in case anything strange happened in in the previous one. See Pull
|
|
1374
1380
|
Request #5942 for details
|
|
1375
1381
|
|
|
1376
1382
|
## 3.0.0
|
|
1377
1383
|
|
|
1378
1384
|
- [major][1da5351f72](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1da5351f72):
|
|
1379
|
-
|
|
1380
1385
|
- @atlaskit/radio has been converted to Typescript. Typescript consumers will now get static type
|
|
1381
1386
|
safety. Flow types are no longer provided. No API or behavioural changes.
|
|
1382
1387
|
|
|
1383
1388
|
## 2.0.0
|
|
1384
1389
|
|
|
1385
1390
|
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
1386
|
-
|
|
1387
1391
|
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
1388
1392
|
this package, please ensure you use at least this version of react and react-dom.
|
|
1389
1393
|
|
|
1390
1394
|
## 1.0.0
|
|
1391
1395
|
|
|
1392
1396
|
- [major][6c4e41ff36](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6c4e41ff36):
|
|
1393
|
-
|
|
1394
1397
|
- This major release indicates that this package is no longer under dev preview but is ready for
|
|
1395
1398
|
use
|
|
1396
1399
|
|
|
@@ -1435,7 +1438,6 @@
|
|
|
1435
1438
|
## 0.5.0
|
|
1436
1439
|
|
|
1437
1440
|
- [minor][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
1438
|
-
|
|
1439
1441
|
- Drop ES5 from all the flow modules
|
|
1440
1442
|
|
|
1441
1443
|
### Dropping CJS support in all @atlaskit packages
|
|
@@ -1480,7 +1482,6 @@
|
|
|
1480
1482
|
## 0.4.7
|
|
1481
1483
|
|
|
1482
1484
|
- [patch][942e0aec04](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/942e0aec04):
|
|
1483
|
-
|
|
1484
1485
|
- Added test to make sure props are passed hidden input
|
|
1485
1486
|
|
|
1486
1487
|
## 0.4.6
|
|
@@ -1497,7 +1498,6 @@
|
|
|
1497
1498
|
## 0.4.5
|
|
1498
1499
|
|
|
1499
1500
|
- [patch][a048a85](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a048a85):
|
|
1500
|
-
|
|
1501
1501
|
- Updated to be compatible with new Forms API
|
|
1502
1502
|
|
|
1503
1503
|
- Updated dependencies [647a46f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/647a46f):
|
|
@@ -1550,14 +1550,12 @@
|
|
|
1550
1550
|
## 0.4.0
|
|
1551
1551
|
|
|
1552
1552
|
- [minor][b42680b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b42680b):
|
|
1553
|
-
|
|
1554
1553
|
- Add isDisabled prop to RadioGroup, once set will set the isDisabled value for all Radio elements
|
|
1555
1554
|
within the group
|
|
1556
1555
|
|
|
1557
1556
|
## 0.3.0
|
|
1558
1557
|
|
|
1559
1558
|
- [minor][8199088](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8199088):
|
|
1560
|
-
|
|
1561
1559
|
- BREAKING: defaultCheckedValue and checkedValue props in the RadioGroup component now changed to
|
|
1562
1560
|
defaultValue and value respectively
|
|
1563
1561
|
|
package/dist/cjs/radio.js
CHANGED
|
@@ -21,7 +21,7 @@ var _excluded = ["ariaLabel", "aria-labelledby", "isDisabled", "isRequired", "is
|
|
|
21
21
|
// for typing `process`
|
|
22
22
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
23
23
|
var packageName = "@atlaskit/radio";
|
|
24
|
-
var packageVersion = "8.3.
|
|
24
|
+
var packageVersion = "8.3.10";
|
|
25
25
|
var noop = _noop.default;
|
|
26
26
|
var labelPaddingStyles = null;
|
|
27
27
|
var labelStyles = null;
|
package/dist/es2019/radio.js
CHANGED
|
@@ -11,7 +11,7 @@ import __noop from '@atlaskit/ds-lib/noop';
|
|
|
11
11
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
12
12
|
import { B200, B300, B400, B50, N10, N100, N20, N30, N70, N80, N900, R300 } from '@atlaskit/theme/colors';
|
|
13
13
|
const packageName = "@atlaskit/radio";
|
|
14
|
-
const packageVersion = "8.3.
|
|
14
|
+
const packageVersion = "8.3.10";
|
|
15
15
|
const noop = __noop;
|
|
16
16
|
const labelPaddingStyles = null;
|
|
17
17
|
const labelStyles = null;
|
package/dist/esm/radio.js
CHANGED
|
@@ -13,7 +13,7 @@ import __noop from '@atlaskit/ds-lib/noop';
|
|
|
13
13
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
14
14
|
import { B200, B300, B400, B50, N10, N100, N20, N30, N70, N80, N900, R300 } from '@atlaskit/theme/colors';
|
|
15
15
|
var packageName = "@atlaskit/radio";
|
|
16
|
-
var packageVersion = "8.3.
|
|
16
|
+
var packageVersion = "8.3.10";
|
|
17
17
|
var noop = __noop;
|
|
18
18
|
var labelPaddingStyles = null;
|
|
19
19
|
var labelStyles = null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/radio",
|
|
3
|
-
"version": "8.3.
|
|
3
|
+
"version": "8.3.11",
|
|
4
4
|
"description": "A radio input allows users to select only one option from a number of choices. Radio is generally displayed in a radio group.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
36
36
|
"@atlaskit/css": "^0.15.0",
|
|
37
|
-
"@atlaskit/ds-lib": "^5.
|
|
37
|
+
"@atlaskit/ds-lib": "^5.2.0",
|
|
38
38
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
39
39
|
"@atlaskit/theme": "^21.0.0",
|
|
40
|
-
"@atlaskit/tokens": "^
|
|
40
|
+
"@atlaskit/tokens": "^8.0.0",
|
|
41
41
|
"@babel/runtime": "^7.0.0",
|
|
42
|
-
"@compiled/react": "^0.18.
|
|
42
|
+
"@compiled/react": "^0.18.6"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"react": "^18.2.0"
|
|
@@ -48,15 +48,15 @@
|
|
|
48
48
|
"@af/accessibility-testing": "workspace:^",
|
|
49
49
|
"@af/integration-testing": "workspace:^",
|
|
50
50
|
"@af/visual-regression": "workspace:^",
|
|
51
|
-
"@atlaskit/button": "^23.
|
|
51
|
+
"@atlaskit/button": "^23.6.0",
|
|
52
52
|
"@atlaskit/checkbox": "^17.1.0",
|
|
53
|
-
"@atlaskit/docs": "^11.
|
|
53
|
+
"@atlaskit/docs": "^11.2.0",
|
|
54
54
|
"@atlaskit/form": "^14.2.0",
|
|
55
55
|
"@atlaskit/link": "^3.2.0",
|
|
56
|
-
"@atlaskit/primitives": "^
|
|
57
|
-
"@atlaskit/section-message": "^8.
|
|
56
|
+
"@atlaskit/primitives": "^16.1.0",
|
|
57
|
+
"@atlaskit/section-message": "^8.9.0",
|
|
58
58
|
"@atlaskit/ssr": "workspace:^",
|
|
59
|
-
"@atlassian/ssr-tests": "
|
|
59
|
+
"@atlassian/ssr-tests": "workspace:^",
|
|
60
60
|
"@testing-library/react": "^13.4.0",
|
|
61
61
|
"@testing-library/user-event": "^14.4.3",
|
|
62
62
|
"jscodeshift": "^17.0.0",
|