Skip to content

v8.0.0

Choose a tag to compare

@github-actions github-actions released this 07 Jan 01:55
1db3676

8.0.0 (2024-01-07)

⚠ BREAKING CHANGES

  • Switch from prefering Object to object in jsdoc
  • Removed node-rollup
  • Removed /react-native

Features

  • Add support for @hidden and @internal (4149ea6)
  • Added /typescript-node and /typescript-react configs (ceebb33)
  • Expanded jsx-a11y flags (might roll this back) and enabled displayName check on react components (f5e57b7)
  • Removed /react-native (c2b2445)
  • Removed node-rollup (5b6578b)
  • Switch from prefering Object to object in jsdoc (4149ea6)
  • Updated to es2024 for node and react (ff5555e)
  • Updated to latest versions of eslint plugins (2c21032)

Bug Fixes