@complat/chemotion-converter-client 0.10.0 → 0.12.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 +9 -1
- package/README.md +6 -1
- package/dist/bundle.js +2 -0
- package/dist/bundle.js.LICENSE.txt +41 -0
- package/package.json +12 -12
- package/public/admin/index.css +17166 -11013
- package/public/admin/index.js +1 -1
- package/public/admin/index.js.LICENSE.txt +2 -21
- package/public/index.css +17166 -11013
- package/public/index.js +1 -1
- package/public/index.js.LICENSE.txt +15 -0
- package/public/85be96aca40a8aa91878.ttf +0 -1
- package/public/9d81b2ac0fe6f47af856.eot +0 -1
- package/public/c2d29be40875b4b14c37.svg +0 -1
- package/public/ea0041650acc0aa82e2f.woff2 +0 -1
- package/public/fdf2a256d9f48667d318.woff +0 -1
- package/public/fonts/glyphicons-halflings-regular.eot +0 -0
- package/public/fonts/glyphicons-halflings-regular.svg +0 -1
- package/public/fonts/glyphicons-halflings-regular.ttf +0 -0
- package/public/fonts/glyphicons-halflings-regular.woff +0 -0
- package/public/fonts/glyphicons-halflings-regular.woff2 +0 -0
- package/public/images/glyphicons-halflings-regular.svg +0 -288
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [0.12.0](https://github.com/ComPlat/chemotion-converter-client/compare/v0.11.0...v0.12.0) (2024-09-25)
|
|
2
|
+
|
|
3
|
+
* 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)
|
|
4
|
+
|
|
5
|
+
## [0.11.0](https://github.com/ComPlat/chemotion-converter-client/compare/v0.10.0...v0.11.0) (2024-09-20)
|
|
6
|
+
|
|
7
|
+
* build: Add building bundle for use as an npm dependency ([3e641a5](https://github.com/ComPlat/chemotion-converter-client/commit/3e641a5))
|
|
8
|
+
|
|
1
9
|
## [0.10.0](https://github.com/ComPlat/chemotion-converter-client/compare/v0.9.0...v0.10.0) (2024-09-18)
|
|
2
10
|
|
|
3
|
-
Bump version
|
|
11
|
+
* chore: Bump version
|
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ React client for the [converter-app](https://github.com/ComPlat/chemotion-conver
|
|
|
6
6
|
Development setup
|
|
7
7
|
-----------------
|
|
8
8
|
|
|
9
|
-
We recomment to use the [
|
|
9
|
+
We recomment to use the [node version manager](https://github.com/nvm-sh/nvm) to install node.js and npm:
|
|
10
10
|
|
|
11
11
|
```bash
|
|
12
12
|
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
|
|
@@ -42,6 +42,11 @@ After building the production setup, the files in `public` can be copied to the
|
|
|
42
42
|
rsync -av public/ user@example.com:/var/www/public/
|
|
43
43
|
```
|
|
44
44
|
|
|
45
|
+
npm package
|
|
46
|
+
-----------
|
|
47
|
+
|
|
48
|
+
For use of components as npm package there is src/bundle.js that can be built using `npm run build:bundle`.
|
|
49
|
+
|
|
45
50
|
## Acknowledgments
|
|
46
51
|
|
|
47
52
|
This project has been funded by the **[DFG]**.
|