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/gentle-donkeys-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-donuts-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-banks-speak.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## 0.79.0

### Minor Changes

- [#3776](https://github.com/primer/view_components/pull/3776) [`edc480f`](https://github.com/opf/primer_view_components/commit/edc480fe8ac9352fa5584488e9f6d3887fe088d2) Thanks [@TylerJDev](https://github.com/TylerJDev)! - AvatarStack: Adds support for individual tooltips on AvatarStack component, avatars.

- [#387](https://github.com/opf/primer_view_components/pull/387) [`9f3c2aa`](https://github.com/opf/primer_view_components/commit/9f3c2aaca356ba77542b7da4d22eacc6722f9bac) Thanks [@akabiru](https://github.com/akabiru)! - Add `Primer::OpenProject::AvatarWithFallback` component with client-side fallback rendering. When no image src is provided, renders an embedded SVG with user initials and consistent colors generated client-side by the AvatarFallbackElement web component. Extends `Primer::Beta::Avatar` without modifying upstream behavior.

- [#3740](https://github.com/primer/view_components/pull/3740) [`ccf3d94`](https://github.com/opf/primer_view_components/commit/ccf3d94b557a909965062885b5db9e48b2a63e3d) Thanks [@sarahkemi](https://github.com/sarahkemi)! - Add `disable_expand` param to AvatarStack for React component parity

## 0.78.1

### Patch 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.78.1)
openproject-primer_view_components (0.79.0)
actionview (>= 7.2.0)
activesupport (>= 7.2.0)
openproject-octicons (>= 19.30.1)
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.78.1)
openproject-primer_view_components (0.79.0)
actionview (>= 7.2.0)
activesupport (>= 7.2.0)
openproject-octicons (>= 19.30.1)
Expand Down
4 changes: 2 additions & 2 deletions lib/primer/view_components/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ module Primer
module ViewComponents
module VERSION
MAJOR = 0
MINOR = 78
PATCH = 1
MINOR = 79
PATCH = 0

STRING = [MAJOR, MINOR, PATCH].join(".")
end
Expand Down
Loading