Prechádzať zdrojové kódy

3.5.6 - fix release

InuYaksa 10 rokov pred
rodič
commit
bfcba8932c
2 zmenil súbory, kde vykonal 43 pridanie a 40 odobranie
  1. 0 40
      changelog_3.5.4.txt
  2. 43 0
      changelog_3.5.6.txt

+ 0 - 40
changelog_3.5.4.txt

@@ -1,40 +0,0 @@
-Changelog nicescroll release 3.5.4
-http://nicescroll.areaaperta.com/
-https://github.com/inuyaksa/jquery.nicescroll
-
-
-New options
-- scriptpath, user configurable scriptpath option (thanks to beebs93) - #309
-
-
-Changed features
-- changed name of ambiguous functions onscrollend and onScrollEnd (renamed to onScrollTransitionEnd)
-- plugin is AMD compatible (thanks to romansk) - #293
-- Ctrl + mouse wheel, restored zoom native function of browsers (Firefox, Chrome) - #275
-
-
-Fixes
-- Remove - Uncaught TypeError: Cannot set property 'onsync' of null #247
-- code parsed with js lint to check for missing semicolons (thanks to gavaz87)
-- fixed some variable scope (thanks to Microsoftsun)
-- scrollend event not fired on iOS - #248
-- JS Error in console: Uncaught TypeError: Cannot read property 'defaultView' of null - #245 (some side effects)
-- Removing bugs with null objects (thanks to clearcode) - #229
-- hiden scrollbar when main content is invisible (thanks to williamherry) - #268
-- Fix keyboard capturing in contenteditable fields thanks to dylanpyle) - #272
-- Problem on expresion: /BODY|HTML/.test(dom.nodeName) - #292
-
-
-TODO
-- checking on IE10 & IE11
-- railpadding
-- railpadding top & bottom settings ignored - thanks to simovinci.bellissimo
-- honorcssoverflow
-- autohidemode:hover
-- check 2D scrolling
-- check text selection on cursor drag (testing)
-- recursive position:fixed check
-- check horiz mouse wheel scrolling speed on chrome
-- mouse pan scroll
-- check snappy
-

+ 43 - 0
changelog_3.5.6.txt

@@ -0,0 +1,43 @@
+Changelog nicescroll release 3.5.6
+http://nicescroll.areaaperta.com/
+https://github.com/inuyaksa/jquery.nicescroll
+
+Notes
+Many thanks to contributors for a lot of fixes.
+
+
+New options
+
+
+Changed features
+
+
+Fixes
+- Missing comma after grabcursorenabled: true #438 - thanks to @rafasashi
+- fix syntax error #433 - thanks to @levinalex
+- updating package.json/bower.json to better fit bower recommandation #341 - thanks to @barraq
+- Added horizontal rail offset option. Functions idential to railoffset. #363 - thanks to @krusematt
+- Update onwheel detection #320 - thanks to @brandonaaron
+- Update tabindex setting to native behavior #328 - thanks to @yukulele
+- Fix rtl mode #233 #399 - thanks to @smbeiragh
+- Allow http / https connection (cursor loading from google site) #410 - thanks to @nasaorc
+- Windows 8.1 IE11 pointerType change #421 - thanks to @meszabalu
+
+
+Doc
+- Improved documentation / README #369 - thanks to @Zauberfisch
+
+
+TODO
+- checking on IE10 & IE11 (need more tests)
+- railpadding
+- railpadding top & bottom settings ignored - thanks to simovinci.bellissimo
+- honorcssoverflow
+- autohidemode:hover
+- check 2D scrolling
+- check text selection on cursor drag (testing)
+- recursive position:fixed check
+- check horiz mouse wheel scrolling speed on chrome
+- mouse pan scroll
+- check snappy
+- drop legacy support for shrink file size