You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## [2.0.0](v1.1.10...v2.0.0) (2025-05-28)
### ⚠ BREAKING CHANGES
* The component-based API has been replaced with a service-based approach.
### Features
* API to use service instead of component ([#73](#73)) ([b69445e](b69445e))
* switch from teams to services ([#72](#72)) ([e0f0999](e0f0999))
### Bug Fixes
* correct average CFR calculation ([#76](#76)) ([5a046c9](5a046c9))
* **deps:** update dependency rollup to v4.41.1 ([#69](#69)) ([861555f](861555f))
### Reverts
* reverting main back to v1.1.10 ([#75](#75)) ([ae08be5](ae08be5))
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,26 @@
6
6
7
7
### Features
8
8
9
+
* API to use service instead of component ([#73](https://github.com/liatrio/react-dora-charts/issues/73)) ([b69445e](https://github.com/liatrio/react-dora-charts/commit/b69445e4aa3eb24050e2f6a61aa368b9a443b57b))
10
+
* switch from teams to services ([#72](https://github.com/liatrio/react-dora-charts/issues/72)) ([e0f0999](https://github.com/liatrio/react-dora-charts/commit/e0f0999e93730f279d999e507177449ece63de45))
11
+
12
+
### Bug Fixes
13
+
14
+
* correct average CFR calculation ([#76](https://github.com/liatrio/react-dora-charts/issues/76)) ([5a046c9](https://github.com/liatrio/react-dora-charts/commit/5a046c9a4cab3397b43ae5fbb53b03853e281466))
15
+
***deps:** update dependency rollup to v4.41.1 ([#69](https://github.com/liatrio/react-dora-charts/issues/69)) ([861555f](https://github.com/liatrio/react-dora-charts/commit/861555fd128381bb9e710f6c98a3d817f681d076))
16
+
17
+
### Reverts
18
+
19
+
* reverting main back to v1.1.10 ([#75](https://github.com/liatrio/react-dora-charts/issues/75)) ([ae08be5](https://github.com/liatrio/react-dora-charts/commit/ae08be55a3715e1966303140a1f14bd7d6482f83))
* The component-based API has been replaced with a service-based approach.
26
+
27
+
### Features
28
+
9
29
* API to use service instead of component ([#73](https://github.com/liatrio/react-dora-charts/issues/73)) ([638e49a](https://github.com/liatrio/react-dora-charts/commit/638e49a873aa55853cfb1e71f466c8c4e5f2f4a0))
0 commit comments