@complat/chemotion-converter-client 0.14.0 → 0.15.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 +14 -0
- package/dist/bundle.js +1 -1
- package/package.json +30 -28
- package/public/admin/index.css +929 -228
- package/public/admin/index.js +1 -1
- package/public/index.css +929 -228
- package/public/index.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [0.15.0](https://github.com/ComPlat/chemotion-converter-client/compare/v0.15.0...v0.14.0)
|
|
2
|
+
* feat:
|
|
3
|
+
* Input Fields for Software and devices by @headri in https://github.com/ComPlat/chemotion-converter-client/pull/116
|
|
4
|
+
* fixes:
|
|
5
|
+
* gui to slow if to many tables and add select for ntupels by @headri in https://github.com/ComPlat/chemotion-converter-client/pull/103
|
|
6
|
+
* Configured AgGrid by @StarmanMartin in https://github.com/ComPlat/chemotion-converter-client/pull/114
|
|
7
|
+
* dropdown select default value by @headri in https://github.com/ComPlat/chemotion-converter-client/pull/110
|
|
8
|
+
* build:
|
|
9
|
+
* new devcontainer by @StarmanMartin in https://github.com/ComPlat/chemotion-converter-client/pull/112
|
|
10
|
+
* chore
|
|
11
|
+
* Bump node-forge from 1.3.1 to 1.3.2 by @dependabot[bot] in https://github.com/ComPlat/chemotion-converter-client/pull/109
|
|
12
|
+
* Bump lodash from 4.17.21 to 4.17.23 by @dependabot[bot] in https://github.com/ComPlat/chemotion-converter-client/pull/119
|
|
13
|
+
|
|
14
|
+
|
|
1
15
|
## [0.14.0](https://github.com/ComPlat/chemotion-converter-client/compare/v0.14.0...v0.13.0)
|
|
2
16
|
|
|
3
17
|
* feat:
|