chem-generic-ui 1.3.0 → 1.4.0-rc1
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 +27 -0
- package/dist/bundle.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,33 @@
|
|
|
1
1
|
|
|
2
2
|
# Chem-Generic-UI Changelog
|
|
3
3
|
|
|
4
|
+
## [1.3.0]
|
|
5
|
+
> 2024-04-24
|
|
6
|
+
|
|
7
|
+
* Features and enhancements:
|
|
8
|
+
* Introduce new options to restriction setting for designer
|
|
9
|
+
* Introduce the customized field name based on certain conditions for designer
|
|
10
|
+
* Introduce the default unit feature for designer
|
|
11
|
+
* Introduce the element export function in docx format for user
|
|
12
|
+
* Dynamic field columns for designer
|
|
13
|
+
* Export and import klass and its template within the same instance or across instances for designer
|
|
14
|
+
* Add error handling on export and import klass and its template function
|
|
15
|
+
* Add helpers for designer
|
|
16
|
+
|
|
17
|
+
* Bug fixes:
|
|
18
|
+
* Fix missing options for drag sample
|
|
19
|
+
* Fix dynamic column width issue
|
|
20
|
+
* Re-label datetime range
|
|
21
|
+
* Rename button title
|
|
22
|
+
|
|
23
|
+
* Chores:
|
|
24
|
+
* Upgrade generic-ui-core
|
|
25
|
+
* Bump follow-redirects from 1.15.4 to 1.15.6
|
|
26
|
+
* Bump webpack-dev-middleware from 5.3.3 to 5.3.4
|
|
27
|
+
* Upgrade node
|
|
28
|
+
* Bump express from 4.18.2 to 4.19.2
|
|
29
|
+
* Upgrade yarn 1.22.19
|
|
30
|
+
|
|
4
31
|
## [1.1.2]
|
|
5
32
|
> 2024-02-29
|
|
6
33
|
|