v0.2.2 (2017-01-25)
- [Feature] Added SCSS copies of CSS file for easy import into SCSS files.
- Added disclaimer about using
position: sticky
CSS over this library added to README.
v0.2.1 (2016-05-11)
- Minor README updates.
v0.2.0 (2016-03-01)
- [Feature] Added the ability to include table
caption
element as part of the sticky table header. - [Feature] Added functions to enable/disable sticky headers on table without using the manager and without initializing a new
StickyTableHeader
manually.- [New Function]
STH.enableStickyTableHeader
- [New Function]
STH.disableStickyTableHeader
- [New Function]
- [Bug Fix] Fixed many styling issues related to widths of table header columns and sticky header general positioning.
- [Bug Fix] Fixed Travis CI build.
- Made code base more secure with truly private object properties.
- Code cleanup.
v0.1.0 (2015-12-21)
- Initial Release