Prerelease changes
- Ensure GroupedList version is invalidated when parent list is invalidated (PR #15439 by ecraig12345)
- Rename office-ui-fabric-react package and update references (PR #15271 by ecraig12345)
- Export @fluentui/theme and react-theme-provider. Remove Foundation exports. (PR #15354 by xugao)
- Remove unneeded package dependencies. (PR #15456 by xugao)
- Combobox: Move combobox to react (PR #15490 by joschect)
- Dropdown: Move to react-internal (PR #15500 by joschect)
- Enable unit tests. (PR #15532 by xugao)
- Remove keytipProps/KeytipData from ComboBox and Dropdown. (PR #15534 by xugao)
- Remove duplicate shared scss files from src/common (use the ones from
@fluentui/common-styles
instead) (PR #15543 by ecraig12345) - Changing Button exports from the one in @fluentui/react-internal to the one in @fluentui/react-button. (PR #15576 by khmakoto)
- Rename @uifabric/icons to @fluentui/font-icons-mdl2 (PR #15603 by tomi-msft)
- Fixing propagation of items and groups props from DetailsList through GroupedList. (PR #15605 by khmakoto)
- Rename @uifabric/set-version to @fluentui/set-version (PR #15616 by tomi-msft)
- GroupedList: Adding support for custom keyUp callback to GroupHeader. (PR #15624 by khmakoto)
- Rename @uifabric/example-date to @fluentui/example-data (PR #15618 by tomi-msft)
- GroupedList: Fixing issue where paging new data into existing groups did not trigger re-render. (PR #15628 by khmakoto)
- Rename @uifabric/react-hooks to @fluentui/react-hooks & @uifabric/utilities to @fluentui/utilities (PR #15629 by tomi-msft)
- Re-export Calendar and DatePicker from date-time-utilities (PR #15644 by ecraig12345)
- Rename @uifabric/date-time to @fluentui/react-date-time (PR #15659 by ecraig12345)