-
-
Notifications
You must be signed in to change notification settings - Fork 298
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(docs): Updated documentation for {{RMD_VERSION}}
This should hopefully be the last commit required for the v2 release. Tagging all the open v2 targeted github issues below so they auto close once this is merged. - Closes #826 (v2 status ticket) - Closes #697 - Closes #854 with the new documentation for [self hosting fonts with relative paths] - Closes #851, closes #642 with the new [ExpansionPanel] components - Closes #850, closes #641, closes #600, closes #594, closes #554, closes #519, closes #406, closes #405, closes #404, closes #399, closes #289, closes #237 with the new [Table] components and the new [useIndeterminateChecked] hook - Closes #848, closes #816, closes #788 since v2 no longer uses deprecated lifecycle methods and is purely function component based. (react-transition-group uses `findDOMNode` though right now) - Closes #844 since this is available in the [@react-md/sheet package] - Closes #842 due to re-writing the `Collapse` component - Closes #824, closes #820, closes #771, closes #707, closes #693, closes #687, closes #654, closes #577, closes #270 due to the new [Tabs API] - Closes #823, closes #714, closes #705 with the new [Menu components] - Closes #822 since the new [@react-md/form package] added the new styles. - Closes #819 with the new [SimpleListItem] and [ListItemChildren (preferred)] components - Closes #818 with the new focus behavior - Closes #804, closes #765, closes #743, closes #731, closes #730, closes #671, closes #607, closes #387 with the new [NativeSelect] and [Select] implementations - Closes #802, closes #762, closes #761, closes #572, closes #486, closes #408, closes #314, closes #312 with the new [TextField] implementation - Closes #791, closes #780, closes #425, closes #633 with the new [AutoComplete] implementation - Closes #770 with the new [FixedDialog] component - Closes #721, closes #640, closes #407 with the new [Grid] and [GridList] implementations - Closes #719 with the new [Radio] component - Closes #706, closes #683 with the new [Button] component - Closes #695 with the new [Theme API] - Closes #691 with the new [FileInput] component - Closes #689 with the new [Tabs API] and [Menu components] - Closes #674, closes #413 with the new [@react-md/alert package] - Closes #658 with the new [Menu components] and [@react-md/tree package] - Closes #582 with the new [Chip] component - Closes #497, closes #455, closes #419 with the new [@react-md/layout package] - Closes #496 with the new [Switch] component - Closes #239, closes #157 with the new [Tooltip] component [self hosting fonts with relative paths]: https://react-md.dev/guides/advanced-installation#using-relative-paths-for-fonts [useIndeterminateChecked hook]: https://react-md.dev/packages/form/demos#indeterminate-checkboxes-title [@react-md/alert package]: https://react-md.dev/packages/alert/demos [@react-md/layout package]: https://react-md.dev/packages/layout/demos [@react-md/form package]: https://react-md.dev/packages/form/demos [@react-md/sheet package]: https://react-md.dev/packages/sheet/demos [@react-md/tree package]: https://react-md.dev/packages/tree/demos [Theme API]: https://react-md.dev/guides/customizing-your-theme [Tabs api]: https://react-md.dev/packages/tabs/demos [Button]: https://react-md.dev/packages/button/demos [Chip]: https://react-md.dev/packages/chip/demos [ExpansionPanel]: https://react-md.dev/packages/button/demos [menu components]: https://react-md.dev/packages/menu/demos [FileInput]: https://react-md.dev/packages/form/demos#file-input-example-title [Switch]: https://react-md.dev/packages/form/demos#switch-examples-title [NativeSelect]: https://react-md.dev/packages/form/demos#native-select-example-title [Select]: https://react-md.dev/packages/form/demos#select-example-title [Tooltip]: https://react-md.dev/packages/tooltip/demos [Table]: https://react-md.dev/packages/table/demos [AutoComplete]: https://react-md.dev/packages/autocomplete/demos [FixedDialog]: https://react-md.dev/packages/dialog/demos#fixed-dialog-example-title [TextField]: https://react-md.dev/packages/form/demos#text-field-example-title [Radio]: https://react-md.dev/packages/form/demos#checkbox-and-radio-examples-title [Grid]: https://react-md.dev/packages/utils/demos#material-grid-example-title [GridList]: https://react-md.dev/packages/utils/demos#simple-grid-list-example-title [SimpleListItem]: https://github.com/mlaursen/react-md/blob/1a4161976fbb95233284c507c10063602d1cc682/packages/list/src/SimpleListItem.tsx [ListItemChildren (preferred)]: https://github.com/mlaursen/react-md/blob/1a4161976fbb95233284c507c10063602d1cc682/packages/list/src/ListItemChildren.tsx [useIndeterminateChecked]: https://github.com/mlaursen/react-md/blob/1a4161976fbb95233284c507c10063602d1cc682/packages/form/src/useIndeterminateChecked.ts
- Loading branch information
Showing
158 changed files
with
1,399 additions
and
1,344 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
packages/documentation/src/components/Home/LibraryInfo/constants.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
/* eslint-disable import/prefer-default-export */ | ||
|
||
export const UNPKG = "https://unpkg.com/react-md@next/dist"; | ||
import { RMD_VERSION } from "constants/github"; | ||
|
||
export const UNPKG = `https://unpkg.com/react-md@${RMD_VERSION}/dist`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.