@synerise/ds-form 0.5.63 → 0.6.0

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
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [0.6.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-form@0.5.63...@synerise/ds-form@0.6.0) (2024-01-15)
7
+
8
+
9
+ ### Features
10
+
11
+ * **editable-items-list:** added new component editable-items-list ([35d3af8](https://github.com/Synerise/synerise-design/commit/35d3af8604f1f58ed79dc016f0ee49505dc697d2))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [0.5.63](https://github.com/Synerise/synerise-design/compare/@synerise/ds-form@0.5.62...@synerise/ds-form@0.5.63) (2023-12-14)
7
18
 
8
19
  **Note:** Version bump only for package @synerise/ds-form
package/README.md CHANGED
@@ -22,6 +22,9 @@ import Form from '@synerise/ds-form'
22
22
 
23
23
  ```
24
24
 
25
+ ## Deprecated Features
26
+ The Form and EditableList components have been deprecated and replaced by EditableItemsList component. Please refer to the [EditableItemsList](../editable-items-list) documentation for more information on how to transition to the new component.
27
+
25
28
  ## Demo
26
29
 
27
30
  <iframe src="/storybook-static/iframe.html?id=components-form--default"></iframe>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-form",
3
- "version": "0.5.63",
3
+ "version": "0.6.0",
4
4
  "description": "Form UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -33,12 +33,12 @@
33
33
  ],
34
34
  "types": "dist/index.d.ts",
35
35
  "dependencies": {
36
- "@synerise/ds-autocomplete": "^0.5.12",
37
- "@synerise/ds-button": "^0.18.9",
38
- "@synerise/ds-cruds": "^0.4.0",
36
+ "@synerise/ds-autocomplete": "^0.5.13",
37
+ "@synerise/ds-button": "^0.18.10",
38
+ "@synerise/ds-cruds": "^0.4.1",
39
39
  "@synerise/ds-divider": "^0.6.6",
40
- "@synerise/ds-icon": "^0.58.9",
41
- "@synerise/ds-input": "^0.19.12",
40
+ "@synerise/ds-icon": "^0.59.0",
41
+ "@synerise/ds-input": "^0.19.13",
42
42
  "@synerise/ds-typography": "^0.14.1"
43
43
  },
44
44
  "peerDependencies": {
@@ -51,5 +51,5 @@
51
51
  "@synerise/ds-utils": "^0.24.23",
52
52
  "@testing-library/jest-dom": "5.1.1"
53
53
  },
54
- "gitHead": "0a23e5f431033a6180383d3e0e19e885b5a66778"
54
+ "gitHead": "ba51e38beff83b8adba409f09311131f429ada01"
55
55
  }