Change Log
1.6.1
Patch Changes
1.6.0
Minor Changes
1.5.3
Patch Changes
- Updated dependencies
[781f452c4]:- @hoverinc/tokens-color@8.4.0
- @hoverinc/tokens-space@0.15.0
- @hoverinc/tokens-typography@6.8.3
 
1.5.2
Patch Changes
- #3320
6d426f6d4Thanks @ALacker! - Add patch for deprecated functionalities, in order to make the build quieter
1.5.1
Patch Changes
1.5.0
Minor Changes
1.4.2
Patch Changes
- 
#3174 d521b8261Thanks @jhines-hover! - Fix publishConfig for all packages
- 
Updated dependencies [ d521b8261]:- @hoverinc/tokens-typography@6.8.2
- @hoverinc/tokens-border@1.5.2
- @hoverinc/tokens-motion@0.9.2
- @hoverinc/tokens-color@8.2.3
- @hoverinc/tokens-depth@1.1.2
- @hoverinc/tokens-space@0.14.2
 
1.4.1
Patch Changes
- #3172
869e50cdeThanks @jhines-hover! - Switches all packages from the npm registry namespace to the github registry namespace
- Updated dependencies
[869e50cde]:- @hoverinc/tokens-typography@6.8.1
- @hoverinc/tokens-border@1.5.1
- @hoverinc/tokens-motion@0.9.1
- @hoverinc/tokens-color@8.2.2
- @hoverinc/tokens-depth@1.1.1
- @hoverinc/tokens-space@0.14.1
 
1.4.0
Minor Changes
- #3077
770026f8dThanks @jrolfs! - Include system breakpoints in addition to the default Bootstrap responsive breakpoint values
1.3.0
Minor Changes
- #2998
a93589782Thanks @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 373036a9Thanks @infrasparker! - Update bootstrap header sizes and switch checked color
- 
#2836 373036a9Thanks @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
eeaf2b3dThanks @veganstraightedge! - Removed bottom margin from checkboxes
1.0.1
Patch Changes
- #2762
4760833eThanks @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
53b340e8Thanks @jrolfs! - Add system font weights tofont-weightutility 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 fc2b88e7Thanks @jrolfs! - Add support for using size tokens with thewidthandheightutility 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
71e3cbd9Thanks @jrolfs! - Fix a regression in Alert caused by adding icon support. To use an icon in an Alert, add the.with-iconclass and wrap the text content in a<span>. Otherwise, the alert content will usedisplay: inlinewhich was the source of the regression.
0.29.0
Minor Changes
- 
#2391 6c2a2588Thanks @jrolfs! - Add support for Stripe Card Element to.form-control
- 
#2391 7b44e922Thanks @jrolfs! - Add support for.invalidstate in TextInput
Patch Changes
- 
#2391 e95e36feThanks @jrolfs! - Use consistent color for:placeholdertext in TextInput
- 
#2391 7b44e922Thanks @jrolfs! - Use system motion tokens for.form-controltransitions
0.28.1
Patch Changes
- 
#2378 3ca41b28Thanks @jrolfs! - Useflex-startfor Alert positioning instead ofstart
- 
Updated dependencies [ d38ff611,76de5b94,7b12c44e]:- @hover/tokens-motion@0.8.0
 
0.28.0
Minor Changes
Patch Changes
- 
#2371 37abe685Thanks @jrolfs! - Default.alertto use flexbox
- 
Updated dependencies [ c909cea0]:- @hover/tokens-motion@0.7.0
 
