Skip to content

v3.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Dec 19:05
· 229 commits to master since this release
113b374

✨ Features

  • preset-essentials: add dotenv to the build toolset (2e5ceb3)
  • preset-react: add testing library to the build toolset (c7a9b78)
  • preset-react: use react-jsx transform for React v17+ (4d2b688)
  • preset-web: add testing library to the build toolset (1dae1c2)
  • presetter/package: support private registry (c4eed24)
  • presetter/preset: support supplementary ignores from presets (58cbd64)

🐛 Bug Fixes

  • preset-react: add back the missing DOM.Iterable to tsconfig.json (533d24d)
  • preset-web: update tailwindcss to v3 (ce9f102)
  • preset/lint: update eslint to v8 (f8cfa4d)
  • preset: lint code before committing (e7219b2)

💎 Styles

  • preset-react: remove the unnecessary quotation mark (40caccf)
  • presetter: reorder types definitions for clarity (d7b54eb)