Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
c2d2c75
bump Bootstrap to v5.3.3
suezhou May 21, 2024
5d36bdb
further deleting of `bootstrap-sass`
suezhou Nov 12, 2024
d6b0a89
require 'popper_js' by default
suezhou Nov 13, 2024
cba0f4d
Merge branch 'bootstrap-upgrade' into bugfix/bootstrap-upgrade-merge
bshand Nov 20, 2024
576bdba
Merge pull request #60 from NHSDigital/bugfix/bootstrap-upgrade-merge
bshand Nov 20, 2024
36ece67
update helpers
suezhou Dec 1, 2024
a87c6d3
GitHub Actions gem installation fix: run tests with psych version 4
bshand Dec 2, 2024
f526f15
more card component tweaks
suezhou Dec 3, 2024
62dbc2b
wells, cards, form (horizontal)
suezhou Dec 4, 2024
0fb4b10
form elements
suezhou Dec 9, 2024
201295d
text-right to text-end
suezhou Dec 9, 2024
7a37052
rubocop
suezhou Dec 9, 2024
62a65c6
use correct class name for danger (delete) button.
suezhou Dec 11, 2024
87c129e
general bootstrap deprecate fixes. form-text, btn-sm, breadcrumb, pro…
suezhou Dec 30, 2024
bbf03aa
general deprecated fix, bs namespace
suezhou Dec 30, 2024
660026c
rubocop
suezhou Dec 30, 2024
5253335
fix card well class issue
suezhou Dec 30, 2024
82694e4
revert rubocop OptionalBooleanParameter fix. method being used in oth…
suezhou Jan 7, 2025
a71ca10
auto apply form-select class to select fields style
suezhou Jan 17, 2025
e3ea0ae
fix css class merge for select tag
suezhou Jan 20, 2025
fa25b3e
include bootstrap-icons, update bootstrap_icon_tag, update bootstrap_…
suezhou Jan 23, 2025
1bfbbef
Fix concurrent-ruby version
ollietulloch Jan 24, 2025
f2ce2b9
Fix concurrent-ruby version to 1.3.4
ollietulloch Jan 24, 2025
e9ad983
Added comment about fixing concurrent-ruby version
ollietulloch Jan 24, 2025
9614f78
update change log
suezhou Jan 24, 2025
09e1a5f
Fix typos
bshand Jan 24, 2025
71a5c35
Fix concurrent-ruby version to 1.3.4 for older Rails versions
bshand Jan 24, 2025
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,5 +1,8 @@
## [Unreleased]
* no unreleased changes *
* Support Bootstrap to v5.3.3
* Drop support for Bootstrap 3/4
* include bootstrap-icons library
* replace panel helpers to card helpers

## 4.1.1 / 2024-11-20
### Fixed
Expand Down
Binary file added app/assets/fonts/bootstrap-icons.woff
Binary file not shown.
Binary file added app/assets/fonts/bootstrap-icons.woff2
Binary file not shown.
1 change: 1 addition & 0 deletions app/assets/javascripts/ndr_ui/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//= require jquery3
//= require jquery_ujs
//= require popper
//= require bootstrap
Loading
Loading