Skip to content

Commit

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

* commit 'b543b60733460bde555be903773bad8863049027':
  chore(toolchain): release version 11.1.1
  chore(toolchain): update dependencies and refactor accordingly
  • Loading branch information
nina-egger committed May 3, 2024
2 parents 5acf546 + b543b60 commit ab91af8
Show file tree
Hide file tree
Showing 7 changed files with 412 additions and 330 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
Loading

0 comments on commit ab91af8

Please sign in to comment.