8000 Comparing v1.3.0...v1.3.1 · SAP/ui5-linter · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SAP/ui5-linter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: SAP/ui5-linter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.1
Choose a head ref
  • 3 commits
  • 13 files changed
  • 3 contributors

Commits on Nov 15, 2024

  1. fix(Test Starter Configs): Fix false-positive findings (#409)

    This fixes a false-positive finding of the property `theme` inside `Configuration.beforeBootstrap.qunit.js`[^1]
    
    [^1]: https://github.com/SAP/openui5/blob/master/src/sap.ui.core/test/sap/ui/core/qunit/bootstrap/Configuration.beforeBootstrap.qunit.js
    maxreichmann committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    cf6907c View commit details
    Browse the repository at this point in the history
  2. fix: Properly check directly exported renderer

    There was a gap with the detection of Control renderers that are
    declared in a separate module and directly returned within the module
    without using a locale variable.
    This issue was only reproducible within the context of UI5 framework
    libraries where type definitions via @sapui5/types are available in
    addition to the actual source code.
    For that reason a specific test case within the sap.f test project has
    been added.
    matz3 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    91ddd39 View commit details
    Browse the repository at this point in the history
  3. release: v1.3.1

    openui5bot authored and matz3 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    8cf33c8 View commit details
    Browse the repository at this point in the history
Loading
0