Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

floatthead

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

floatthead - npm Package Versions

13

2.1.0

Diff

Changelog

Source

2.1.0

  • #402 HUGE performance improvement if plugin used on multiple tables on the same page. Over 10x faster startup time on a page with 39 tables. Big props to @ineuwirth for finding this one!

On a side note, the last release was exactly one year ago. I didn't do this on purpose :)

new features:

  • #404 - Adding a 'floatContainerOverflow' option to govern floatContainer CSS
  • #402 - performance improvement with many tables on the same page

bug fixes:

  • #391 - Fix printing on firefox
  • #399 - Set header size on reflow
  • #361 - Works better on iPad Retina
mkoryak
published 2.0.3 •

mkoryak
published 2.0.1 •

Changelog

Source

2.0.1

version skipped because of an npm snafu

mkoryak
published 2.0.0 •

Changelog

Source

2.0.0

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
mkoryak
published 1.4.5 •

Changelog

Source

1.4.5

  • #334 - fix memory leaks from print events
  • #335 - absolute position on overflow scrolling was broken if used with top option
  • added rudementary commonjs support to require jquery
mkoryak
published 1.4.4 •

Changelog

Source

1.4.4

  • #323 - use css transform (GPU) to float the header. (IE9+)
  • #325 - fix bug introduced in 1.4.3 which caused issues on lots of resizing
  • #327 - fix bug where reflowed event was being unbound after print
mkoryak
published 1.4.2 •

Changelog

Source

1.4.2

bug fixes:

  • https://github.com/mkoryak/floatThead/issues/313 - afterPrint not getting called
mkoryak
published 1.4.0 •

Changelog

Source

1.4.0

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 with overflow != 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
mkoryak
published 1.3.2 •

Changelog

Source

1.3.2

  • 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
mkoryak
published 1.3.1 •

Changelog

Source

1.3.1

  • allow 'useAbsolutePositioning', 'scrollingTop' and 'scrollingBottom' to be used, but yell about it via console.error
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc