ndr_ui 4.1.2 → 5.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ac6d0c82beff672d6fccd39c5bf1388cf1aa9daaad2499e859d7f044c0bc52cc
4
- data.tar.gz: 147a7542ac4c61f69ba1c54cb149ff2e4060ef049db061cb3d26e995b4ed3d89
3
+ metadata.gz: ac1513f28fb442cd411ed3448be7429df4e1b31257f9f824582f7e7dade4a792
4
+ data.tar.gz: 94183bcd72c12668f441de2c11ad9c94ae3821a597d743888abb6b5ccec14210
5
5
  SHA512:
6
- metadata.gz: 916a471c389c65c13051099300758ead434aedc55e2316505a4fcceb95c7ec1ba2abb21a4898b7d0c46d8a5353a19545e2ee28416a852e4cc147ff749e9184c4
7
- data.tar.gz: 4d7770dea351e04bdf1e0cc5cf7f238b0f79d597579125be92b3796e45d7c82e2e6990230410f2e4795dd72cdec8b87a6562f27e5164e0dd4550c681d175ff49
6
+ metadata.gz: cb20871cec4626f5ec59384fdb698d284f041064ae4e5d49e28bacf3e1f465ff459ace458a3f28f575fde366e063b42bcdc40534e6168bf1df393f8b50a2b69a
7
+ data.tar.gz: 2b40d49fb9d537f91dcdada361515988431a0565bb44512eff1df38a49e193d3ced8026ffa13fc31e74d9f2316114f280a32e8d335303778600025166919f026
data/CHANGELOG.md CHANGED
@@ -1,6 +1,22 @@
1
1
  ## [Unreleased]
2
2
  * no unreleased changes *
3
3
 
4
+ ## 5.0.1 / 2025-02-03
5
+ ### Fixed
6
+ * fix cancel modal button
7
+ * re-introdce `btn-default` style
8
+ * fix `bootstrap_tab_nav_tag` helper method with required classes
9
+ * allow more padding at the end for `bootstrap_list_badge_and_link_to`
10
+ * fix offset class name in line with Bootstrap 5 upgrade
11
+ * fix `bootstrap_alert_tag` style with close button option
12
+
13
+ ## 5.0.0 / 2025-01-24
14
+ ### Changed
15
+ * Support Bootstrap to v5.3.3
16
+ * Drop support for Bootstrap 3/4
17
+ * include bootstrap-icons library
18
+ * replace panel helpers to card helpers
19
+
4
20
  ## 4.1.2 / 2025-01-24
5
21
  ### Fixed
6
22
  * Bump bootstrap-datepicker to 1.7.1
@@ -1,3 +1,4 @@
1
1
  //= require jquery3
2
2
  //= require jquery_ujs
3
+ //= require popper
3
4
  //= require bootstrap