Skip to content

Commit

Permalink
Pull request #1352: Release/patch 11.1.1
Browse files Browse the repository at this point in the history
Merge in OUI/oblique from release/patch_11.1.1 to master

* commit 'ab91af89e46824b9272723799d17c27244114d06': (31 commits)
  chore(toolchain): release version 11.1.1
  chore(toolchain): update dependencies and refactor accordingly
  fix(oblique/master-layout): don't apply `hasMaxWidth` on small screens
  refactor(oblique/nested-form): remove unnecessary `eslint-disable`
  fix(oblique/nested-form): make sure to unsubscribe to every Observable
  refactor(oblique/nested-form): use `inject` for dependency injection
  fix(oblique/nested-form): mark the component as touched when the focus is lost
  refactor(oblique/notification): avoid deprecated `String.substr` function
  refactor(oblique/http-interceptor): avoid deprecated `RxJs.throwError` function overload
  refactor(oblique/autocomplete): avoid unnecessary assignments
  refactor(oblique/input-clear): avoid nested template literals
  refactor(oblique/spinner): extract assignment from expression
  refactor(oblique/popover): reduce the number of parameters in constructor
  refactor(oblique/master-layout): avoid the deprecated `String.substr` function
  refactor(oblique/master-layout): reduce the number of parameters in constructor
  refactor(oblique/master-layout): remove redundant `undefined` type
  refactor(oblique/alert): remove redundant `?` specifier
  test(oblique/http-interceptor): remove test file for `http-api-interceptor.ts`
  feat(toolchain): exclude mocks from Sonar analysis
  feat(toolchain): let Sonar analyze all branches
  ...
  • Loading branch information
nina-egger committed May 3, 2024
2 parents 0b85f00 + ab91af8 commit 90530fb
Show file tree
Hide file tree
Showing 43 changed files with 642 additions and 747 deletions.
1 change: 1 addition & 0 deletions .stylelintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ rules:
scss/at-mixin-argumentless-call-parentheses: always
# deactivate unwanted rules
scss/double-slash-comment-empty-line-before: null
shorthand-property-no-redundant-values: null
# rules that need some refactoring to be enabled
# no-descending-specificity: null
# selector-class-pattern: ^([a-z][a-z0-9]*)([-_]{0,2}[a-z0-9]+)*$
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [11.1.1](https://github.com/oblique-bit/oblique/compare/11.1.0...11.1.1) (2024-05-03)

## Bug Fixes

- **external-link:** set missing `ObNavigationLink.isExternal` in main nav links ([1060075e](https://github.com/oblique-bit/oblique/commit/1060075e1b32e5027f73e534fc7bf4394855c5b0))
- **master-layout:** don't apply `hasMaxWidth` on small screens ([aed65a70](https://github.com/oblique-bit/oblique/commit/aed65a70102ab3a746ae974cdd6edeae3af8adf1))
- **nested-form:** make sure to unsubscribe to every Observable ([3c1c1030](https://github.com/oblique-bit/oblique/commit/3c1c10302b7ec03007aaa05be5d5a6283679be09))
- **nested-form:** mark the component as touched when the focus is lost ([d2e752a4](https://github.com/oblique-bit/oblique/commit/d2e752a4e1536123c8ac15f4f7ea5f71c63e0929))

# [11.1.0](https://github.com/oblique-bit/oblique/compare/11.0.3...11.1.0) (2024-04-26)

## Bug Fixes
Expand Down
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ nodejsPipelineTemplate {
'lint': 'npm run lint',
'test': 'npm test -ws',
'build': 'npm run build -ws',
sonar: true
],
'release/major_*': [
'cloudFoundry': [
Expand Down
Loading

0 comments on commit 90530fb

Please sign in to comment.