@complat/chemotion-converter-client 0.13.1 → 0.14.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
@@ -1,3 +1,23 @@
1
+ ## [0.14.0](https://github.com/ComPlat/chemotion-converter-client/compare/v0.14.0...v0.13.0)
2
+
3
+ * feat:
4
+ * column metadata calculation by @headri in https://github.com/ComPlat/chemotion-converter-client/pull/81
5
+ * regex generator by @StarmanMartin in https://github.com/ComPlat/chemotion-converter-client/pull/100
6
+ * default profiles in the git repository by @StarmanMartin in https://github.com/ComPlat/chemotion-converter-client/pull/94
7
+ * add disable button to profile by @StarmanMartin in https://github.com/ComPlat/chemotion-converter-client/pull/95
8
+
9
+ * fixes:
10
+ * current loop button unflexible by @headri in https://github.com/ComPlat/chemotion-converter-client/pull/86
11
+ * missing scrollbar by @StarmanMartin in https://github.com/ComPlat/chemotion-converter-client/pull/104
12
+
13
+ * chore:
14
+ * Bump webpack-dev-server from 4.15.2 to 5.2.1 by @dependabot[bot] in https://github.com/ComPlat/chemotion-converter-client/pull/96
15
+ * Bump http-proxy-middleware from 2.0.7 to 2.0.9 by @dependabot[bot] in https://github.com/ComPlat/chemotion-converter-client/pull/90
16
+ * Bump @babel/runtime from 7.25.6 to 7.27.0 by @dependabot[bot] in https://github.com/ComPlat/chemotion-converter-client/pull/91
17
+ * backport v0.13.1 update by @PiTrem in https://github.com/ComPlat/chemotion-converter-client/pull/89
18
+
19
+ ## [0.13.0](https://github.com/ComPlat/chemotion-converter-client/compare/v0.13.0...v0.12.0)
20
+
1
21
  ## [0.12.0](https://github.com/ComPlat/chemotion-converter-client/compare/v0.11.0...v0.12.0) (2024-09-25)
2
22
 
3
23
  * chore: Update to bootstrap 5.3, react-bootstrap 2.10 (#67) ([af24306](https://github.com/ComPlat/chemotion-converter-client/commit/af24306)), closes [#67](https://github.com/ComPlat/chemotion-converter-client/issues/67)