All Versions
36
Latest Version
Avg Release Cycle
131 days
Latest Release
1750 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.0.0 Changes
January 26, 2017๐ฅ Breaking changes:
- slim version no longer provided. Will use underscore, or shim the things we need
- โ removed allowing deprecated options from 1.3.x
- ๐ moved development version into /src dir and no longer use grunt here
nothing big and exciting in version 2, just semvar and breaking changes.
๐ bug fixes:
- #348 - headers Stay stuck after reposition
- ๐ commonjs support works now, i promise
-
v1.4.5 Changes
November 01, 2016 -
v1.4.4 Changes
October 03, 2016 -
v1.4.3 Changes
- #316 - ie9 cant use matchmedia properly
- ๐ #321 - do not require Content Security Policy (CSP) style-src 'unsafe-inline'
- ๐
enableAria
option has been removed. It is now always enabled.
-
v1.4.2 Changes
๐ bug fixes:
- ๐จ https://github.com/mkoryak/floatThead/issues/313 - afterPrint not getting called
-
v1.4.1 Changes
๐ bug fixes:
- https://github.com/mkoryak/floatThead/issues/289 - properly handle overflow:scroll !important
- https://github.com/mkoryak/floatThead/issues/298 - add ability to opt out of 3rd party lib integrations
- https://github.com/mkoryak/floatThead/issues/303 - fix
scrollContainer: true
behavior - https://github.com/mkoryak/floatThead/issues/299 - fix weirdness when header cells contain tons of content (thanks @cantin for PR)
- https://github.com/mkoryak/floatThead/issues/300 - remember scrollLeft of header when reflowing (thanks @rshah88 for PR)
-
v1.4.0 Changes
๐ new features:
- ๐ฑ https://github.com/mkoryak/floatThead/issues/263 - support for responsive table wrappers
- can now use
scrollContainer:true
to auto-detect scrollParent of the table (something withoverflow != visible
) - ๐จ https://github.com/mkoryak/floatThead/issues/68 - support for printing the table (not in crappy IEs though)
๐ bug fixes:
- https://github.com/mkoryak/floatThead/issues/268 - fire 'floatThead' event on destroy
-
v1.3.2 Changes
- https://github.com/mkoryak/floatThead/issues/264 - header alignments messed up when table within a floated container (when using position:absolute)
- hide more stuff from screen readers that should be hidden
- ๐ https://github.com/mkoryak/floatThead/issues/255 - added
reflowed
event, see docs - โ removed underscore usage from non-slim build
-
v1.3.1 Changes
- ๐ allow 'useAbsolutePositioning', 'scrollingTop' and 'scrollingBottom' to be used, but yell about it via console.error
-
v1.3.0 Changes
- ๐ renamed 'useAbsolutePositioning' option to
position
. value mappings (old -> new) are: [true -> 'absolute', false -> 'fixed', null -> 'auto'] - ๐ renamed 'scrollingTop' to
top
and 'scrollingBottom' tobottom
- โ removed cellTag and debounceResizeMs options
- โ removed
floatThead-floatContainer
class from the $floatContainer becausefloatThead-container
class is already there and it is configurable viafloatContainerClass
option. - โ added
autoReflow
option - https://github.com/mkoryak/floatThead/issues/235 - fix tabindex of the floated header (thanks robinpoort)
- ๐ https://github.com/mkoryak/floatThead/issues/242 - support for multiple tables within a single scrolling div
- ๐ป https://github.com/mkoryak/floatThead/issues/246 - enableAria:true causes javascript exception when using Colgroup
- ๐ fixed
getRowGroups
, method which was busted when the header was floated - ๐ make grunt work in node 0.12
- ๐ renamed 'useAbsolutePositioning' option to