From 907ff3c722fbf8490a2b13b760386e63a657e4c0 Mon Sep 17 00:00:00 2001 From: Misha Koryak Date: Fri, 13 May 2016 11:04:16 -0400 Subject: [PATCH] version bump --- CHANGELOG.md | 10 +++++++++- README.md | 35 ++++++++++++++--------------------- package.json | 2 +- 3 files changed, 24 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31eb18d..d8fe38d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/README.md b/README.md index c692c24..7a4358b 100644 --- a/README.md +++ b/README.md @@ -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/) @@ -13,8 +13,7 @@ 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 @@ -22,7 +21,7 @@ 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/) @@ -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: ------------- @@ -73,20 +69,10 @@ 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 - -``` - -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) @@ -94,6 +80,8 @@ Change Log ## 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/) @@ -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 ------- diff --git a/package.json b/package.json index da0bbae..686733e 100644 --- a/package.json +++ b/package.json @@ -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": {},