@shelf/global-renderer 0.11.4 → 0.13.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 +16 -0
- package/lib/renderDTContent.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.13.0](https://github.com/shelfio/libs-frontend/compare/@shelf/global-renderer@0.12.0...@shelf/global-renderer@0.13.0) (2022-10-13)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- REACT-333 strict version of StaticTree package for global renderer ([898d6cd](https://github.com/shelfio/libs-frontend/commit/898d6cd9cf7bfb1fb4d8d61d372ee0c029e4344f))
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
- REACT-333 resolved conflicts ([08e629d](https://github.com/shelfio/libs-frontend/commit/08e629d9cfc6d1a8f96a78d77a0a3bbd8477807f))
|
|
15
|
+
|
|
16
|
+
## [0.12.0](https://github.com/shelfio/libs-frontend/compare/@shelf/global-renderer@0.11.4...@shelf/global-renderer@0.12.0) (2022-10-13)
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
- REACT-339 Update download pdf wording ([8be03a2](https://github.com/shelfio/libs-frontend/commit/8be03a2c373774675c6386022378137eb2fbe398))
|
|
21
|
+
|
|
6
22
|
### [0.11.4](https://github.com/shelfio/libs-frontend/compare/@shelf/global-renderer@0.11.3...@shelf/global-renderer@0.11.4) (2022-10-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @shelf/global-renderer
|