Change Log
1.3.0
Minor Changes
- #2998
a93589782
Thanks @richardhover! - Use interactive-disabled colors for blueprint outline primary buttons
1.2.2
Patch Changes
- Updated dependencies
[
57eba7c97
]:- @hover/tokens-border@1.5.0
- @hover/tokens-color@8.1.0
- @hover/tokens-space@0.14.0
- @hover/tokens-typography@6.7.2
1.2.1
Patch Changes
- Updated dependencies
[
a83020d58
]:- @hover/tokens-color@8.0.0
- @hover/tokens-typography@6.7.1
1.2.0
Minor Changes
1.1.0
Minor Changes
-
#2836
373036a9
Thanks @infrasparker! - Update bootstrap header sizes and switch checked color -
#2836
373036a9
Thanks @infrasparker! - adds heading alias classes
Patch Changes
- Updated dependencies
[
ede93c0d
]:- @hover/tokens-color@7.10.0
1.0.3
Patch Changes
- Updated dependencies
[
b0510c03
]:- @hover/tokens-typography@6.6.0
- @hover/tokens-border@1.4.0
- @hover/tokens-space@0.13.0
1.0.2
Patch Changes
- #2782
eeaf2b3d
Thanks @veganstraightedge! - Removed bottom margin from checkboxes
1.0.1
Patch Changes
- #2762
4760833e
Thanks @ALacker! - Adjust color and text decoration on links to be more differentiated from body text - Updated dependencies
[
c57af9cf
]:- @hover/tokens-depth@1.1.0
1.0.0
Major Changes
0.31.2
Patch Changes
- Updated dependencies
[
51d0d973
]:- @hover/tokens-space@0.12.0
- @hover/tokens-typography@6.4.4
0.31.1
Patch Changes
- Updated dependencies
[
9b9c7ac3
]:- @hover/tokens-motion@0.9.0
0.31.0
Minor Changes
- #2593
53b340e8
Thanks @jrolfs! - Add system font weights tofont-weight
utility API (e.g:fw-bodySemiBold
)
Patch Changes
- Updated dependencies
[
2b766c23
,53b340e8
,2a0ca6e8
,586769d9
]:- @hover/tokens-typography@6.2.0
- @hover/tokens-border@1.2.0
0.30.0
Minor Changes
-
#2587
fc2b88e7
Thanks @jrolfs! - Add support for using size tokens with thewidth
andheight
utility APIs:<!-- built-in values --><div class="w-100"></div><div class="w-auto"></div><!-- size tokens (new) --><div class="w-size-100"></div><div class="w-size-200"></div><div class="w-size-300"></div>
Patch Changes
- Updated dependencies
[
e304b641
,de6f572d
]:- @hover/tokens-space@0.11.0
- @hover/tokens-border@1.1.0
- @hover/tokens-typography@6.1.1
0.29.3
Patch Changes
- Updated dependencies
[
659b9994
,348ef02e
,48a38745
,659b9994
,90dab173
,91ad146c
,3ed04b54
,90dab173
]:- @hover/tokens-depth@1.0.0
- @hover/tokens-color@7.7.0
- @hover/tokens-border@1.0.0
0.29.2
Patch Changes
0.29.1
Patch Changes
- #2426
71e3cbd9
Thanks @jrolfs! - Fix a regression in Alert caused by adding icon support. To use an icon in an Alert, add the.with-icon
class and wrap the text content in a<span>
. Otherwise, the alert content will usedisplay: inline
which was the source of the regression.
0.29.0
Minor Changes
-
#2391
6c2a2588
Thanks @jrolfs! - Add support for Stripe Card Element to.form-control
-
#2391
7b44e922
Thanks @jrolfs! - Add support for.invalid
state in TextInput
Patch Changes
-
#2391
e95e36fe
Thanks @jrolfs! - Use consistent color for:placeholder
text in TextInput -
#2391
7b44e922
Thanks @jrolfs! - Use system motion tokens for.form-control
transitions
0.28.1
Patch Changes
-
#2378
3ca41b28
Thanks @jrolfs! - Useflex-start
for Alert positioning instead ofstart
-
Updated dependencies [
d38ff611
,76de5b94
,7b12c44e
]:- @hover/tokens-motion@0.8.0
0.28.0
Minor Changes
Patch Changes
-
#2371
37abe685
Thanks @jrolfs! - Default.alert
to use flexbox -
Updated dependencies [
c909cea0
]:- @hover/tokens-motion@0.7.0
0.27.0
Minor Changes
Patch Changes
0.26.0
Minor Changes
-
#2204
cb13af5c
Thanks @jrolfs! - Add support for "minimal" fill in Bootstrap buttons (.btn-minimal-primary
etc.) -
#2204
8c70deb2
Thanks @jrolfs! - Add.shape-box
and.shape-pill
classes to.btn
to provide control overborder-radius
(like Reactshape
prop) -
#2204
0ef4fa79
Thanks @jrolfs! - Include Bootstrap's Stack helpers -
#2204
460385b4
Thanks @jrolfs! - Add icon styles (.icon .icon-medium
, etc.) -
#2204
0ef1f606
Thanks @jrolfs! - Add Icon button styles (.btn-icon
,.btn-icon-lg
, etc.)
Patch Changes
-
#2204
aa0eacd6
Thanks @jrolfs! - Make button padding match React version -
#2204
c7af83d1
Thanks @jrolfs! - Don't populate$theme-colors
with all color hues as it's likely generating a ton of extraneous CSS as Bootstrap's Button component, for example, loops over$theme-colors
to generate the different Button color scheme variants
0.25.0
Minor Changes
- #2220
c20b3f96
Thanks @cpalmatier! - Add.table-cell-link
class to provide inline-block links in admin tool table cells
0.24.0
Minor Changes
- #2218
54a6e7a3
Thanks @sclarson! - Add position helpers from bootstrap: https://getbootstrap.com/docs/5.1/utilities/position/
0.23.0
Minor Changes
- #2212
e217c690
Thanks @syed-mohsin! - Adds bootstrap support for spinners
0.22.0
Minor Changes
- #2209
fac5d748
Thanks @cpalmatier! - Add.table-number
class to support tabular numbers
0.21.0
Minor Changes
-
#2148
6f3cf742
Thanks @jrolfs! - Add support for invalid state for Radio and Checkbox -
#2154
a5930912
Thanks @jrolfs! - Update Bootstrap tooltips to match React more closely
Patch Changes
-
#2147
bca053e7
Thanks @jrolfs! - Fix issue in the scoped version of the Bootstrap theme that caused Bootstrap default variables/styles from being applied instead of our customizations -
#2150
b6a20165
Thanks @jrolfs! - Remove thebackground-color
set on.hover-boostrap
scoped theme element that was copied over erroneously from Boostrap's_reset.scss
(I don't think it makes sense to apply a background color to the element, where it does when resettingbody
) -
#2147
6226b9c6
Thanks @jrolfs! - Apply Bootstrap'sbody
CSS reset to the.hover-bootstrap
element in the scoped version of the Bootstrap theme -
#2147
64778252
Thanks @jrolfs! - Apply correct border color to focused checkbox and radio -
#2154
11e81faf
Thanks @jrolfs! - Fix styling of tooltips in scoped theme -
#2147
a4075c4a
Thanks @jrolfs! - Set radio and checkbox size and spacing with system tokens
0.20.0
Minor Changes
- #2118
ac8aba39
Thanks @cpalmatier! - EnableCarousel
in Bootstrap theme to cover legacy Rails Admin use cases.
0.19.1
Patch Changes
14c2d424
Thanks @jrolfs! - Restore theme colors forinfo
,dark
andlight
(fixes Bootstrap and backward compatibility for Bootstrap Badge)
0.19.0
Minor Changes
- #2083
3a69ad89
Thanks @jrolfs! - Add support for system colors via Bootstrap's colors and background utilities
Patch Changes
- Updated dependencies
[
dc694740
]:- @hover/tokens-color@7.6.0
0.18.0
Minor Changes
-
#2069
bf828210
Thanks @jrolfs! - Apply system spacing to Bootstrap's spacing utilities:<!-- apply system spacing as margin-right like so --><div class="me-500"></div>
Patch Changes
- Updated dependencies
[
9eff2c5e
]:- @hover/tokens-space@0.10.0
- @hover/tokens-typography@5.1.2
0.17.6
Patch Changes
-
#2063
a59f33cf
Thanks @jrolfs! - Make Badge component consistent with React version -
#2063
ccf8b893
Thanks @jrolfs! - Fix CSS variables in scoped version of Boostrap theme
0.17.5
Patch Changes
-
#1871
e4574a10
Thanks @jrolfs! - Load correct regular italic asset for MonoLisa font -
Updated dependencies [
6351e8fc
]:- @hover/tokens-color@7.5.0
0.17.4
Patch Changes
- Updated dependencies
[
eb24ffe1
]:- @hover/tokens-depth@0.13.0
0.17.3
Patch Changes
- Updated dependencies
[
7811deb0
]:- @hover/tokens-depth@0.12.0
0.17.2
Patch Changes
- Updated dependencies
[
877badb7
]:- @hover/tokens-depth@0.11.0
0.17.1
Patch Changes
0.17.0
Minor Changes
-
#1559
2158ae48
Thanks @cpalmatier! - Use new typography by default rather than legacy. -
#1568
345d4387
Thanks @cpalmatier! - Add scoped version of Bootstrap theme
0.16.0
Minor Changes
- #1507
01a9407a
Thanks @cpalmatier! - Adds styles and docs for Bootstrap Card component
Patch Changes
- #1507
1e325f77
Thanks @cpalmatier! - Fix shadows
0.15.0
Minor Changes
- #1499
c0ac4b31
Thanks @jrolfs! - Make font stylesheets available independent of Bootstrap Theme stylesheet
Patch Changes
-
#1499
d5cfbcb2
Thanks @jrolfs! - Configure all font weights using system aliases instead of arbitrary weights -
#1499
a178554a
Thanks @jrolfs! - Fix @font-face rule for Open Sans semi-bold (was linked to500
weight, should be600
) -
#1499
555a92b7
Thanks @jrolfs! - Remove duplicate @font-face weight entries
0.14.0
Minor Changes
- #1479
a65f2ae4
Thanks @cpalmatier! -- Add/update size variants in Bootstrap Forms to match Chakra
- Refactor Bootstrap Forms docs to use plain HTML, not react-bootstrap
0.13.0
Minor Changes
-
#1477
c0c39e27
Thanks @cpalmatier! - - Enable and add styles for BootstrapSwitch
component- Add documentation for
Switch
to Forms
- Add documentation for
-
#1471
696c5044
Thanks @cpalmatier! - Enable and add styles for Bootstrap Pagination component
0.12.0
Minor Changes
-
#1463
31360147
Thanks @cpalmatier! - Add support and styles for Bootstrap input group component -
#1457
964c702b
Thanks @cpalmatier! - Add styles and support for Button Group components -
10a087e8
Thanks @cpalmatier! - Add styles for Dropdown component
Patch Changes
- #1451
4b209b08
Thanks @cpalmatier! - Add shadow to Modal
0.11.0
Minor Changes
- #1449
9784d5da
Thanks @cpalmatier! - Makes Bootstrap Button variants align with those in Chakra
Patch Changes
0.10.0
Minor Changes
-
#1438
de1ac545
Thanks @cpalmatier! - Add and style Modal component for Bootstrap. -
#1432
cbc5e7f5
Thanks @cpalmatier! - - Adds support for Display heading classes- Ensures all type styles correspond to correct updated token values
Patch Changes
- #1448
eb387b02
Thanks @cpalmatier! - Fixes a styling regression (font size, line height) in form labels
0.9.0
Minor Changes
-
#1431
a895119d
Thanks @cpalmatier! - Enable and add styles for Bootstrap Tooltip component -
#1403
13068979
Thanks @cpalmatier! - Adds support for the Alert component, including a small variant. -
#1430
f5927c73
Thanks @cpalmatier! - Enable and style Toast Bootstrap component in our theme
0.8.0
Minor Changes
- #1231
d1ea58c8
Thanks @jrolfs! - Add new brand color palettes and update success and danger palettes for use alongside new brand colors.
Patch Changes
- Updated dependencies
[
d1ea58c8
]:- @hover/tokens-color@7.0.0
0.7.0
Minor Changes
Patch Changes
-
c6141b34
Thanks @jrolfs! - Use color token values for table row hover and stripe backgrounds -
c6141b34
Thanks @jrolfs! - Fix table header and footer separators that were getting a weird black separator from the latest version of Bootstrap
0.5.0
Minor Changes
- #1228
46d36ee5
Thanks @cpalmatier! - Add support for Bootstrap's Breadcrumb component
0.4.1
Patch Changes
- #1221
fe789d8e
Thanks @cpalmatier! - Small visual tweaks to Bootstrap table to make it match the Chakra one.
0.4.0
Minor Changes
- #1175
b5bae105
Thanks @cpalmatier! - Responsive solution for Bootstrap-based sidebar navigation
0.3.0
Minor Changes
- #1161
d47bdaed
Thanks @jrolfs! - Include font assets (@font-face
rules that load web font assets from CDN)
0.2.0
Minor Changes
- #1104
d5408c55
Thanks @cpalmatier! - Add small-screen styles for Navbar, custom styles for side nav
0.1.0
Minor Changes
- #1037
25da2a8
Thanks @cpalmatier! - Created initial Navbar and side nav components
0.0.2
Patch Changes
- Updated dependencies
[
62129e8
]:- @hover/tokens-color@6.0.0