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
Copy file name to clipboardExpand all lines: docs/changelogs/v6.md
+3-38Lines changed: 3 additions & 38 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Changelog
1
+
# v6 Changelog
2
2
3
3
> **Tags:**
4
4
> -:boom: Breaking Change
@@ -331,6 +331,7 @@ improved autocompletion and documentation in certain IDEs and editors like VSCod
331
331
## v6.0.0 (2019-06-07)
332
332
333
333
#### :boom: Breaking Change
334
+
* All breaking changes are detailed in the [Migration Guide](https://github.com/zendeskgarden/react-components/blob/main/docs/migrations/v6.md). Follow the guide to upgrade to version 6.
334
335
*`all packages`
335
336
*[#342](https://github.com/zendeskgarden/react-components/pull/342) BREAKING CHANGE: upgrade to [email protected] and styled-components@v4 ([@austin94](https://github.com/austin94))
336
337
@@ -342,43 +343,7 @@ improved autocompletion and documentation in certain IDEs and editors like VSCod
Beginning with v4, styled-components now uses the [React.forwardRef](https://reactjs.org/docs/react-api.html#reactforwardref) API.
369
-
370
-
This means that all existing `innerRef`, `menuRef`, `buttonRef`, etc. props are now replaced with `ref`.
371
-
372
-
#### How to upgrade
373
-
374
-
1. Upgrade `react` and `react-dom` to `latest`
375
-
2. Upgrade all Garden dependencies to their most recent, pre v6 versions
376
-
3. Upgrade styled-components and all Garden dependencies to `latest`
377
-
1. Correct all `innerRef`, `buttonRef`, `menuRef`, etc. usages based on the [styled-components v4 upgrade docs](https://www.styled-components.com/docs/faqs#what-do-i-need-to-do-to-migrate-to-v4)
378
-
379
-
If you have any upgrade questions please [create an issue](https://github.com/zendeskgarden/react-components/issues).
Copy file name to clipboardExpand all lines: docs/changelogs/v7.md
+2-68Lines changed: 2 additions & 68 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Changelog
1
+
# v7 Changelog
2
2
3
3
> **Tags:**
4
4
> -:boom: Breaking Change
@@ -151,6 +151,7 @@ _Note: Gaps between patch versions are faulty, broken or test releases._
151
151
## v7.0.0 (2019-10-17)
152
152
153
153
#### :boom: Breaking Change
154
+
* All breaking changes are detailed in the [Migration Guide](https://github.com/zendeskgarden/react-components/blob/main/docs/migrations/v7.md). Follow the guide to upgrade from version 6 to version 7.
Copy file name to clipboardExpand all lines: docs/changelogs/v8.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Changelog
1
+
# v8 Changelog
2
2
3
3
> **Tags:**
4
4
> -:boom: Breaking Change
@@ -2372,6 +2372,7 @@ utilities upgrade to `@zendeskgarden/[email protected]` first.
2372
2372
## v8.0.0 (2020-02-18)
2373
2373
2374
2374
#### :boom: Breaking Change
2375
+
* All breaking changes are detailed in the [Migration Guide](https://github.com/zendeskgarden/react-components/blob/main/docs/migrations/v8.md). Follow the guide to upgrade from version 7 to version 8.
*[#639](https://github.com/zendeskgarden/react-components/pull/639) feat(build): bring master up-to-date with next ([@austin94](https://github.com/austin94))
Beginning with v4, styled-components now uses the [React.forwardRef](https://reactjs.org/docs/react-api.html#reactforwardref) API.
29
+
30
+
This means that all existing `innerRef`, `menuRef`, `buttonRef`, etc. props are now replaced with `ref`.
31
+
32
+
#### How to upgrade
33
+
34
+
1. Upgrade `react` and `react-dom` to `latest`
35
+
2. Upgrade all Garden dependencies to their most recent, pre v6 versions
36
+
3. Upgrade styled-components and all Garden dependencies to `latest`
37
+
4. Correct all `innerRef`, `buttonRef`, `menuRef`, etc. usages based on the [styled-components v4 upgrade docs](https://www.styled-components.com/docs/faqs#what-do-i-need-to-do-to-migrate-to-v4)
38
+
39
+
If you have any upgrade questions please [create an issue](https://github.com/zendeskgarden/react-components/issues).
0 commit comments