@atlaskit/radio 8.3.9 → 8.3.10
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 +6 -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 +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/radio
|
|
2
2
|
|
|
3
|
+
## 8.3.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
3
9
|
## 8.3.9
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -812,7 +818,6 @@
|
|
|
812
818
|
### Changes
|
|
813
819
|
|
|
814
820
|
In `5.0.0` we improved the performance of radio by making it more similar to a native radio input.
|
|
815
|
-
|
|
816
821
|
- Previously we rendered a hidden input and an svg for the radio icon. This way we could get all
|
|
817
822
|
the accessibility benefits of using a native radio input while being able to style the svg. We
|
|
818
823
|
now use `appearance: none` on the input, enabling us to style the input and the `after`
|
|
@@ -999,7 +1004,6 @@
|
|
|
999
1004
|
|
|
1000
1005
|
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
1001
1006
|
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
1002
|
-
|
|
1003
1007
|
- @atlaskit/docs@8.3.2
|
|
1004
1008
|
- @atlaskit/visual-regression@0.1.9
|
|
1005
1009
|
- @atlaskit/analytics-next@6.3.5
|
|
@@ -1234,12 +1238,10 @@
|
|
|
1234
1238
|
safety. Flow types are no longer provided. No behavioural changes.
|
|
1235
1239
|
|
|
1236
1240
|
**Breaking changes**
|
|
1237
|
-
|
|
1238
1241
|
- `withAnalyticsForSumTypeProps` alias has been removed, please use `withAnalyticsEvents`
|
|
1239
1242
|
- `AnalyticsContextWrappedComp` alias has been removed, please use `withAnalyticsContext`
|
|
1240
1243
|
|
|
1241
1244
|
**Breaking changes to TypeScript annotations**
|
|
1242
|
-
|
|
1243
1245
|
- `withAnalyticsEvents` now infers proptypes automatically, consumers no longer need to provide
|
|
1244
1246
|
props as a generic type.
|
|
1245
1247
|
- `withAnalyticsContext` now infers proptypes automatically, consumers no longer need to provide
|
|
@@ -1280,7 +1282,6 @@
|
|
|
1280
1282
|
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
|
|
1281
1283
|
|
|
1282
1284
|
In this PR, we are:
|
|
1283
|
-
|
|
1284
1285
|
- Re-introducing dist build folders
|
|
1285
1286
|
- Adding back cjs
|
|
1286
1287
|
- Replacing es5 by cjs and es2015 by esm
|
|
@@ -1369,28 +1370,24 @@
|
|
|
1369
1370
|
## 3.0.1
|
|
1370
1371
|
|
|
1371
1372
|
- [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
|
|
1372
|
-
|
|
1373
1373
|
- This is just a safety release in case anything strange happened in in the previous one. See Pull
|
|
1374
1374
|
Request #5942 for details
|
|
1375
1375
|
|
|
1376
1376
|
## 3.0.0
|
|
1377
1377
|
|
|
1378
1378
|
- [major][1da5351f72](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1da5351f72):
|
|
1379
|
-
|
|
1380
1379
|
- @atlaskit/radio has been converted to Typescript. Typescript consumers will now get static type
|
|
1381
1380
|
safety. Flow types are no longer provided. No API or behavioural changes.
|
|
1382
1381
|
|
|
1383
1382
|
## 2.0.0
|
|
1384
1383
|
|
|
1385
1384
|
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
1386
|
-
|
|
1387
1385
|
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
1388
1386
|
this package, please ensure you use at least this version of react and react-dom.
|
|
1389
1387
|
|
|
1390
1388
|
## 1.0.0
|
|
1391
1389
|
|
|
1392
1390
|
- [major][6c4e41ff36](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6c4e41ff36):
|
|
1393
|
-
|
|
1394
1391
|
- This major release indicates that this package is no longer under dev preview but is ready for
|
|
1395
1392
|
use
|
|
1396
1393
|
|
|
@@ -1435,7 +1432,6 @@
|
|
|
1435
1432
|
## 0.5.0
|
|
1436
1433
|
|
|
1437
1434
|
- [minor][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
1438
|
-
|
|
1439
1435
|
- Drop ES5 from all the flow modules
|
|
1440
1436
|
|
|
1441
1437
|
### Dropping CJS support in all @atlaskit packages
|
|
@@ -1480,7 +1476,6 @@
|
|
|
1480
1476
|
## 0.4.7
|
|
1481
1477
|
|
|
1482
1478
|
- [patch][942e0aec04](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/942e0aec04):
|
|
1483
|
-
|
|
1484
1479
|
- Added test to make sure props are passed hidden input
|
|
1485
1480
|
|
|
1486
1481
|
## 0.4.6
|
|
@@ -1497,7 +1492,6 @@
|
|
|
1497
1492
|
## 0.4.5
|
|
1498
1493
|
|
|
1499
1494
|
- [patch][a048a85](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a048a85):
|
|
1500
|
-
|
|
1501
1495
|
- Updated to be compatible with new Forms API
|
|
1502
1496
|
|
|
1503
1497
|
- Updated dependencies [647a46f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/647a46f):
|
|
@@ -1550,14 +1544,12 @@
|
|
|
1550
1544
|
## 0.4.0
|
|
1551
1545
|
|
|
1552
1546
|
- [minor][b42680b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b42680b):
|
|
1553
|
-
|
|
1554
1547
|
- Add isDisabled prop to RadioGroup, once set will set the isDisabled value for all Radio elements
|
|
1555
1548
|
within the group
|
|
1556
1549
|
|
|
1557
1550
|
## 0.3.0
|
|
1558
1551
|
|
|
1559
1552
|
- [minor][8199088](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8199088):
|
|
1560
|
-
|
|
1561
1553
|
- BREAKING: defaultCheckedValue and checkedValue props in the RadioGroup component now changed to
|
|
1562
1554
|
defaultValue and value respectively
|
|
1563
1555
|
|
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.9";
|
|
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.9";
|
|
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.9";
|
|
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.10",
|
|
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/"
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"@atlaskit/ds-lib": "^5.1.0",
|
|
38
38
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
39
39
|
"@atlaskit/theme": "^21.0.0",
|
|
40
|
-
"@atlaskit/tokens": "^
|
|
40
|
+
"@atlaskit/tokens": "^7.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"
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@af/visual-regression": "workspace:^",
|
|
51
51
|
"@atlaskit/button": "^23.5.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
56
|
"@atlaskit/primitives": "^15.0.0",
|