Releases: microsoft/eslint-plugin-sdl
Releases · microsoft/eslint-plugin-sdl
v1.0.1
v1.0.0
Breaking Changes
- d55346f support only ESLint v9 (support for older ESLint versions that are EOL was dropped)
- d55346f support Node.js v18+ (support for older Node.js versions that are EOL was dropped)
- 2f7577d use eslint-plugin-n instead of unmaintained eslint-plugin-node (ESLint v9 compatibility)
- d448aac use upstream
react/iframe-missing-sandbox
instead of a custom@microsoft/sdl/react-iframe-missing-sandbox
- d435fec update eslint-plugin-react (ESLint v9 compatibility)
- 2f7577d migrate exported configs to flat config format (ESLint v9 compatibility)
Features
- 73f626a include example configurations for
required
andrecommended
rulesets
Chores
- 8c106fe enforce consistent code formatting via prettier
- 9e42eeb update actions
- d435fec update dev dependencies
Full Changelog: v0.2.2...v1.0.0
v1.0.0-rc.0
v1.0.0-beta.1
Breaking Changes
- 8f5c28d drop support for legacy AngularJS
Features
- d448aac use upstream
react/iframe-missing-sandbox
instead of a custom@microsoft/sdl/react-iframe-missing-sandbox
- 73f626a include example configurations for
required
andrecommended
rulesets
Full Changelog: v1.0.0-beta.0...v1.0.0-beta.1
v1.0.0-beta.0
Breaking Changes
- d55346f support only ESLint v9 (support for older ESLint versions that are EOL was dropped)
- d55346f support Node.js v18+ (support for older Node.js versions that are EOL was dropped)
- 2f7577d use eslint-plugin-n instead of unmaintained eslint-plugin-node (ESLint v9 compatibility)
- d435fec update eslint-plugin-react (ESLint v9 compatibility)
- 2f7577d migrate exported configs to flat config format (ESLint v9 compatibility)
Chores
- 8c106fe enforce consistent code formatting via prettier
- 9e42eeb update actions
- d435fec update dev dependencies
Full Changelog: v0.2.2...v1.0.0-beta.0
v0.2.2
What's Changed
- Enable JSX support for "react/no-danger" to work properly by @zl1n in #38
- Update README.md by @kptil in #44
- Update node-version-integration.yml by @Youssef1313 in #43
- Add adjusted test and new auto fixer for 'no-insecure-url' by @moztomer in #39
- Update eslint-plugin-react to be compatible with eslint v8 by @syphe in #50
New Contributors
- @zl1n made their first contribution in #38
- @kptil made their first contribution in #44
- @Youssef1313 made their first contribution in #43
- @moztomer made their first contribution in #39
- @syphe made their first contribution in #50
Full Changelog: v0.2.1...v0.2.2
v0.2.1
New minor release package for Eslint-plugin-sdl version 0.2.1 containing:
- Fix incorrect option name by @roddolf in #35
- Allow XML namespaces for XHTML and SVG by default by @mozfreddyb in #36
New Contributors
- @roddolf made their first contribution in #35
- @mozfreddyb made their first contribution in #36
Full Changelog: v0.2.0...v0.2.1
v0.2.0
v0.1.9
In this version:
- We added the required plugins as dependencies. Not necessary for our rules but necessary for config use.
- Added new rule
jsx-no-target-blank
in the react config.