@atlaskit/inline-edit 15.3.13 → 15.3.14

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/inline-edit
2
2
 
3
+ ## 15.3.14
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 15.3.13
4
10
 
5
11
  ### Patch Changes
@@ -1031,7 +1037,6 @@
1031
1037
  - [#9749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9749)
1032
1038
  [`d65547e28ba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d65547e28ba) - Fixed a
1033
1039
  few UI defects:
1034
-
1035
1040
  - reset line-height to 1 for inline edit container
1036
1041
  - fixed action buttons background color issue
1037
1042
 
@@ -1062,7 +1067,6 @@
1062
1067
  - [#8728](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8728)
1063
1068
  [`0e9764f7384`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0e9764f7384) - Added
1064
1069
  codemod-utils as a package dependency, also fixed a few codemod functions
1065
-
1066
1070
  - elevate `InlineEditStateless` as default component as we have merged stateful and stateless
1067
1071
  - make sure named import works for `InlineEditableTextfield`
1068
1072
 
@@ -1082,7 +1086,6 @@
1082
1086
  [`b9987e84f3f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9987e84f3f) - In this
1083
1087
  version we bring significant performance improvements as well as improving the experience of using
1084
1088
  `inline-edit`.
1085
-
1086
1089
  - removed dynamic loading of inline dialog allowing consumers to compose their own experiences
1087
1090
  - merged controlled & uncontrolled inline edit components
1088
1091
  - split `InlineEditableTextfield` to its own entry-point
@@ -1161,7 +1164,6 @@
1161
1164
  General conversion for inline-edit
1162
1165
 
1163
1166
  There is no breaking change in this conversion, only some mechanical changes applied:
1164
-
1165
1167
  - replaced `styled-components` to `emotion`
1166
1168
  - converted class component to function component
1167
1169
  - restructured the folder
@@ -1378,7 +1380,6 @@
1378
1380
 
1379
1381
  Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
1380
1382
  [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
1381
-
1382
1383
  - @atlaskit/docs@8.3.2
1383
1384
  - @atlaskit/visual-regression@0.1.9
1384
1385
  - @atlaskit/analytics-next@6.3.5
@@ -1534,12 +1535,10 @@
1534
1535
  safety. Flow types are no longer provided. No behavioural changes.
1535
1536
 
1536
1537
  **Breaking changes**
1537
-
1538
1538
  - `withAnalyticsForSumTypeProps` alias has been removed, please use `withAnalyticsEvents`
1539
1539
  - `AnalyticsContextWrappedComp` alias has been removed, please use `withAnalyticsContext`
1540
1540
 
1541
1541
  **Breaking changes to TypeScript annotations**
1542
-
1543
1542
  - `withAnalyticsEvents` now infers proptypes automatically, consumers no longer need to provide
1544
1543
  props as a generic type.
1545
1544
  - `withAnalyticsContext` now infers proptypes automatically, consumers no longer need to provide
@@ -1603,7 +1602,6 @@
1603
1602
  - [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
1604
1603
 
1605
1604
  In this PR, we are:
1606
-
1607
1605
  - Re-introducing dist build folders
1608
1606
  - Adding back cjs
1609
1607
  - Replacing es5 by cjs and es2015 by esm
@@ -1696,7 +1694,6 @@
1696
1694
  ## 10.0.0
1697
1695
 
1698
1696
  - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
1699
-
1700
1697
  - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
1701
1698
  this package, please ensure you use at least this version of react and react-dom.
1702
1699
 
@@ -1713,19 +1710,16 @@
1713
1710
  ## 9.0.4
1714
1711
 
1715
1712
  - [patch][458331c958](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/458331c958):
1716
-
1717
1713
  - Added index.ts to .npmignore to prevent jest tests resolving that instead of index.js
1718
1714
 
1719
1715
  ## 9.0.3
1720
1716
 
1721
1717
  - [patch][0a4ccaafae](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a4ccaafae):
1722
-
1723
1718
  - Bump tslib
1724
1719
 
1725
1720
  ## 9.0.2
1726
1721
 
1727
1722
  - [patch][074c382946](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/074c382946):
1728
-
1729
1723
  - Add isRequired prop, remove duplicate defaultProps in code (internal change only) and add
1730
1724
  padding to examples on website to prevent unnecessary scrollbar
1731
1725
 
@@ -1747,7 +1741,6 @@
1747
1741
  ## 9.0.0
1748
1742
 
1749
1743
  - [major][71e2d2cb3c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/71e2d2cb3c):
1750
-
1751
1744
  - **Breaking:** this version is a major overhaul of the package. Check out the
1752
1745
  [upgrade guide in the Atlaskit website](https://atlaskit.atlassian.com/packages/core/inline-edit/docs/upgrade-guide)
1753
1746
  for more information.
@@ -1796,7 +1789,6 @@
1796
1789
  ## 8.0.0
1797
1790
 
1798
1791
  - [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
1799
-
1800
1792
  - Drop ES5 from all the flow modules
1801
1793
 
1802
1794
  ### Dropping CJS support in all @atlaskit packages
@@ -1905,7 +1897,6 @@
1905
1897
  ## 7.1.3
1906
1898
 
1907
1899
  - [patch][a637f5e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a637f5e):
1908
-
1909
1900
  - Refine and fix some flow type errors found by fixing @atlaskit/analytics-next HOCs to allow flow
1910
1901
  to type check properly
1911
1902
 
@@ -28,7 +28,7 @@ var fieldStyles = null;
28
28
  var analyticsAttributes = {
29
29
  componentName: 'inlineEdit',
30
30
  packageName: "@atlaskit/inline-edit",
31
- packageVersion: "0.0.0-development"
31
+ packageVersion: "15.3.13"
32
32
  };
33
33
  var InnerInlineEdit = function InnerInlineEdit(props) {
34
34
  var _props$startWithEditV = props.startWithEditViewOpen,
@@ -15,7 +15,7 @@ const fieldStyles = null;
15
15
  const analyticsAttributes = {
16
16
  componentName: 'inlineEdit',
17
17
  packageName: "@atlaskit/inline-edit",
18
- packageVersion: "0.0.0-development"
18
+ packageVersion: "15.3.13"
19
19
  };
20
20
  const InnerInlineEdit = props => {
21
21
  const {
@@ -19,7 +19,7 @@ var fieldStyles = null;
19
19
  var analyticsAttributes = {
20
20
  componentName: 'inlineEdit',
21
21
  packageName: "@atlaskit/inline-edit",
22
- packageVersion: "0.0.0-development"
22
+ packageVersion: "15.3.13"
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.13",
3
+ "version": "15.3.14",
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/"
@@ -44,10 +44,10 @@
44
44
  "@atlaskit/primitives": "^15.0.0",
45
45
  "@atlaskit/textfield": "^8.0.0",
46
46
  "@atlaskit/theme": "^21.0.0",
47
- "@atlaskit/tokens": "^6.5.0",
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.3"
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.1.0",
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",