Releases: SAP/ui5-linter
Releases · SAP/ui5-linter
v1.5.0
1.5.0 (2024-12-10)
Features
- Add
ruleId
to Markdown format output (913007c)
- Detect override of control "rerender" (f416a0c)
Bug Fixes
- Detect deprecations in new expressions with ID (156e747)
- Detect more deprecated renderer declarations (74f65bf)
- Improve module resolution (ce4eed8)
- Match ignore-pattern starting with "./" (4eb2758)
Dependencies
- Bump @sapui5/types to 1.120.24 (d0760c9)
v1.4.1
1.4.1 (2024-11-28)
Bug Fixes
- amdTranspiler: Extend call without classInfo (b90b9e0)
- False-positive global findings in controllers (b48a2dc)
v1.4.0
1.4.0 (2024-11-25)
Features
- Add type support for "byId" in controllers (#423) (cc2cf60)
v1.3.1
1.3.1 (2024-11-15)
Bug Fixes
- Properly check directly exported renderer (91ddd39)
- Test Starter Configs: Fix false-positive findings (#409) (cf6907c)
v1.3.0
1.3.0 (2024-11-13)
Features
- Add ui5lint-disable directives (#327) (3c29e52)
- Detect deprecated themes set by Theming.setTheme() API (#389) (83b295f)
- Node API in ui5 linter (#400) (626f022)
- Test Starter: Detect deprecations in 'theme' property of test configuration (#387) (619457f)
Bug Fixes
- Allow ignoring ui5.yaml files via config (a024d44)
- Improve Control Renderer lint (#392) (8a3976f)
Dependencies
- Bump @sapui5/types to 1.120.23 (96b46ca)
v1.2.0
1.2.0 (2024-10-29)
Features
- Allow usage of shorthand properties in extend call (#385) (64a27d8)
- Check control renderer declaration (#374) (0c9b3e8)
- Detect deprecated renderer-API usage (#366) (d4f682d)
- html: Detect deprecated themes in 'href' attributes (#382) (2d4bcfa)
Bug Fixes
- amdTranspiler: Handle extend call without args (f279771)
- Control renderer check with quoted property (540614f)
- Correctly handle namespace resolution in linting (#367) (922e76b)
- ManagedObject check with quoted "metadata" property (90b1627)
- Parent class check for Component analysis (9b41eb6)
v1.1.1
1.1.1 (2024-10-18)
Bug Fixes
- amdTranspiler: Fix exception "Node not found in array" (75d2aa8)
- Properly check UI5 class inheritance (79f9123)
v1.1.0
1.1.0 (2024-10-17)
Features
- Detect deprecations in ManagedObject metadata (#349) (9cc1202)
- Improve code detection for UI5 classes (JavaScript) (#358) (77b796e)
Bug Fixes
- False positive for deprecated JS view/fragment type (63a12e2)
v1.0.2
1.0.2 (2024-10-09)
Bug Fixes
- html: Detect all missing bootstrap parameters (6d51ec5)
- html: Improve detection of deprecated themes (1ca4210)
- Remove checks for deprecated property names in manifest.json routing (#356) (631e78a)
Dependencies
- Bump typescript from 5.6.2 to 5.6.3 (506b107)
v1.0.1
1.0.1 (2024-10-02)
Bug Fixes
- Check unmatched patterns (#334) (329f2cd)
- Consider config patterns in root level reader (#346) (b54f553)
- html: False positive for global function name in on-init bootstrap param (2495cc0)
- html: False positive for multiple bootstrap script tags (74ad824)
- html: Superfluous whitespace around deprecated library name (cf8b99b)
- Update texts + test samples & the respective test snapshots (#344) (5639a2f)
Dependencies