Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bsara committed Mar 2, 2016
1 parent e125cee commit 64bef82
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion 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

0 comments on commit 64bef82

Please sign in to comment.