|
1 | 1 | # @react-md/code
|
2 | 2 |
|
| 3 | +## 0.0.8 |
| 4 | + |
| 5 | +### Patch Changes |
| 6 | + |
| 7 | +- Updated dependencies |
| 8 | + - @react-md/core@6.3.1 |
| 9 | + - @react-md/material-icons@6.2.3 |
| 10 | + |
3 | 11 | ## 0.0.7
|
4 | 12 |
|
5 | 13 | ### Patch Changes
|
|
53 | 61 | ### Patch Changes
|
54 | 62 |
|
55 | 63 | - 093d3bf: This release is mostly around adding codemods for v5 to v6, but also:
|
56 |
| - |
57 | 64 | - reduced the installation size for react-md packages by excluding non-critical files
|
58 | 65 | - i.e. Ignore test files, mocks, files that aren't required for source maps, etc
|
59 | 66 | - fixed documentation
|
|
66 | 73 | - added the `TreeItemRenderer` utility type
|
67 | 74 |
|
68 | 75 | - 4b8b394: Breaking Changes:
|
69 |
| - |
70 | 76 | - `@react-md/core` no longer supports a single entrypoint and is ESM only
|
71 | 77 |
|
72 | 78 | Features:
|
73 |
| - |
74 | 79 | - `react-md` package is now a convenience package for the `@react-md/core` single entrypoint
|
75 | 80 | - New `@react-md/code` package for most of the code functionality within the documentation stie
|
76 | 81 | - `Box` now sets the `--rmd-box-columns` variable to the `columns` prop when it is a number
|
|
80 | 85 | - New `useActiveHeadingId` hook to help re-create the Table of Contents behavior in the documentation stie
|
81 | 86 |
|
82 | 87 | Bug fixes:
|
83 |
| - |
84 | 88 | - The `box-custom-grid` mixin should no longer error
|
85 | 89 | - The `LayoutAppBar` no longer causes layout shifts after rehydrating
|
86 | 90 | - The `ToastManager` handles repeated pause and resumes correctly
|
87 | 91 |
|
88 | 92 | Other changes
|
89 |
| - |
90 | 93 | - Documentation site overhaul to allow editing SCSS modules and showing the generated output
|
91 | 94 | - Simplified the @since tags in tsdoc
|
92 | 95 | - Simplified tsdoc examples
|
|
163 | 166 | ### Patch Changes
|
164 | 167 |
|
165 | 168 | - This release is mostly around adding codemods for v5 to v6, but also:
|
166 |
| - |
167 | 169 | - reduced the installation size for react-md packages by excluding non-critical files
|
168 | 170 | - i.e. Ignore test files, mocks, files that aren't required for source maps, etc
|
169 | 171 | - fixed documentation
|
|
200 | 202 | ### Patch Changes
|
201 | 203 |
|
202 | 204 | - Breaking Changes:
|
203 |
| - |
204 | 205 | - `@react-md/core` no longer supports a single entrypoint and is ESM only
|
205 | 206 |
|
206 | 207 | Features:
|
207 |
| - |
208 | 208 | - `react-md` package is now a convenience package for the `@react-md/core` single entrypoint
|
209 | 209 | - New `@react-md/code` package for most of the code functionality within the documentation stie
|
210 | 210 | - `Box` now sets the `--rmd-box-columns` variable to the `columns` prop when it is a number
|
|
214 | 214 | - New `useActiveHeadingId` hook to help re-create the Table of Contents behavior in the documentation stie
|
215 | 215 |
|
216 | 216 | Bug fixes:
|
217 |
| - |
218 | 217 | - The `box-custom-grid` mixin should no longer error
|
219 | 218 | - The `LayoutAppBar` no longer causes layout shifts after rehydrating
|
220 | 219 | - The `ToastManager` handles repeated pause and resumes correctly
|
221 | 220 |
|
222 | 221 | Other changes
|
223 |
| - |
224 | 222 | - Documentation site overhaul to allow editing SCSS modules and showing the generated output
|
225 | 223 | - Simplified the @since tags in tsdoc
|
226 | 224 | - Simplified tsdoc examples
|
|
0 commit comments