Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/cute-yaks-knock.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-pears-invent.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/khaki-carpets-matter.md

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# CHANGELOG

## 0.89.0

### Minor Changes

- [#484](https://github.com/opf/primer_view_components/pull/484) [`63a2bcb`](https://github.com/opf/primer_view_components/commit/63a2bcb800452a1cfba991255d02e6d74f40c1ca) Thanks [@HDinger](https://github.com/HDinger)! - Introduce possibility to let the server highlight search results for async FilterableTreeView

### Patch Changes

- [#486](https://github.com/opf/primer_view_components/pull/486) [`6caf253`](https://github.com/opf/primer_view_components/commit/6caf253bc356be8c0ee7d2f9470e4c68bb8aa39c) Thanks [@HDinger](https://github.com/HDinger)! - Fix alignment of Visuals and Action items within the TreeView

- [#483](https://github.com/opf/primer_view_components/pull/483) [`f04c60c`](https://github.com/opf/primer_view_components/commit/f04c60c822ca080247f9b94d72a551d6a67da16e) Thanks [@HDinger](https://github.com/HDinger)! - Change defaults for `Primer::OpenProject::SubHeader` for
- `collapsed_search` to `true`
- `scheme` of the filter button to `invisible`
- `label` of the filter button to `All filters`

## 0.88.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
openproject-primer_view_components (0.88.0)
openproject-primer_view_components (0.89.0)
actionview (>= 7.2.0)
activesupport (>= 7.2.0)
openproject-octicons (>= 19.34.0)
Expand Down
2 changes: 1 addition & 1 deletion demo/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
openproject-primer_view_components (0.88.0)
openproject-primer_view_components (0.89.0)
actionview (>= 7.2.0)
activesupport (>= 7.2.0)
openproject-octicons (>= 19.34.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/primer/view_components/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module Primer
module ViewComponents
module VERSION
MAJOR = 0
MINOR = 88
MINOR = 89
PATCH = 0

STRING = [MAJOR, MINOR, PATCH].join(".")
Expand Down
4 changes: 2 additions & 2 deletions package-lock.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": "@openproject/primer-view-components",
"version": "0.88.0",
"version": "0.89.0",
"description": "ViewComponents of the Primer Design System for OpenProject",
"main": "app/assets/javascripts/primer_view_components.js",
"module": "app/components/primer/primer.js",
Expand Down