Skip to content

Releases: bluefantail/bulma-list

v3.0.0

15 Jan 05:16
29add0c
Compare
Choose a tag to compare

What's Changed

  • Import bulma from node_modules without using a relative path by @bagedevimo in #26

New Contributors

Full Changelog: v2.1.0...v3.0.0

v2.1.0

26 Jun 05:20
Compare
Choose a tag to compare

What's Changed

  • Switch to using logical css properties for better Bulma v1 alignment by @bluefantail in #22

Full Changelog: v2.0.0...v2.1.0

v2.0.0

07 Jun 05:59
Compare
Choose a tag to compare

What's Changed

  • Requires Bulma v1
  • Update Bulma list to do away with using Bulma's internal sass variables in favour of new css variables.
  • Created a matching set of css variables for Bulma list so people can choose to keep using the old sass ones for customisation in their project, or switch to the newer css variables (prefixed with be- for 'bulma extension' to help differentiate them in the browser devtools as there are a lot of these in Bulma v1!)
  • Supports Bulma's new dark mode

Full Changelog: v1.2.0...v2.0.0

v2.0.0-beta

07 Jun 05:46
Compare
Choose a tag to compare
v2.0.0-beta Pre-release
Pre-release
Update to Bulma v1

Update Bulma list to do away with using Bulma's internal sass variables
in favour of new css variables. Created a matching set of css variables
for Bulma list so people can choose to keep using the old sass ones for
customisation in their project, or switch to the newer css variables (
prefixed with be- for 'bulma extension' to help differentiate them in
the browser devtools as there are a lot of these in Bulma v1!

Updates the documentation slightly to better match the style of Bulma's
updated docs.

v1.2.0

01 May 02:47
Compare
Choose a tag to compare

New

  • Lists using has-overflow-ellipsis can now have an optional truncation length, see #16

Fixes

  • Fixed bug causing import errors when using bulma-list in projects with git submodules (rather than node), see #15

Docs

  • Fixed broken font awesome icons

See full changelog v1.1.4...v1.2.0

v1.1.4

24 Sep 01:55
0b428d3
Compare
Choose a tag to compare
  • Update README cover image with better examples

v1.1.2

23 Sep 23:05
Compare
Choose a tag to compare
  • Fix missing right padding on list item control overlay

v1.1.1

23 Sep 22:52
Compare
Choose a tag to compare

Visual improvements

  • Made list item hover more subtle, in line with Bulma's table row hover style
  • Made list item padding equal on all sides

Fixes

  • List item contents no longer wrap when using the has-overflow-ellipsis modifier
  • List item control elements now act as an overlay on desktop, rather than taking up space when not visible

v1.1.0

21 Sep 05:07
Compare
Choose a tag to compare

Improvements

  • Improved list item layout and spacing on mobile devices

Fixes

  • List item images no longer shrink to 0 when the other content is long

v1.0.3

20 Sep 09:33
Compare
Choose a tag to compare
v1.0.3