@atlaskit/inline-edit 15.3.13 → 15.3.15
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 -15
- package/dist/cjs/inline-edit.js +1 -1
- package/dist/es2019/inline-edit.js +1 -1
- package/dist/esm/inline-edit.js +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/inline-edit
|
|
2
2
|
|
|
3
|
+
## 15.3.15
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 15.3.14
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 15.3.13
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -1031,7 +1043,6 @@
|
|
|
1031
1043
|
- [#9749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9749)
|
|
1032
1044
|
[`d65547e28ba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d65547e28ba) - Fixed a
|
|
1033
1045
|
few UI defects:
|
|
1034
|
-
|
|
1035
1046
|
- reset line-height to 1 for inline edit container
|
|
1036
1047
|
- fixed action buttons background color issue
|
|
1037
1048
|
|
|
@@ -1062,7 +1073,6 @@
|
|
|
1062
1073
|
- [#8728](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8728)
|
|
1063
1074
|
[`0e9764f7384`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0e9764f7384) - Added
|
|
1064
1075
|
codemod-utils as a package dependency, also fixed a few codemod functions
|
|
1065
|
-
|
|
1066
1076
|
- elevate `InlineEditStateless` as default component as we have merged stateful and stateless
|
|
1067
1077
|
- make sure named import works for `InlineEditableTextfield`
|
|
1068
1078
|
|
|
@@ -1082,7 +1092,6 @@
|
|
|
1082
1092
|
[`b9987e84f3f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9987e84f3f) - In this
|
|
1083
1093
|
version we bring significant performance improvements as well as improving the experience of using
|
|
1084
1094
|
`inline-edit`.
|
|
1085
|
-
|
|
1086
1095
|
- removed dynamic loading of inline dialog allowing consumers to compose their own experiences
|
|
1087
1096
|
- merged controlled & uncontrolled inline edit components
|
|
1088
1097
|
- split `InlineEditableTextfield` to its own entry-point
|
|
@@ -1161,7 +1170,6 @@
|
|
|
1161
1170
|
General conversion for inline-edit
|
|
1162
1171
|
|
|
1163
1172
|
There is no breaking change in this conversion, only some mechanical changes applied:
|
|
1164
|
-
|
|
1165
1173
|
- replaced `styled-components` to `emotion`
|
|
1166
1174
|
- converted class component to function component
|
|
1167
1175
|
- restructured the folder
|
|
@@ -1378,7 +1386,6 @@
|
|
|
1378
1386
|
|
|
1379
1387
|
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
1380
1388
|
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
1381
|
-
|
|
1382
1389
|
- @atlaskit/docs@8.3.2
|
|
1383
1390
|
- @atlaskit/visual-regression@0.1.9
|
|
1384
1391
|
- @atlaskit/analytics-next@6.3.5
|
|
@@ -1534,12 +1541,10 @@
|
|
|
1534
1541
|
safety. Flow types are no longer provided. No behavioural changes.
|
|
1535
1542
|
|
|
1536
1543
|
**Breaking changes**
|
|
1537
|
-
|
|
1538
1544
|
- `withAnalyticsForSumTypeProps` alias has been removed, please use `withAnalyticsEvents`
|
|
1539
1545
|
- `AnalyticsContextWrappedComp` alias has been removed, please use `withAnalyticsContext`
|
|
1540
1546
|
|
|
1541
1547
|
**Breaking changes to TypeScript annotations**
|
|
1542
|
-
|
|
1543
1548
|
- `withAnalyticsEvents` now infers proptypes automatically, consumers no longer need to provide
|
|
1544
1549
|
props as a generic type.
|
|
1545
1550
|
- `withAnalyticsContext` now infers proptypes automatically, consumers no longer need to provide
|
|
@@ -1603,7 +1608,6 @@
|
|
|
1603
1608
|
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
|
|
1604
1609
|
|
|
1605
1610
|
In this PR, we are:
|
|
1606
|
-
|
|
1607
1611
|
- Re-introducing dist build folders
|
|
1608
1612
|
- Adding back cjs
|
|
1609
1613
|
- Replacing es5 by cjs and es2015 by esm
|
|
@@ -1696,7 +1700,6 @@
|
|
|
1696
1700
|
## 10.0.0
|
|
1697
1701
|
|
|
1698
1702
|
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
1699
|
-
|
|
1700
1703
|
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
1701
1704
|
this package, please ensure you use at least this version of react and react-dom.
|
|
1702
1705
|
|
|
@@ -1713,19 +1716,16 @@
|
|
|
1713
1716
|
## 9.0.4
|
|
1714
1717
|
|
|
1715
1718
|
- [patch][458331c958](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/458331c958):
|
|
1716
|
-
|
|
1717
1719
|
- Added index.ts to .npmignore to prevent jest tests resolving that instead of index.js
|
|
1718
1720
|
|
|
1719
1721
|
## 9.0.3
|
|
1720
1722
|
|
|
1721
1723
|
- [patch][0a4ccaafae](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a4ccaafae):
|
|
1722
|
-
|
|
1723
1724
|
- Bump tslib
|
|
1724
1725
|
|
|
1725
1726
|
## 9.0.2
|
|
1726
1727
|
|
|
1727
1728
|
- [patch][074c382946](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/074c382946):
|
|
1728
|
-
|
|
1729
1729
|
- Add isRequired prop, remove duplicate defaultProps in code (internal change only) and add
|
|
1730
1730
|
padding to examples on website to prevent unnecessary scrollbar
|
|
1731
1731
|
|
|
@@ -1747,7 +1747,6 @@
|
|
|
1747
1747
|
## 9.0.0
|
|
1748
1748
|
|
|
1749
1749
|
- [major][71e2d2cb3c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/71e2d2cb3c):
|
|
1750
|
-
|
|
1751
1750
|
- **Breaking:** this version is a major overhaul of the package. Check out the
|
|
1752
1751
|
[upgrade guide in the Atlaskit website](https://atlaskit.atlassian.com/packages/core/inline-edit/docs/upgrade-guide)
|
|
1753
1752
|
for more information.
|
|
@@ -1796,7 +1795,6 @@
|
|
|
1796
1795
|
## 8.0.0
|
|
1797
1796
|
|
|
1798
1797
|
- [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
1799
|
-
|
|
1800
1798
|
- Drop ES5 from all the flow modules
|
|
1801
1799
|
|
|
1802
1800
|
### Dropping CJS support in all @atlaskit packages
|
|
@@ -1905,7 +1903,6 @@
|
|
|
1905
1903
|
## 7.1.3
|
|
1906
1904
|
|
|
1907
1905
|
- [patch][a637f5e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a637f5e):
|
|
1908
|
-
|
|
1909
1906
|
- Refine and fix some flow type errors found by fixing @atlaskit/analytics-next HOCs to allow flow
|
|
1910
1907
|
to type check properly
|
|
1911
1908
|
|
package/dist/cjs/inline-edit.js
CHANGED
|
@@ -28,7 +28,7 @@ var fieldStyles = null;
|
|
|
28
28
|
var analyticsAttributes = {
|
|
29
29
|
componentName: 'inlineEdit',
|
|
30
30
|
packageName: "@atlaskit/inline-edit",
|
|
31
|
-
packageVersion: "
|
|
31
|
+
packageVersion: "15.3.14"
|
|
32
32
|
};
|
|
33
33
|
var InnerInlineEdit = function InnerInlineEdit(props) {
|
|
34
34
|
var _props$startWithEditV = props.startWithEditViewOpen,
|
package/dist/esm/inline-edit.js
CHANGED
|
@@ -19,7 +19,7 @@ var fieldStyles = null;
|
|
|
19
19
|
var analyticsAttributes = {
|
|
20
20
|
componentName: 'inlineEdit',
|
|
21
21
|
packageName: "@atlaskit/inline-edit",
|
|
22
|
-
packageVersion: "
|
|
22
|
+
packageVersion: "15.3.14"
|
|
23
23
|
};
|
|
24
24
|
var InnerInlineEdit = function InnerInlineEdit(props) {
|
|
25
25
|
var _props$startWithEditV = props.startWithEditViewOpen,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/inline-edit",
|
|
3
|
-
"version": "15.3.
|
|
3
|
+
"version": "15.3.15",
|
|
4
4
|
"description": "An inline edit displays a custom input component that switches between reading and editing on the same page.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -41,13 +41,13 @@
|
|
|
41
41
|
"@atlaskit/icon": "^28.5.0",
|
|
42
42
|
"@atlaskit/inline-dialog": "^18.0.0",
|
|
43
43
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
44
|
-
"@atlaskit/primitives": "^
|
|
44
|
+
"@atlaskit/primitives": "^16.0.0",
|
|
45
45
|
"@atlaskit/textfield": "^8.0.0",
|
|
46
46
|
"@atlaskit/theme": "^21.0.0",
|
|
47
|
-
"@atlaskit/tokens": "^
|
|
47
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
48
48
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
49
49
|
"@babel/runtime": "^7.0.0",
|
|
50
|
-
"@compiled/react": "^0.18.
|
|
50
|
+
"@compiled/react": "^0.18.6"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
53
|
"react": "^18.2.0"
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@af/accessibility-testing": "workspace:^",
|
|
57
57
|
"@af/integration-testing": "workspace:^",
|
|
58
58
|
"@atlaskit/datetime-picker": "^17.1.0",
|
|
59
|
-
"@atlaskit/docs": "^11.
|
|
59
|
+
"@atlaskit/docs": "^11.2.0",
|
|
60
60
|
"@atlaskit/ds-lib": "^5.1.0",
|
|
61
61
|
"@atlaskit/heading": "^5.2.0",
|
|
62
62
|
"@atlaskit/link": "^3.2.0",
|