Changelog History
Page 1
-
v2.9.3 Changes
July 27, 2020โ Added: add classname for cloned slides #533 #559
โ Added: Add nonce option (CSP) #158 #528
๐ Improved: Use epsilon insted of foFixed #464
๐ Fixed: Fix console error 'Cannot read property 'appendChild' of null' #429
๐ Fixed: Check image.complete in case image has been already loaded #436
๐ Fixed: Check if event is cancelable before calling preventDefault #437
๐ Fixed: Adds type="button" to all elements, preventing the default functionality of submit which mainly effects .NET Webform sites. #382
๐ Fixed: Issue with destroying slides with no nav container #383 #384
๐ Fixed: Fix an issue with responsiveness when page is resized below a breakpoint #361 #387
๐ Fixed: Fix an issue with lazyloadSelector
๐ Fixed: Dots nav doesn't display on resize if the page is loaded first on viewport where slider is disabled #375 #512
๐ Fixed: Fix mediaquerySupport helper #504 #570
๐ Fixed: Fix style checking with autoWidth slider when only 1 item is present
๐ Fixed: Fix getIndexMax() for autoWidth
Others:
โก๏ธ Updated tiny-slider.d.ts; Fixed some typos. -
v2.9.2
April 05, 2019 -
v2.9.1 Changes
December 17, 2018- ๐ Fixed: a
nav
issue with non loop slider - ๐ Fixed: a image loading issue when
src
attributes are not set
- ๐ Fixed: a
-
v2.9.0 Changes
December 13, 2018โ Added: option
center
#271โ Added: live region to reflect page change
๐ Improved: totally rebuild
nav
functions.nav
is now static. #290๐ Changed: stop forcing outer slider
autoHeight
to betrue
๐ Changed:
slidePositions
now include the end edge of the last element๐ Fixed: a function declaration issue in strict mode #332
๐ Fixed: an issue with
lazyload
which leaves images at opacity 0.6 #346๐ Fixed: a viewport calculation error because of the scrollbar change after the slider initialization.
๐ Fixed: an issue with
autoHeight
in Edge browser #341๐ Fixed: an issue that passive listener is not used when scrolling in cases it could be used #342
๐ Fixed: an issue which hides active
nav
item when customizenav
is used๐ Fixed: a possible QuotaExceededError #224
โ Removed: key functions with keys
up
,down
,pageup
,pagedown
,home
andend
to prevent conflict with other page actionsโ Removed: unnecessary tabindex="0", type="button"
-
v2.8.8 Changes
November 11, 2018โ Added: new options
preventScrollOnTouch
(#324, #162),preventActionWhenRunning
(#318),lazyloadSelector
(#270),controlsPosition
,navPosition
,autoplayPosition
(#314)โ Added:
displayIndex
to info object #304โ Added: eventName to the callback function of the custom events #280
โ Added: class "failed" to images failing to load when
lazyload
is onImporved: stop
autoplay
on drag/touch #298๐ Fixed: slide width in
vertical
sliders in some old browsers๐ Fixed: an issue with customized controls
๐ Fixed: an issue when touch/drag start
๐ Fixed:
getIndexMax()
forfixedWidth
๐ Fixed:
getClientWidth()
๐ Fixed: an touch issue in ios safari/chrome when
autoWidth
is on #315๐ Fixed: class "loaded" is added when image fail to load #284
๐ Fixed: an issue in nav click event listener #316
๐ Fixed: an accessibility issue with
nav
because the using ofaria-select
#92๐ Fixed: an
edgePadding
error in responsive field when its value is0
#111๐ Fixed: a gallery gutter issue
๐ Fixed: an issue in
initTools()
when use customized controls๐ Fixed: the "Buttons must have discernible text" error for page buttons #308
๐ Fixed:
lazyload
on IE11 #306๐ Fixed:
left
values of slides ingallery
mode in some browsers๐ Fixed: a
controlsContainer
issue #325 -
v2.8.7 Changes
September 27, 2018- โ Added:
srcset
support when lazy load images. #265 (Thanks @marcaj) - โ Added: Embed TypeScript types. #263 (Thanks @openscript)
- ๐ Fixed: removed unnecessary
margin-left
attribute ongallery
slides.
- โ Added:
-
v2.8.6 Changes
August 28, 2018- ๐ Fixed:
autoHeight
on resize. - ๐ Fixed: customized elements still visiable when slides less than
items
. #259 - ๐ Fixed: fix a container height issue in slider initialization in
gallery
mode by setting active sliders as relative positioned. #260 - ๐ Fixed:
startAutoplay()
excute 2 times when setautoHeight: true
. #258 - ๐ Fixed:
destroy()
. #255 - ๐ Fixed: reverse slide selector from tag to class in tiny-slider.scss. #256
- ๐ Improved: show/hide element functions.
- ๐ Improved: set more methods and properties to null in
destroy()
.
- ๐ Fixed:
-
v2.8.5 Changes
August 13, 2018 -
v2.8.4 Changes
August 08, 2018 -
v2.8.3 Changes
August 02, 2018- โ Added: a method
refresh
to refresh vertical slider when it's switched fromdisplay: none
todisplay: block
#242 - โ Added: mobile tests
- ๐ Improved: optimize resizeTasks(), destroy()
- ๐ Improved: add
resize
event listener only when needed - ๐ Improved: optimize destroy()
- ๐ Improved: some other small improvements
- ๐ Improved: update container height simultaneously with transform when
autoHeight: true
#235 - ๐ Fixed: a
fixedWidth
slider issue when viewport is smaller than slide width - ๐ Fixed: an issue in
rebuild()
- ๐ Fixed: a
localStorage
related issue - ๐ Fixed: add tiny-slider.module.js back for compatibility
- ๐ Fixed: a
responsive
issue by converting breakpoint strings to numbers in for-in loops #234
- โ Added: a method