From 64bef82e25dc0a4a6ebb1e327e0adbf513a723e3 Mon Sep 17 00:00:00 2001 From: Brandon Sara Date: Tue, 1 Mar 2016 17:10:28 -0700 Subject: [PATCH] updated changelog --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3011899..4327f34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [v0.2.0](https://github.com/bsara/stickytableheaders.js/tree/v0.2.0) (2016-03-01) + +- **[Feature]** Added the ability to include table `caption` element as part of the sticky table header. + - [Quick Documentation on Usage](https://github.com/bsara/sticky-table-headers.js/blob/v0.2.0/src/sticky-table-header.js#L5-L28) +- **[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`](https://github.com/bsara/sticky-table-headers.js/blob/v0.2.0/src/enable-disable.js#L5) + - **[New Function]** [`STH.disableStickyTableHeader`](https://github.com/bsara/sticky-table-headers.js/blob/v0.2.0/src/enable-disable.js#L32) +- **[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](https://github.com/bsara/stickytableheaders.js/tree/v0.1.0) (2015-12-21) -* Initial Release +- Initial Release