Skip to content

Commit

Permalink
release: v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
openui5bot committed Jan 24, 2025
1 parent 1466abb commit 32837ae
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.7.0"
".": "1.8.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [1.8.0](https://github.com/SAP/ui5-linter/compare/v1.7.0...v1.8.0) (2025-01-24)


### Features

* **binding:** Detect global formatter notation in bindings ([0845caf](https://github.com/SAP/ui5-linter/commit/0845cafbbfc2daebfdf6d821cb0703c34e9c01c3))
* **binding:** Detect more globals in property- and aggregation bindings ([406f6f5](https://github.com/SAP/ui5-linter/commit/406f6f5872c279257a4584d04e68d22385f052fb))


### Bug Fixes

* **binding:** Resolve 'Bad name' error on tab ([1466abb](https://github.com/SAP/ui5-linter/commit/1466abbbf36b555f75cea3ef77ee38207a72fee0))
* Improve overall code detection ([#489](https://github.com/SAP/ui5-linter/issues/489)) ([af6dbd4](https://github.com/SAP/ui5-linter/commit/af6dbd4b4ce519725caef703c4c79a85f072b0d1))
* Prevent false-positive "prefer-test-starter" in testsuite ([2e733d2](https://github.com/SAP/ui5-linter/commit/2e733d225d7ddb39ac562069bf08f57cb3c3c835))
* **XML:** Do not fail on empty core:require attribute ([4efb2d7](https://github.com/SAP/ui5-linter/commit/4efb2d77cbe72ece78093d766f9bf83791828779))
* **xmlTemplate:** Fix column position off-by-one ([07169f6](https://github.com/SAP/ui5-linter/commit/07169f62ac6953957dd7a07ce4e57f4f6c348c7f))

## [1.7.0](https://github.com/SAP/ui5-linter/compare/v1.6.1...v1.7.0) (2025-01-15)


Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/linter",
"version": "1.7.0",
"version": "1.8.0",
"description": "A static code analysis tool for UI5",
"author": {
"name": "SAP SE",
Expand Down

0 comments on commit 32837ae

Please sign in to comment.