Skip to content

Commit

Permalink
v1.7.0
Browse files Browse the repository at this point in the history
jaynetics committed Jul 2, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 61332a0 commit 122c271
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.7.0] - 2024-07-02

### Added

- conditional rendering of items (`add_item(if: ->{ ... })`)
- conditional execution of commands (`add_command(if: ->{ ... })`)
- inheritance of items, commands, and configuration (`Bar2 = Class.new(Bar1)`)

## [1.6.0] - 2024-01-25

### Added
2 changes: 1 addition & 1 deletion lib/rails_omnibar/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class RailsOmnibar
VERSION = '1.6.0'
VERSION = '1.7.0'
end

0 comments on commit 122c271

Please sign in to comment.