We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4933db3 commit 83b0d95Copy full SHA for 83b0d95
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 4.5.0
4
+
5
+* Add `aria-current=page` attribute to selected link. Credits to oneiros.
6
+* Fix most of the rubocop todos.
7
+* Increase coverage.
8
+* Update some dependencies.
9
10
## 4.4.1
11
12
* Removes the link to the online demo from the README. Credits to tosbourn.
lib/simple_navigation/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module SimpleNavigation
- VERSION = '4.4.1'
+ VERSION = '4.5.0'
end
0 commit comments