Releases: bluefantail/bulma-list
Releases · bluefantail/bulma-list
v3.0.0
What's Changed
- Import bulma from node_modules without using a relative path by @bagedevimo in #26
New Contributors
- @bagedevimo made their first contribution in #26
Full Changelog: v2.1.0...v3.0.0
v2.1.0
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
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
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
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
- Update README cover image with better examples
v1.1.2
- Fix missing right padding on list item control overlay
v1.1.1
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
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
v1.0.3