Skip to content

Commit 39d7de0

Browse files
authored
chore: add changelog (#2098)
adding a changelog for ease of automating release notes in future
1 parent 94e390b commit 39d7de0

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
## v3.0.0-preview.1 (2023-03-02)
2+
3+
### New feature:
4+
5+
- add quick messaging to fluent person-card (#1958) by Nickii Miaro
6+
- update agenda component to the fluent UI spec (#1867) by Musale Martin
7+
- update teams-channel-picker to fluent UI designs (#1805) by Musale Martin
8+
- report custom element name collisions (#2053) by Gavin Barron
9+
- add theme management tools (#2037) by Gavin Barron
10+
- mgt-picker component for generic picking of entities from Microsoft Graph (#1937) by Nickii Miaro
11+
- update File List component to Fluent UI (#1833) by Nickii Miaro
12+
- update TeamsFxProvider.ts for v3.0.0 (#1983) by rentu
13+
- add typing to events for react components (#1981) by Gavin Barron
14+
- add spfx utils for disambiguation (#1914) by Gavin Barron
15+
- add tests and example jest config (#1987) by Gavin Barron
16+
- add support for GCC and other sovereign clouds (#1928) by Musale Martin
17+
- add nodejs 16 support (#1911) by Gavin Barron
18+
- upgrade sample to angular 14 (#1968) by Gavin Barron
19+
- add custom element disambiguation #1852) by Gavin Barron
20+
- update people-picker component to fluentui design (#1801) by Musale Martin
21+
- update the people component to Fluent UI (#1786) by Musale Martin
22+
- update mgt-login to new fluent-ui designs (#1807) by Gavin Barron
23+
- update Person Card to latest Fluent UI (#1797) by Nickii Miaro
24+
- update File component to latest Fluent design (#1802) by Nickii Miaro
25+
- update person component to latest Fluent UI design (#1773) by Nickii Miaro
26+
- updated Graph Client to v3 (#1040) by Nikola Metulev
27+
- person-card fluent controls upgrade (#1253) by Nicolas Vogt
28+
- added option to disable incremental consent (#1316) by amrutha95
29+
- update fluentui registration (#1338) by Beth Pan
30+
- added multi-user cache functionality and enabled multi user login in Msal2Provider (#1299) by amrutha95
31+
- msal2 multi-account UI (#1041) by Nicolas Vogt
32+
33+
### Bugs fixed:
34+
- fix: set the search icon to be on the same level with the input field (#2043) by Musale Martin
35+
- fix: update typescript and ts-node versions for proxy samples (#2020) by Gavin Barron
36+
- fix: correct typing problems in sample vue app (#2021) by Gavin Barron
37+
- fix: restore provided msal public client behavior (#1931) by Gavin Barron
38+
- fix: people picker RTL renders, focus and storybook loading errors (#1864) by Musale Martin
39+
- fix: lock responselike resolutions to v2.0.0 (#1851) by Nickii Miaro
40+
41+
### BREAKING CHANGES:
42+
43+
- In mgt-agenda for eventClick the clicked MicrosoftGraph.Event moves from a property of e.detail to be the value of e.detail
44+
- All events for mgt-task now emit a CustomEvent<ITask>
45+
- Numerous changes to design tokens that may break styling customizations
46+
- @microsoft/microsoft-graph-client now uses v3.0.2, upgraded from v2.2.1, solutions using the graph client from the provider will experience breaking changes.

0 commit comments

Comments
 (0)