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: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
## [Unreleased]
* no unreleased changes *

## 5.0.1 / 2025-02-03
### Fixed
* fix cancel modal button
* re-introdce `btn-default` style
* fix `bootstrap_tab_nav_tag` helper method with required classes
* allow more padding at the end for `bootstrap_list_badge_and_link_to`
* fix offset class name in line with Bootstrap 5 upgrade
* fix `bootstrap_alert_tag` style with close button option


## 5.0.0 / 2025-01-24
### Changed
* Support Bootstrap to v5.3.3
Expand Down
2 changes: 1 addition & 1 deletion lib/ndr_ui/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

# This stores the current version of the NdrUi gem. Use semantic versioning http://semver.org
module NdrUi
VERSION = '5.0.0'
VERSION = '5.0.1'
end