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
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [0.8.0] - 2026-01-09

### Changed

- The popover now uses the Dialog API behind the scenes
- The popover now uses the Dialog API behind the scenes ([#187](https://github.com/Ambiki/impulse_view_components/pull/187))

### Fixed

- Return early if `selected` is set as an empty string
- Return early if `selected` is set as an empty string ([#188](https://github.com/Ambiki/impulse_view_components/pull/188))

## [0.7.2] - 2025-07-04

Expand Down Expand Up @@ -181,7 +183,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- Everything!

[unreleased]: https://github.com/Ambiki/impulse_view_components/compare/v0.7.2...HEAD
[unreleased]: https://github.com/Ambiki/impulse_view_components/compare/v0.8.0...HEAD
[0.8.0]: https://github.com/Ambiki/impulse_view_components/compare/v0.7.2...v0.8.0
[0.7.2]: https://github.com/Ambiki/impulse_view_components/compare/v0.7.1...v0.7.2
[0.7.1]: https://github.com/Ambiki/impulse_view_components/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/Ambiki/impulse_view_components/compare/v0.6.0...v0.7.0
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:
impulse_view_components (0.7.2)
impulse_view_components (0.8.0)
actionview (>= 6.1.0)
view_component (~> 3.24.0)

Expand Down
4 changes: 1 addition & 3 deletions demo/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
impulse_view_components (0.7.2)
impulse_view_components (0.8.0)
actionview (>= 6.1.0)
view_component (~> 3.24.0)

Expand Down Expand Up @@ -259,8 +259,6 @@ GEM
railties (>= 6.0.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2025.3)
tzinfo (>= 1.0.0)
unicode-display_width (2.6.0)
view_component (3.24.0)
activesupport (>= 5.2.0, < 8.2)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
impulse_view_components (0.7.2)
impulse_view_components (0.8.0)
actionview (>= 6.1.0)
view_component (~> 3.24.0)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
impulse_view_components (0.7.2)
impulse_view_components (0.8.0)
actionview (>= 6.1.0)
view_component (~> 3.24.0)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7_1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
impulse_view_components (0.7.2)
impulse_view_components (0.8.0)
actionview (>= 6.1.0)
view_component (~> 3.24.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/impulse/view_components/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Impulse
module ViewComponents
VERSION = "0.7.2".freeze
VERSION = "0.8.0".freeze
end
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ambiki/impulse-view-components",
"version": "0.7.2",
"version": "0.8.0",
"description": "A set of JavaScript patterns and Web Components meant to used with the ImpulseViewComponents gem.",
"author": "Ambitious Idea Labs <info@ambiki.com> (https://ambiki.com/)",
"contributors": [
Expand Down