Releases: ownbee/bootstrap-grid-card
Releases · ownbee/bootstrap-grid-card
Release v0.2.2
Release v0.2.1
Dependency updates.
- Bump webpack from 5.75.0 to 5.91.0
- Bump typescript from 4.9.5 to 5.4.3
- Bump ts-loader from 9.4.2 to 9.5.1
- Bump lit from 2.6.1 to 3.1.2
- Bump css-loader from 6.7.3 to 6.10.0
- Bump webpack-cli from 5.0.1 to 5.1.4
- Bump bootstrap from 5.2.3 to 5.3.3
Release v0.2.0
Bugfix, code cleanup and dependency exchange update.
- Bugfix: Grid are now built on initialization of bootstrap-grid-card instead of on every state update. This could mitigate strange behaviors for some users while others wont notice a thing.
- Cleanup: Cards are now created with native home assistant helper.
- Cleanup: Source files migrated to typescript.
- Deps: Switched helper library
thomasloven/lovelace-card-tools
forcustom-cards/custom-card-helpers
Release v0.1.3
Minor dependency update.
- Upgrade bootstrap version to 5.2.3
- Upgrade lit to 2.6.1
Release v0.1.2
Improvements
- Slightly more readable and accurate README
- Upgrade to bootstrap 5.1.1
- Add border-box box-sizing to container to fix padding issue
Release v0.1.1
The card is now available in HACS.
Improvements
- Updated documentation
Release v0.1.0
Bug fixes
- Fix 12 columns not fitting the window. Only ~11 could fit due to padding not being included in column width.
Improvements
- Hass look-a-like padding and margin style (a.k.a. gutter) no longer forced and can be disabled and adjusted with option.
- Container padding is no longer forced and can be customized.
- New global row and col class options.
See README for more information.
Initial release
See README.md for details.