Skip to content

v7.5.0

Compare
Choose a tag to compare
@SleeplessByte SleeplessByte released this 07 Feb 04:00
· 42 commits to master since this release

Here is a list of package version changes. If a package hasn't been bumped, it means that there were no changes in that package.

  • react-static-plugin-emotion: 7.2.2 => 7.5.0
  • react-static-plugin-evergreen: 7.2.2 => 7.5.0
  • react-static-plugin-jss: 7.3.0 => 7.5.0
  • react-static-plugin-mdx: 7.2.2 => 7.5.0
  • react-static-plugin-preact: 7.2.2 => 7.5.0
  • react-static-plugin-reach-router: 7.4.2 => 7.5.0
  • react-static-plugin-react-location: 7.4.2 => 7.5.0
  • react-static-plugin-react-router: 7.4.2 => 7.5.0
  • react-static-plugin-sitemap: 7.4.2 => 7.5.0
  • react-static-plugin-source-filesystem: 7.4.2 => 7.5.0
  • react-static-plugin-styled-components: 7.3.0 => 7.5.0
  • react-static-plugin-typescript: 7.4.2 => 7.5.0
  • react-static: 7.4.2 => 7.5.0

Improved

  • Update preact to latest version and removed outdated compat dependency (#1486)
  • Add prefresh to replace react hot loader when using preact plugin (#1486)
  • Add an instruction how to make it work with preact 10 (#1497)
  • Add ability to parse frontmatter in MDX plugin (#1533)
  • Add ability to configure hreflang links to Sitemap (#1539)
  • Move react to peerDependencies (#1560)
  • Add preliminary support for React 17 (#1560)
  • Upgrade react-helmet to 6.1.0 to remove NullComponent warnings (#1531)

Bugfix

  • Fix wrong react alias for preact plugin in webpack config (#1486)
  • Fix eslintignore not ignorning package files (#1486)
  • Remove @types/react-hot-loader from TypeScript template (#1485)
  • Expand styled-components peer dependency version range in react-static-plugin-styled-components to allow newer versions of styled-components to be used (#1473)
  • Fix bug when calling console.error without arguments (#1509)
  • Fix basepath configuration for React Router (#1520)
  • Fix mismatched chunk names between bundle and export (#1518)
  • Bump git-promise to 1.0.0, fixing a security vulnerability (#1522)
  • Fix misconfigured HMR option for extract-css-chunks-webpack-plugin (#1505)
  • Make getComponentForPath properly return 404 page when route is invalid and 404 page exists (#1557)
  • Bump axios to 0.21.1, fiing a security vulnerability (#1562)