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
Existing users of the package please refer to Change Log [here](https://github.com/akshay5995/powerbi-report-component/wiki/Changelog) and please refer [here](https://github.com/akshay5995/powerbi-report-component/wiki/README-file-for--=-2.0.0) for the README for versions <=2.0.0.
16
-
17
-
### [New Embed Type] ReportVisual (from >=2.4.0)
18
-
19
-
### [New] Typescript support from >=2.2.2
20
-
21
-
### [Change Log] >=2.3.0
22
-
-**(Breaking change)**`reportMode` prop and config will accept `View`, `Edit` and `Create`. (previously it was `edit`/`view`/`create`)(case sensitive)
23
-
-**(Enhancement)** Now you can use `Edit` mode in `useReport` hook.
24
-
15
+
Existing users of the package please refer to Change Log [here](https://github.com/akshay5995/powerbi-report-component/wiki/Changelog) and please refer [here](https://github.com/akshay5995/powerbi-report-component/wiki/README-file-for--=-2.0.0) for the README for versions <=2.0.0
25
16
26
17
## Installation
27
18
@@ -180,7 +171,7 @@ import { ReportVisual } from 'powerbi-report-component';
180
171
181
172
## Like hooks ? You'll love this :)
182
173
183
-
### useReport (available from v2.1.1)
174
+
### useReport
184
175
185
176
Provides a more fine grained approach for embedding. (where you're in control)
186
177
@@ -190,7 +181,7 @@ import { useReport } from 'powerbi-report-component';
0 commit comments