@atlaskit/radio 8.3.8 → 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 +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 +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/radio
|
|
2
2
|
|
|
3
|
+
## 8.3.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 8.3.9
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 8.3.8
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -806,7 +818,6 @@
|
|
|
806
818
|
### Changes
|
|
807
819
|
|
|
808
820
|
In `5.0.0` we improved the performance of radio by making it more similar to a native radio input.
|
|
809
|
-
|
|
810
821
|
- Previously we rendered a hidden input and an svg for the radio icon. This way we could get all
|
|
811
822
|
the accessibility benefits of using a native radio input while being able to style the svg. We
|
|
812
823
|
now use `appearance: none` on the input, enabling us to style the input and the `after`
|
|
@@ -993,7 +1004,6 @@
|
|
|
993
1004
|
|
|
994
1005
|
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
995
1006
|
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
996
|
-
|
|
997
1007
|
- @atlaskit/docs@8.3.2
|
|
998
1008
|
- @atlaskit/visual-regression@0.1.9
|
|
999
1009
|
- @atlaskit/analytics-next@6.3.5
|
|
@@ -1228,12 +1238,10 @@
|
|
|
1228
1238
|
safety. Flow types are no longer provided. No behavioural changes.
|
|
1229
1239
|
|
|
1230
1240
|
**Breaking changes**
|
|
1231
|
-
|
|
1232
1241
|
- `withAnalyticsForSumTypeProps` alias has been removed, please use `withAnalyticsEvents`
|
|
1233
1242
|
- `AnalyticsContextWrappedComp` alias has been removed, please use `withAnalyticsContext`
|
|
1234
1243
|
|
|
1235
1244
|
**Breaking changes to TypeScript annotations**
|
|
1236
|
-
|
|
1237
1245
|
- `withAnalyticsEvents` now infers proptypes automatically, consumers no longer need to provide
|
|
1238
1246
|
props as a generic type.
|
|
1239
1247
|
- `withAnalyticsContext` now infers proptypes automatically, consumers no longer need to provide
|
|
@@ -1274,7 +1282,6 @@
|
|
|
1274
1282
|
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
|
|
1275
1283
|
|
|
1276
1284
|
In this PR, we are:
|
|
1277
|
-
|
|
1278
1285
|
- Re-introducing dist build folders
|
|
1279
1286
|
- Adding back cjs
|
|
1280
1287
|
- Replacing es5 by cjs and es2015 by esm
|
|
@@ -1363,28 +1370,24 @@
|
|
|
1363
1370
|
## 3.0.1
|
|
1364
1371
|
|
|
1365
1372
|
- [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
|
|
1366
|
-
|
|
1367
1373
|
- This is just a safety release in case anything strange happened in in the previous one. See Pull
|
|
1368
1374
|
Request #5942 for details
|
|
1369
1375
|
|
|
1370
1376
|
## 3.0.0
|
|
1371
1377
|
|
|
1372
1378
|
- [major][1da5351f72](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1da5351f72):
|
|
1373
|
-
|
|
1374
1379
|
- @atlaskit/radio has been converted to Typescript. Typescript consumers will now get static type
|
|
1375
1380
|
safety. Flow types are no longer provided. No API or behavioural changes.
|
|
1376
1381
|
|
|
1377
1382
|
## 2.0.0
|
|
1378
1383
|
|
|
1379
1384
|
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
1380
|
-
|
|
1381
1385
|
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
1382
1386
|
this package, please ensure you use at least this version of react and react-dom.
|
|
1383
1387
|
|
|
1384
1388
|
## 1.0.0
|
|
1385
1389
|
|
|
1386
1390
|
- [major][6c4e41ff36](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6c4e41ff36):
|
|
1387
|
-
|
|
1388
1391
|
- This major release indicates that this package is no longer under dev preview but is ready for
|
|
1389
1392
|
use
|
|
1390
1393
|
|
|
@@ -1429,7 +1432,6 @@
|
|
|
1429
1432
|
## 0.5.0
|
|
1430
1433
|
|
|
1431
1434
|
- [minor][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
1432
|
-
|
|
1433
1435
|
- Drop ES5 from all the flow modules
|
|
1434
1436
|
|
|
1435
1437
|
### Dropping CJS support in all @atlaskit packages
|
|
@@ -1474,7 +1476,6 @@
|
|
|
1474
1476
|
## 0.4.7
|
|
1475
1477
|
|
|
1476
1478
|
- [patch][942e0aec04](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/942e0aec04):
|
|
1477
|
-
|
|
1478
1479
|
- Added test to make sure props are passed hidden input
|
|
1479
1480
|
|
|
1480
1481
|
## 0.4.6
|
|
@@ -1491,7 +1492,6 @@
|
|
|
1491
1492
|
## 0.4.5
|
|
1492
1493
|
|
|
1493
1494
|
- [patch][a048a85](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a048a85):
|
|
1494
|
-
|
|
1495
1495
|
- Updated to be compatible with new Forms API
|
|
1496
1496
|
|
|
1497
1497
|
- Updated dependencies [647a46f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/647a46f):
|
|
@@ -1544,14 +1544,12 @@
|
|
|
1544
1544
|
## 0.4.0
|
|
1545
1545
|
|
|
1546
1546
|
- [minor][b42680b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b42680b):
|
|
1547
|
-
|
|
1548
1547
|
- Add isDisabled prop to RadioGroup, once set will set the isDisabled value for all Radio elements
|
|
1549
1548
|
within the group
|
|
1550
1549
|
|
|
1551
1550
|
## 0.3.0
|
|
1552
1551
|
|
|
1553
1552
|
- [minor][8199088](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8199088):
|
|
1554
|
-
|
|
1555
1553
|
- BREAKING: defaultCheckedValue and checkedValue props in the RadioGroup component now changed to
|
|
1556
1554
|
defaultValue and value respectively
|
|
1557
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/"
|
|
@@ -33,13 +33,13 @@
|
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
36
|
-
"@atlaskit/css": "^0.
|
|
36
|
+
"@atlaskit/css": "^0.15.0",
|
|
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"
|
|
@@ -48,12 +48,12 @@
|
|
|
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.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
|
-
"@atlaskit/primitives": "^
|
|
56
|
+
"@atlaskit/primitives": "^15.0.0",
|
|
57
57
|
"@atlaskit/section-message": "^8.7.0",
|
|
58
58
|
"@atlaskit/ssr": "workspace:^",
|
|
59
59
|
"@atlassian/ssr-tests": "^0.3.0",
|