0.27.0
Minor Changes
Patch Changes
0.26.0
Minor Changes
- 
#2204 cb13af5cThanks @jrolfs! - Add support for "minimal" fill in Bootstrap buttons (.btn-minimal-primaryetc.)
- 
#2204 8c70deb2Thanks @jrolfs! - Add.shape-boxand.shape-pillclasses to.btnto provide control overborder-radius(like Reactshapeprop)
- 
#2204 0ef4fa79Thanks @jrolfs! - Include Bootstrap's Stack helpers
- 
#2204 460385b4Thanks @jrolfs! - Add icon styles (.icon .icon-medium, etc.)
- 
#2204 0ef1f606Thanks @jrolfs! - Add Icon button styles (.btn-icon,.btn-icon-lg, etc.)
Patch Changes
- 
#2204 aa0eacd6Thanks @jrolfs! - Make button padding match React version
- 
#2204 c7af83d1Thanks @jrolfs! - Don't populate$theme-colorswith all color hues as it's likely generating a ton of extraneous CSS as Bootstrap's Button component, for example, loops over$theme-colorsto generate the different Button color scheme variants
0.25.0
Minor Changes
- #2220
c20b3f96Thanks @cpalmatier! - Add.table-cell-linkclass to provide inline-block links in admin tool table cells
0.24.0
Minor Changes
- #2218
54a6e7a3Thanks @sclarson! - Add position helpers from bootstrap: https://getbootstrap.com/docs/5.1/utilities/position/
0.23.0
Minor Changes
- #2212
e217c690Thanks @syed-mohsin! - Adds bootstrap support for spinners
0.22.0
Minor Changes
- #2209
fac5d748Thanks @cpalmatier! - Add.table-numberclass to support tabular numbers
0.21.0
Minor Changes
- 
#2148 6f3cf742Thanks @jrolfs! - Add support for invalid state for Radio and Checkbox
- 
#2154 a5930912Thanks @jrolfs! - Update Bootstrap tooltips to match React more closely
Patch Changes
- 
#2147 bca053e7Thanks @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 b6a20165Thanks @jrolfs! - Remove thebackground-colorset on.hover-boostrapscoped 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 6226b9c6Thanks @jrolfs! - Apply Bootstrap'sbodyCSS reset to the.hover-bootstrapelement in the scoped version of the Bootstrap theme
- 
#2147 64778252Thanks @jrolfs! - Apply correct border color to focused checkbox and radio
- 
#2154 11e81fafThanks @jrolfs! - Fix styling of tooltips in scoped theme
- 
#2147 a4075c4aThanks @jrolfs! - Set radio and checkbox size and spacing with system tokens
0.20.0
Minor Changes
- #2118
ac8aba39Thanks @cpalmatier! - EnableCarouselin Bootstrap theme to cover legacy Rails Admin use cases.
0.19.1
Patch Changes
- 14c2d424Thanks @jrolfs! - Restore theme colors for- info,- darkand- light(fixes Bootstrap and backward compatibility for Bootstrap Badge)
0.19.0
Minor Changes
- #2083
3a69ad89Thanks @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 bf828210Thanks @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 a59f33cfThanks @jrolfs! - Make Badge component consistent with React version
- 
#2063 ccf8b893Thanks @jrolfs! - Fix CSS variables in scoped version of Boostrap theme
0.17.5
Patch Changes
- 
#1871 e4574a10Thanks @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 2158ae48Thanks @cpalmatier! - Use new typography by default rather than legacy.
- 
#1568 345d4387Thanks @cpalmatier! - Add scoped version of Bootstrap theme
0.16.0
Minor Changes
- #1507
01a9407aThanks @cpalmatier! - Adds styles and docs for Bootstrap Card component
Patch Changes
- #1507
1e325f77Thanks @cpalmatier! - Fix shadows
0.15.0
Minor Changes
- #1499
c0ac4b31Thanks @jrolfs! - Make font stylesheets available independent of Bootstrap Theme stylesheet
Patch Changes
- 
#1499 d5cfbcb2Thanks @jrolfs! - Configure all font weights using system aliases instead of arbitrary weights
- 
#1499 a178554aThanks @jrolfs! - Fix @font-face rule for Open Sans semi-bold (was linked to500weight, should be600)
- 
#1499 555a92b7Thanks @jrolfs! - Remove duplicate @font-face weight entries
0.14.0
Minor Changes
- #1479
a65f2ae4Thanks @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 c0c39e27Thanks @cpalmatier! - - Enable and add styles for BootstrapSwitchcomponent- Add documentation for Switchto Forms
 
- Add documentation for 
- 
#1471 696c5044Thanks @cpalmatier! - Enable and add styles for Bootstrap Pagination component
0.12.0
Minor Changes
- 
#1463 31360147Thanks @cpalmatier! - Add support and styles for Bootstrap input group component
- 
#1457 964c702bThanks @cpalmatier! - Add styles and support for Button Group components
- 
10a087e8Thanks @cpalmatier! - Add styles for Dropdown component
Patch Changes
- #1451
4b209b08Thanks @cpalmatier! - Add shadow to Modal
0.11.0
Minor Changes
- #1449
9784d5daThanks @cpalmatier! - Makes Bootstrap Button variants align with those in Chakra
Patch Changes
0.10.0
Minor Changes
- 
#1438 de1ac545Thanks @cpalmatier! - Add and style Modal component for Bootstrap.
- 
#1432 cbc5e7f5Thanks @cpalmatier! - - Adds support for Display heading classes- Ensures all type styles correspond to correct updated token values
 
Patch Changes
- #1448
eb387b02Thanks @cpalmatier! - Fixes a styling regression (font size, line height) in form labels
0.9.0
Minor Changes
- 
#1431 a895119dThanks @cpalmatier! - Enable and add styles for Bootstrap Tooltip component
- 
#1403 13068979Thanks @cpalmatier! - Adds support for the Alert component, including a small variant.
- 
#1430 f5927c73Thanks @cpalmatier! - Enable and style Toast Bootstrap component in our theme
0.8.0
Minor Changes
- #1231
d1ea58c8Thanks @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
- 
c6141b34Thanks @jrolfs! - Use color token values for table row hover and stripe backgrounds
- 
c6141b34Thanks @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
46d36ee5Thanks @cpalmatier! - Add support for Bootstrap's Breadcrumb component
0.4.1
Patch Changes
- #1221
fe789d8eThanks @cpalmatier! - Small visual tweaks to Bootstrap table to make it match the Chakra one.
0.4.0
Minor Changes
- #1175
b5bae105Thanks @cpalmatier! - Responsive solution for Bootstrap-based sidebar navigation
0.3.0
Minor Changes
- #1161
d47bdaedThanks @jrolfs! - Include font assets (@font-facerules that load web font assets from CDN)
0.2.0
Minor Changes
- #1104
d5408c55Thanks @cpalmatier! - Add small-screen styles for Navbar, custom styles for side nav
0.1.0
Minor Changes
- #1037
25da2a8Thanks @cpalmatier! - Created initial Navbar and side nav components
0.0.2
Patch Changes
- Updated dependencies
[62129e8]:- @hover/tokens-color@6.0.0