Releases: cityssm/bulma-sticky-table
Releases · cityssm/bulma-sticky-table
v3.0.0
v2.1.0
- Fix when a sticky header or footer is used in a modal over a page with a fixed navbar.
- Dev dependency updates.
Full Changelog: v2.0.1...V2.1.0
v2.0.1
v2.0.0
Breaking Change
CSS that bundles together sticky styles with Bulma has been renamed from bulma-with-sticky-table.min.css
to bulma-with-sticky-table.css
.
Highlights
- Sticky styles only applied to
@media screen
, fixing printouts in Chrome. - Dev environment moved from Atom to VS Code. New development config files to go along with the change.
v1.4.0
v1.3.1
Fix background color on rows with .is-selected
. Thanks @bvandevliet
What's Changed
- Background color fix for selected rows by @bvandevliet in #2
New Contributors
- @bvandevliet made their first contribution in #2
Full Changelog: v1.3.0...v1.3.1