chem-generic-ui 1.2.0-rc.1 → 1.3.0-rc10

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 ADDED
@@ -0,0 +1,54 @@
1
+
2
+ # Chem-Generic-UI Changelog
3
+
4
+ ## [1.1.2]
5
+ > 2024-02-29
6
+
7
+ * Features and enhancements:
8
+ * Introduced the feature to set the match option on the restriction setting.
9
+
10
+ * Bug fixes:
11
+ * Fixed the issue with the restriction is not functioning properly in the initial view of template.
12
+
13
+ ## [1.1.1]
14
+ > 2024-01-30
15
+
16
+ * Features and enhancements:
17
+ * Introduced read-only attribute to text field
18
+ * Introduced the feature to drag an element sample to a segment
19
+
20
+ * Bug fixes:
21
+ * Encoding the service URL
22
+ * Missing "Assign to Element" when copying a segment
23
+
24
+ * Chores:
25
+ * Prototype Pollution in Lodash
26
+ * Updated README
27
+ * Bump follow-redirects from 1.15.2 to 1.15.4
28
+ * Upgraded puma from 5.6.8 to 5.6.9
29
+ * Upgraded follow-redirects from 1.15.5 to 1.16.0
30
+
31
+ ## [1.1.0]
32
+
33
+ * Features and enhancements:
34
+ * Introduced the feature to associate template with Ontology Term. Check the video [here](https://youtu.be/ZJlUtO4DCao?list=PLZoVOhxCsajnl5_tveYUvtD0Y57devzdn).
35
+
36
+ ## [1.0.12]
37
+ > 2024-01-09
38
+
39
+ * Bug fixes:
40
+ * Breaking page while reload the undefined template
41
+
42
+ * Chores:
43
+ * Bump @adobe/css-tools from 4.3.1 to 4.3.2
44
+ * Bump @babel/traverse from 7.22.5 to 7.23.2
45
+ * Bump follow-redirects from 1.15.2 to 1.15.4
46
+
47
+ ## [1.0.11]
48
+ > 2023-11-13
49
+
50
+ * Features and enhancements:
51
+ * Drag element sample to segment
52
+
53
+ * Chores:
54
+ * Bump postcss from 8.4.24 to 8.4.31