Skip to content

Releases: ownbee/bootstrap-grid-card

Release v0.2.2

06 Apr 10:01
v0.2.2
Compare
Choose a tag to compare

Fix: Bring back border and radius on cards

Release v0.2.1

26 Mar 17:54
v0.2.1
fe456fe
Compare
Choose a tag to compare

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

29 Apr 09:37
v0.2.0
4f43a0c
Compare
Choose a tag to compare

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 for custom-cards/custom-card-helpers

Release v0.1.3

24 Feb 16:15
v0.1.3
Compare
Choose a tag to compare

Minor dependency update.

  • Upgrade bootstrap version to 5.2.3
  • Upgrade lit to 2.6.1

Release v0.1.2

20 Oct 17:07
Compare
Choose a tag to compare

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

14 Feb 18:49
Compare
Choose a tag to compare

The card is now available in HACS.

Improvements

  • Updated documentation

Release v0.1.0

13 Feb 14:30
Compare
Choose a tag to compare

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

30 Jan 16:09
Compare
Choose a tag to compare

See README.md for details.