Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoryak committed May 13, 2016
1 parent 0e8da31 commit 907ff3c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 23 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
### 1.4.1
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)

### 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 offsetParent of the table
- 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:
Expand Down
35 changes: 14 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jquery.floatThead v1.4.0
jquery.floatThead v1.4.1
=================
[![woot](http://giant.gfycat.com/AnyGloriousAlpaca.gif "or just click")](http://mkoryak.github.io/floatThead/)

Expand All @@ -13,16 +13,15 @@ Float the table header on scroll. No changes to your HTML/CSS are required, it j
:heart_eyes_cat:**My cat loves it**:heart_eyes_cat:



###Install
### Install

#### Package managers
```bash
bower install floatThead
npm install floatthead
```
#### Download code
[Latest Release (zip)](https://github.com/mkoryak/floatThead/archive/v1.4.0.zip)
[Latest Release (zip)](https://github.com/mkoryak/floatThead/archive/v1.4.1.zip)

#### Via CDN
[http://cdnjs.com/libraries/floatthead/](http://cdnjs.com/libraries/floatthead/)
Expand Down Expand Up @@ -61,10 +60,7 @@ If you use css and html best practices, this plugin will work. If you are stuck

How to get help with the floatThead
------------
All issues should be reported through github.

I will do my best to help you in a timely manner.

All issues should be reported through github. Coffee/Beer donations help too ;)

Requirements:
-------------
Expand All @@ -73,27 +69,19 @@ Requirements:

Supported Browsers:
-------------
- IE8 or better (read [this](http://mkoryak.github.io/floatThead/examples/row-groups/))
- IE8 or better (**must read** [this for ANY Internet Exploder integrations](http://mkoryak.github.io/floatThead/examples/row-groups/))
- Chrome, Firefox (all versions from last 3 years)


Using with IE9
--------------
FloatThead will not work properly in IE9 unless you have the following meta tag in the head of the page:
``` html
<meta http-equiv="X-UA-Compatible" content="IE=11; IE=10; IE=9; IE=8; IE=7; IE=EDGE" />
```

With very big tables, you may also run into this exciting bug: http://stackoverflow.com/questions/5805956/internet-explorer-9-not-rendering-table-cells-properly
Watch for it.

Change Log
----------
[moved to CHANGELOG.md](https://github.com/mkoryak/floatThead/blob/master/CHANGELOG.md)


## Who is using floatThead ?

### [around 20K hits on guthub cod search](https://github.com/search?q=floatThead&ref=reposearch&type=Code&utf8=%E2%9C%93)

### [http://kangax.github.io/compat-table/](http://kangax.github.io/compat-table/es6/)

### [staticsitegenerators.net](http://staticsitegenerators.net/)
Expand All @@ -108,9 +96,14 @@ Change Log
- https://github.com/epantry/django-sql-explorer/commit/34ae345325a1e07ff952800fcd6dc5bddac5e3f2-


# Woot
# You are still reading this?

Like clicking on things? Check out these great domains:

Big thanks to jetbrains for giving me an open source webstorm license for this project. They make the best IDEs.
- http://guthib.com
- http://soundbutt.com
- http://guthub.com
- http://programmingdrunk.com

License
-------
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "floatthead",
"version": "1.4.0",
"version": "1.4.1",
"description": "fixed table header plugin that works",
"main": "dist/jquery.floatThead.js",
"dependencies": {},
Expand Down

0 comments on commit 907ff3c

Please sign in to comment.