Skip to content

Releases: cityssm/bulma-sticky-table

v3.0.0

21 May 15:51
Compare
Choose a tag to compare

Dropping support for older versions of Bulma. Now requires v1 or better.

v2.1.0

05 Jun 15:49
Compare
Choose a tag to compare
  • 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

20 Sep 15:09
Compare
Choose a tag to compare

Bundled Bulma updated to v0.9.4.

v2.0.0

20 Sep 15:01
Compare
Choose a tag to compare

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

10 Mar 15:25
Compare
Choose a tag to compare

Fixes issue #3 where icons in controls in table cells had a z-index exceeding the sticky header. z-index can now be controlled by a variable.

Full Changelog: v1.3.1...v1.4.0

v1.3.1

25 Jan 16:27
Compare
Choose a tag to compare

Fix background color on rows with .is-selected. Thanks @bvandevliet

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.3.1

v1.3.0

29 Jul 15:23
Compare
Choose a tag to compare

Adding .has-sticky-footer, and tfoot styling.

v1.2.0

29 Jul 13:47
Compare
Choose a tag to compare

Improved cell border styling.

v1.1.1

28 Jul 19:21
Compare
Choose a tag to compare

Shift the sticky header down when the table is proceeded by a fixed top navbar.

v1.0.0

02 Jul 19:39
Compare
Choose a tag to compare

Initial release.