Skip to content

Commit a376ee4

Browse files
openui5botmatz3
authored andcommitted
release: v1.11.0
1 parent 3c6cfc4 commit a376ee4

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.10.0"
2+
".": "1.11.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [1.11.0](https://github.com/SAP/ui5-linter/compare/v1.10.0...v1.11.0) (2025-02-28)
4+
5+
6+
### Features
7+
8+
* Check all attributes for bindings in XML ([3c6cfc4](https://github.com/SAP/ui5-linter/commit/3c6cfc4fb57d1e6c8d298dad72fb4e09d41bacdd))
9+
10+
11+
### Bug Fixes
12+
13+
* **amdTranspiler:** Ensure correct line information ([dd2d09f](https://github.com/SAP/ui5-linter/commit/dd2d09fc2855a01838912dd904573bcf700375cf))
14+
* False-positives for event handlers in XML ([#559](https://github.com/SAP/ui5-linter/issues/559)) ([0ed0068](https://github.com/SAP/ui5-linter/commit/0ed0068652dee7765c394528bda46cfcacbad05d))
15+
* Improve deprecated function message ([ecda17e](https://github.com/SAP/ui5-linter/commit/ecda17e09800123e1d9bdb83bd15cb4a682fcab1))
16+
* Improve extraction of inline XML ([#547](https://github.com/SAP/ui5-linter/issues/547)) ([c1336a4](https://github.com/SAP/ui5-linter/commit/c1336a456a7af1acb30eb15d3615e1ebba1e69bb))
17+
* XML namespace handling ([4be9fde](https://github.com/SAP/ui5-linter/commit/4be9fde5b2685c8dad4210aa880195a4bb5b3485))
18+
319
## [1.10.0](https://github.com/SAP/ui5-linter/compare/v1.9.0...v1.10.0) (2025-02-25)
420

521

npm-shrinkwrap.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/linter",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"description": "A static code analysis tool for UI5",
55
"author": {
66
"name": "SAP SE",

0 commit comments

Comments
 (0)