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
The ESLint plugin eslint-plugin-react includes a lot of improvements and bug fixes regarding the parsing of code structures for better prop validation and display name detection. This resulted in the requirement to implement currently missing prop types and display names in various SFC and class components in the project.
Gatsby and all plugins have been updated to the latest versions to include the latest improvements and bug fixes. The gatsby-plugin-manifest plugin now sets the legacy option to true by default to include Apple touch icons since the assumption was wrong that iOS supports the icons from the web manifest.
As of version 3.3 the “Inter UI” font typeface has been renamed and is now “Inter”, without the “UI” part. This change has been ported to the used inter-ui package. The import has been adjusted to match the renamed inter.css main file and all references to the “Inter UI” name have been adjusted by removing “UI”.
Prettier version 1.16.0 comes with support for React Hooks and features for TypeScript and HTML as well as many other improvements and bug fixes.
This is the regular batch update for outdated dependencies.
It includes the long awaited React version 16.8.0 finally brings the stable Hooks API as well as great performance improvements and bug fixes!
Updated Jest's configuration since version
>=24.0.0
deprecatedsetupTestFrameworkScriptFile
in favor of the newsetupFilesAfterEnv
option.The ESLint plugin
eslint-plugin-react
includes a lot of improvements and bug fixes regarding the parsing of code structures for better prop validation and display name detection. This resulted in the requirement to implement currently missing prop types and display names in various SFC and class components in the project.Gatsby and all plugins have been updated to the latest versions to include the latest improvements and bug fixes. The
gatsby-plugin-manifest
plugin now sets thelegacy
option totrue
by default to include Apple touch icons since the assumption was wrong that iOS supports the icons from the web manifest.As of version 3.3 the “Inter UI” font typeface has been renamed and is now “Inter”, without the “UI” part. This change has been ported to the used inter-ui package. The import has been adjusted to match the renamed
inter.css
main file and all references to the “Inter UI” name have been adjusted by removing “UI”.Prettier version 1.16.0 comes with support for React Hooks and features for TypeScript and HTML as well as many other improvements and bug fixes.
React Pose includes an important fix that also animates all other children when items are moving when using the
PoseGroup
component.Production Dependencies
2.0.75
➔2.0.117
2.0.8
➔2.0.10
2.0.9
➔2.0.10
1.0.8
➔1.0.13
2.0.12
➔2.0.17
2.0.6
➔2.0.9
2.0.1
➔2.0.2
2.0.20
➔2.0.23
3.0.5
➔3.0.6
2.0.6
➔2.0.7
1.3.0
➔1.4.0
2.0.3
➔2.0.5
3.0.4
➔3.0.5
2.0.12
➔2.0.20
2.1.6
➔2.1.8
3.1.0
➔3.3.2
2.3.1
➔2.3.3
16.7.0
➔16.8.1
16.7.0
➔16.8.1
4.0.4
➔4.0.6
0.0.54
➔0.0.71
Development Dependencies
7.2.3
➔7.3.0
23.6.0
➔24.1.0
0.4.21
➔0.4.24
0.1.6
➔0.1.7
5.11.0
➔5.13.0
2.14.0
➔2.16.0
6.1.2
➔6.2.1
3.0.0
➔3.0.1
7.11.1
➔7.12.4
1.2.1
➔1.3.1
23.6.0
➔24.1.0
3.0.0
➔3.0.2
5.2.0
➔6.2.1
8.1.0
➔8.1.3
1.15.3
➔1.16.4
5.4.2
➔5.5.3
The text was updated successfully, but these errors were encountered: