Releases: TeamWertarbyte/updatehive-react
Releases · TeamWertarbyte/updatehive-react
v1.3.0
1.3.0 (2024-10-04)
Bug Fixes
- grouped changelog not being sorted by component (f51f4d6)
Features
- export util functions globally (e8b1154)
- expose internal ComponentList component for direct rendering of changelog data (5a483d6)
v1.2.0
1.2.0 (2024-09-27)
Bug Fixes
- abort the request when unmounting the component or changing the config while the changelog is loading (21a700e)
- reload changelogs if the config changes (fc4e4ab)
- use proper tsdoc for the config type (12a3074)
Features
- add release date to changelog (b1f7db1)
v1.1.2
1.1.2 (2024-09-16)
Bug Fixes
v1.1.1
1.1.1 (2024-08-08)
Bug Fixes
v1.1.0
1.1.0 (2024-07-23)
Features
- add base changelog list component (4f149b4)
v1.0.1
1.0.1 (2024-07-18)
Bug Fixes
- correct missing packages in package-lock (d47dce9)
- correct several problems with typings and javascript modules (7fafead)
- correct typings (cda3c2e)
- generate typings (51b5779)
v1.0.0
1.0.0 (2024-07-15)
Bug Fixes
- add wertarybte scope (fb7f0cd)
- correct auth token issue (54bd46d)
- correct issues in workflow files (6d8ff85)
- correct package lock after adding scope (e86a9ed)
- minimize lib dist files (fedc1b7)
- only render changelog description typography if one is given (4c9fac4)
- set npm access to public (487d7c2)
- set NPM token (699e60b)
Features
- add base implementation of changelog hook (b52c957)
- add changelog type mapper override (8632720)
- add initial react files (4f6bbf9)
- implement minimal changelog components (6f56e5a)