-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pull Release v1.8.0 #1
Commits on Jan 27, 2016
-
Remove attributes not needed from default prev/next arrow button markup
+ `aria-label` not needed where button text content reads as we want screen readers to read + `tabindex` not needed since button element is able to receive focus by default + `role` not needed if intended role matches default of element
Configuration menu - View commit details
-
Copy full SHA for 6dfe2ef - Browse repository at this point
Copy the full SHA 6dfe2efView commit details -
Remove attributes not needed from slick dot button markup
+ `aria-required` is not needed here; helpful more on, e.g., input fields that are required
Configuration menu - View commit details
-
Copy full SHA for c780461 - Browse repository at this point
Copy the full SHA c780461View commit details
Commits on Jan 28, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 0c5e8cf - Browse repository at this point
Copy the full SHA 0c5e8cfView commit details -
edit a11y attributes of slick dots, treating the carousel as an imple…
…mentation of tabpanel
Configuration menu - View commit details
-
Copy full SHA for f7904db - Browse repository at this point
Copy the full SHA f7904dbView commit details
Commits on Jan 29, 2016
-
Configuration menu - View commit details
-
Copy full SHA for a9c9b35 - Browse repository at this point
Copy the full SHA a9c9b35View commit details -
update attributes of slick dots button elements in the context of acc…
…essible tabpanel UI pattern
Configuration menu - View commit details
-
Copy full SHA for 787dc65 - Browse repository at this point
Copy the full SHA 787dc65View commit details -
introduce aria-selected; update a11y attributes of current slide cont…
…rol / tab in initADA
Configuration menu - View commit details
-
Copy full SHA for 0b98418 - Browse repository at this point
Copy the full SHA 0b98418View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ebc88f - Browse repository at this point
Copy the full SHA 1ebc88fView commit details
Commits on Feb 3, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 1da9503 - Browse repository at this point
Copy the full SHA 1da9503View commit details
Commits on Feb 10, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 7cfffd0 - Browse repository at this point
Copy the full SHA 7cfffd0View commit details -
adjust slick slide & slick dot aria attribute indices
account for instances of slick where slide to dot mapping is not 1-1
Configuration menu - View commit details
-
Copy full SHA for 645c6a3 - Browse repository at this point
Copy the full SHA 645c6a3View commit details
Commits on Feb 11, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 8dff2aa - Browse repository at this point
Copy the full SHA 8dff2aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b4fb45 - Browse repository at this point
Copy the full SHA 3b4fb45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f11b97 - Browse repository at this point
Copy the full SHA 0f11b97View commit details
Commits on Feb 25, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 3e11f5b - Browse repository at this point
Copy the full SHA 3e11f5bView commit details
Commits on Mar 15, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 411f5ef - Browse repository at this point
Copy the full SHA 411f5efView commit details
Commits on Apr 16, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 65b2b61 - Browse repository at this point
Copy the full SHA 65b2b61View commit details
Commits on May 23, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 0f521c7 - Browse repository at this point
Copy the full SHA 0f521c7View commit details
Commits on Jun 15, 2016
-
edit postSlide behavior such that, instead of setting focus to curren…
…t slide, interactable-with child elements of this slide are made focusable (again)
Configuration menu - View commit details
-
Copy full SHA for 454010e - Browse repository at this point
Copy the full SHA 454010eView commit details
Commits on Jun 27, 2016
-
Configuration menu - View commit details
-
Copy full SHA for f40ed03 - Browse repository at this point
Copy the full SHA f40ed03View commit details
Commits on Sep 20, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 38a41da - Browse repository at this point
Copy the full SHA 38a41daView commit details
Commits on Sep 21, 2016
-
Configuration menu - View commit details
-
Copy full SHA for c363990 - Browse repository at this point
Copy the full SHA c363990View commit details
Commits on Nov 11, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 19cfa93 - Browse repository at this point
Copy the full SHA 19cfa93View commit details
Commits on Jan 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 961b623 - Browse repository at this point
Copy the full SHA 961b623View commit details
Commits on Feb 6, 2017
-
https://api.jquery.com/ready/ > jQuery offers several ways to attach a function that will run when the DOM is ready. All of the following syntaxes are equivalent: > > $( handler ) > $( document ).ready( handler ) > $( "document" ).ready( handler ) > $( "img" ).ready( handler ) > $().ready( handler ) > As of jQuery 3.0, only the first syntax is recommended; the other syntaxes still work but are deprecated.
Configuration menu - View commit details
-
Copy full SHA for 015add5 - Browse repository at this point
Copy the full SHA 015add5View commit details
Commits on Mar 29, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 88286ef - Browse repository at this point
Copy the full SHA 88286efView commit details -
Configuration menu - View commit details
-
Copy full SHA for b574b3d - Browse repository at this point
Copy the full SHA b574b3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for dfe16e0 - Browse repository at this point
Copy the full SHA dfe16e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84b0bc1 - Browse repository at this point
Copy the full SHA 84b0bc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b812dc - Browse repository at this point
Copy the full SHA 5b812dcView commit details
Commits on Apr 14, 2017
-
Configuration menu - View commit details
-
Copy full SHA for bfc1f94 - Browse repository at this point
Copy the full SHA bfc1f94View commit details
Commits on Apr 19, 2017
-
Configuration menu - View commit details
-
Copy full SHA for cab526e - Browse repository at this point
Copy the full SHA cab526eView commit details
Commits on Apr 20, 2017
-
Merge pull request #2605 from illarionvk/vertical-center-mode-offset
Center active slide in infinite vertical center mode
leggomuhgreggo authoredApr 20, 2017 Configuration menu - View commit details
-
Copy full SHA for bf03077 - Browse repository at this point
Copy the full SHA bf03077View commit details -
Merge pull request #2691 from BrownBoots/fix-broken-attribute-selector
fixed syntax related to [dir="rtl"]
leggomuhgreggo authoredApr 20, 2017 Configuration menu - View commit details
-
Copy full SHA for c21002c - Browse repository at this point
Copy the full SHA c21002cView commit details -
Merge pull request #2750 from eirslett/patch-1
Fix for jQuery 3
leggomuhgreggo authoredApr 20, 2017 Configuration menu - View commit details
-
Copy full SHA for 0c3ddff - Browse repository at this point
Copy the full SHA 0c3ddffView commit details -
leggomuhgreggo authored
Apr 20, 2017 Configuration menu - View commit details
-
Copy full SHA for fcc8d52 - Browse repository at this point
Copy the full SHA fcc8d52View commit details -
Merge pull request #2852 from leggomuhgreggo/master
Prepend Semicolon
leggomuhgreggo authoredApr 20, 2017 Configuration menu - View commit details
-
Copy full SHA for 492b822 - Browse repository at this point
Copy the full SHA 492b822View commit details -
Revert "Center active slide in infinite vertical center mode"
leggomuhgreggo authoredApr 20, 2017 Configuration menu - View commit details
-
Copy full SHA for 1801566 - Browse repository at this point
Copy the full SHA 1801566View commit details -
Merge pull request #2853 from kenwheeler/revert-2605-vertical-center-…
…mode-offset Revert "Center active slide in infinite vertical center mode"
leggomuhgreggo authoredApr 20, 2017 Configuration menu - View commit details
-
Copy full SHA for 78bd964 - Browse repository at this point
Copy the full SHA 78bd964View commit details
Commits on May 15, 2017
-
Took Out Described-By Attribute
The aria-described-by attributes make the page fail WAVE testing. This patch removes them.
Configuration menu - View commit details
-
Copy full SHA for bded420 - Browse repository at this point
Copy the full SHA bded420View commit details
Commits on Jun 2, 2017
-
Merge pull request #2822 from flaviocysne/master
Fix bullet and click event problem when slideCount <= slidesToShow
leggomuhgreggo authoredJun 2, 2017 Configuration menu - View commit details
-
Copy full SHA for 92c5439 - Browse repository at this point
Copy the full SHA 92c5439View commit details
Commits on Jun 14, 2017
-
Removed “aria-hidden” attributes from dots. Screenreader users should…
… not be prevented from using interactive controls that other users can use.
Keegan Street committedJun 14, 2017 Configuration menu - View commit details
-
Copy full SHA for 9757103 - Browse repository at this point
Copy the full SHA 9757103View commit details -
Removed redundant “aria-controls” attribute which was not linked with…
… anything.
Keegan Street committedJun 14, 2017 Configuration menu - View commit details
-
Copy full SHA for 7cab60c - Browse repository at this point
Copy the full SHA 7cab60cView commit details -
Removed “aria-selected” attributes from dots which were not being upd…
…ated correctly anyway - the first item was always selected.
Keegan Street committedJun 14, 2017 Configuration menu - View commit details
-
Copy full SHA for 31662ad - Browse repository at this point
Copy the full SHA 31662adView commit details -
Moved ID to button rather than list item, as the button is the actual…
… element that controls, and is related to, the slide.
Keegan Street committedJun 14, 2017 Configuration menu - View commit details
-
Copy full SHA for 156d34f - Browse repository at this point
Copy the full SHA 156d34fView commit details -
Applying “aria-selected” attribute to the dot button which is linked …
…to the active slide.
Keegan Street committedJun 14, 2017 Configuration menu - View commit details
-
Copy full SHA for 0075e79 - Browse repository at this point
Copy the full SHA 0075e79View commit details -
Removed role=“listbox” attribute, as the carousel is not a list of it…
…ems from which the user may select.
Keegan Street committedJun 14, 2017 Configuration menu - View commit details
-
Copy full SHA for 409197c - Browse repository at this point
Copy the full SHA 409197cView commit details -
Removed role=“tablist” attribute, as this is meaningless without asso…
…ciated tabs and tab panels.
Keegan Street committedJun 14, 2017 Configuration menu - View commit details
-
Copy full SHA for efd7749 - Browse repository at this point
Copy the full SHA efd7749View commit details -
Removed redundant attributes. Buttons inherently have a role of button.
Keegan Street committedJun 14, 2017 Configuration menu - View commit details
-
Copy full SHA for 015924f - Browse repository at this point
Copy the full SHA 015924fView commit details -
Removed incorrect role=“presentation” attribute - element contains a …
…functional button, it is not purely presentational.
Keegan Street committedJun 14, 2017 Configuration menu - View commit details
-
Copy full SHA for dd8f926 - Browse repository at this point
Copy the full SHA dd8f926View commit details -
Changed aria-selected to aria-pressed as this is a state for buttons.
Keegan Street committedJun 14, 2017 Configuration menu - View commit details
-
Copy full SHA for 3eff79b - Browse repository at this point
Copy the full SHA 3eff79bView commit details
Commits on Jun 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a0bdb73 - Browse repository at this point
Copy the full SHA a0bdb73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f9f950 - Browse repository at this point
Copy the full SHA 4f9f950View commit details -
Merge pull request #2932 from keeganstreet/2639-corrected-aria-attrib…
…utes-on-dots 2639 corrected aria attributes on dots
leggomuhgreggo authoredJun 16, 2017 Configuration menu - View commit details
-
Copy full SHA for 16e4515 - Browse repository at this point
Copy the full SHA 16e4515View commit details -
Merge branch 'master' into bapplejax-patch-1
leggomuhgreggo authoredJun 16, 2017 Configuration menu - View commit details
-
Copy full SHA for d14fb3f - Browse repository at this point
Copy the full SHA d14fb3fView commit details -
Merge pull request #2893 from bapplejax/bapplejax-patch-1
Took Out Described-By Attribute
leggomuhgreggo authoredJun 16, 2017 Configuration menu - View commit details
-
Copy full SHA for 0dea4d4 - Browse repository at this point
Copy the full SHA 0dea4d4View commit details -
Merge pull request #2843 from Sonesta/master
1937: Removed aria live attribute
leggomuhgreggo authoredJun 16, 2017 Configuration menu - View commit details
-
Copy full SHA for d127809 - Browse repository at this point
Copy the full SHA d127809View commit details -
refs #1207 : Solve the #1207 issues about white spaces when using var…
…iableWidth and infinite to true, solution gave by xXanth0s (#1207 (comment))
Nicolas Pernot committedJun 16, 2017 Configuration menu - View commit details
-
Copy full SHA for b84a4c2 - Browse repository at this point
Copy the full SHA b84a4c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98631b2 - Browse repository at this point
Copy the full SHA 98631b2View commit details -
added type=button back and removed unnecessary tabindex=0
Greg Westneat committedJun 16, 2017 Configuration menu - View commit details
-
Copy full SHA for d3b9557 - Browse repository at this point
Copy the full SHA d3b9557View commit details
Commits on Jun 17, 2017
-
Merge pull request #2942 from leggomuhgreggo/a11y-buttons
A11y button fix
leggomuhgreggo authoredJun 17, 2017 Configuration menu - View commit details
-
Copy full SHA for 3ab76ec - Browse repository at this point
Copy the full SHA 3ab76ecView commit details
Commits on Jun 19, 2017
-
update accessible slick behavior
* for current showing slide (group), allow first child to be focussable * where autoplay === false, set browser focus to first newly showing slide after slide change * rename var for better clarity
Configuration menu - View commit details
-
Copy full SHA for 0d7ab43 - Browse repository at this point
Copy the full SHA 0d7ab43View commit details
Commits on Jun 30, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ef8c742 - Browse repository at this point
Copy the full SHA ef8c742View commit details
Commits on Jul 3, 2017
-
conditional @font-face hack for slick-theme.less
font files should only be loaded if they are needed, like sass file already does.
Configuration menu - View commit details
-
Copy full SHA for bd884b7 - Browse repository at this point
Copy the full SHA bd884b7View commit details
Commits on Jul 7, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 6cab829 - Browse repository at this point
Copy the full SHA 6cab829View commit details -
after slide change in accessible slick, set focus to current slide [r…
…ole=tabpanel] rather than first child of slide
Configuration menu - View commit details
-
Copy full SHA for c74e4f3 - Browse repository at this point
Copy the full SHA c74e4f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66fca9c - Browse repository at this point
Copy the full SHA 66fca9cView commit details
Commits on Jul 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a4ee0bf - Browse repository at this point
Copy the full SHA a4ee0bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e490aa - Browse repository at this point
Copy the full SHA 8e490aaView commit details
Commits on Jul 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ada9367 - Browse repository at this point
Copy the full SHA ada9367View commit details
Commits on Jul 10, 2017
-
Merge pull request #2119 from cielt/master
accessible slick as tablist widget
Greg Westneat authoredJul 10, 2017 Configuration menu - View commit details
-
Copy full SHA for b0622cc - Browse repository at this point
Copy the full SHA b0622ccView commit details
Commits on Jul 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 60ebe86 - Browse repository at this point
Copy the full SHA 60ebe86View commit details
Commits on Jul 25, 2017
-
Configuration menu - View commit details
-
Copy full SHA for be0d17c - Browse repository at this point
Copy the full SHA be0d17cView commit details
Commits on Jul 27, 2017
-
Merge pull request #2981 from tbirdsall/master
Removed Aria-pressed label for html validation reasons
Greg Westneat authoredJul 27, 2017 Configuration menu - View commit details
-
Copy full SHA for 34042b4 - Browse repository at this point
Copy the full SHA 34042b4View commit details -
Merge pull request #2969 from vanilla-thunder/patch-1
conditional @font-face hack for slick-theme.less
Greg Westneat authoredJul 27, 2017 Configuration menu - View commit details
-
Copy full SHA for 40cc0d4 - Browse repository at this point
Copy the full SHA 40cc0d4View commit details -
Merge pull request #2966 from corvus-007/master
Aligns slides in the center
Greg Westneat authoredJul 27, 2017 Configuration menu - View commit details
-
Copy full SHA for fda50ab - Browse repository at this point
Copy the full SHA fda50abView commit details
Commits on Jul 29, 2017
-
Merge pull request #2946 from nicolaspernot/t-1207
#1207 White spaces when using variableWidth and infinite to true
Greg Westneat authoredJul 29, 2017 Configuration menu - View commit details
-
Copy full SHA for ce2d75a - Browse repository at this point
Copy the full SHA ce2d75aView commit details
Commits on Jul 30, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c8c5c67 - Browse repository at this point
Copy the full SHA c8c5c67View commit details -
Greg Westneat committed
Jul 30, 2017 Configuration menu - View commit details
-
Copy full SHA for 77101f1 - Browse repository at this point
Copy the full SHA 77101f1View commit details -
Merge pull request #3012 from ViliamKopecky/master
fix vertical + centerMode issues (#2998)
Greg Westneat authoredJul 30, 2017 Configuration menu - View commit details
-
Copy full SHA for 1b45441 - Browse repository at this point
Copy the full SHA 1b45441View commit details
Commits on Aug 1, 2017
-
Greg Westneat committed
Aug 1, 2017 Configuration menu - View commit details
-
Copy full SHA for 0577bca - Browse repository at this point
Copy the full SHA 0577bcaView commit details
Commits on Aug 2, 2017
-
changed jquery from dependency to peerDependency
Greg Westneat committedAug 2, 2017 Configuration menu - View commit details
-
Copy full SHA for c83dfa4 - Browse repository at this point
Copy the full SHA c83dfa4View commit details
Commits on Aug 3, 2017
-
Fix JavaScript Error when enabling arrows by breakpoint
schleusner committedAug 3, 2017 Configuration menu - View commit details
-
Copy full SHA for a3cefec - Browse repository at this point
Copy the full SHA a3cefecView commit details
Commits on Aug 4, 2017
-
Merge pull request #3027 from Schleuse/master
Fix JavaScript Error when enabling arrows by breakpoint
Greg Westneat authoredAug 4, 2017 Configuration menu - View commit details
-
Copy full SHA for 038f84e - Browse repository at this point
Copy the full SHA 038f84eView commit details -
added option to enable focus on slideChange
Greg Westneat committedAug 4, 2017 Configuration menu - View commit details
-
Copy full SHA for 729dcd4 - Browse repository at this point
Copy the full SHA 729dcd4View commit details -
Greg Westneat committed
Aug 4, 2017 Configuration menu - View commit details
-
Copy full SHA for da4bdcb - Browse repository at this point
Copy the full SHA da4bdcbView commit details -
Merge pull request #3032 from leggomuhgreggo/focusOnChange
Added option to enable focus on slide change
Greg Westneat authoredAug 4, 2017 Configuration menu - View commit details
-
Copy full SHA for 8ccd846 - Browse repository at this point
Copy the full SHA 8ccd846View commit details
Commits on Aug 7, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b3eaa61 - Browse repository at this point
Copy the full SHA b3eaa61View commit details
Commits on Aug 22, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 597d942 - Browse repository at this point
Copy the full SHA 597d942View commit details
Commits on Aug 28, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5a3c6fb - Browse repository at this point
Copy the full SHA 5a3c6fbView commit details
Commits on Sep 5, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 0c3bcfb - Browse repository at this point
Copy the full SHA 0c3bcfbView commit details
Commits on Sep 12, 2017
-
Greg Westneat committed
Sep 12, 2017 Configuration menu - View commit details
-
Copy full SHA for f9a8733 - Browse repository at this point
Copy the full SHA f9a8733View commit details -
Merge pull request #3097 from tbirdsall/wcag_num_slides_fix
Changed the logic for adding aria describedby attribute
Greg Westneat authoredSep 12, 2017 Configuration menu - View commit details
-
Copy full SHA for 4909f26 - Browse repository at this point
Copy the full SHA 4909f26View commit details -
Merge pull request #3080 from cbieser/patch-1
Show dots only when needed
Greg Westneat authoredSep 12, 2017 Configuration menu - View commit details
-
Copy full SHA for 6cbbe4c - Browse repository at this point
Copy the full SHA 6cbbe4cView commit details -
Greg Westneat committed
Sep 12, 2017 Configuration menu - View commit details
-
Copy full SHA for 91d5038 - Browse repository at this point
Copy the full SHA 91d5038View commit details -
Merge pull request #3037 from Munawwar/patch-2
Not to scroll when infinite scrolling isn't on
Greg Westneat authoredSep 12, 2017 Configuration menu - View commit details
-
Copy full SHA for 86ed071 - Browse repository at this point
Copy the full SHA 86ed071View commit details -
Merge pull request #3068 from MarkimusMaximus/patch-1
Update - added focusOnSelect
Greg Westneat authoredSep 12, 2017 Configuration menu - View commit details
-
Copy full SHA for d8e958a - Browse repository at this point
Copy the full SHA d8e958aView commit details -
Merge pull request #3001 from amapparat/patch-1
Fixes bug in responsive rows
Greg Westneat authoredSep 12, 2017 Configuration menu - View commit details
-
Copy full SHA for 34612b4 - Browse repository at this point
Copy the full SHA 34612b4View commit details
Commits on Sep 14, 2017
-
Configuration menu - View commit details
-
Copy full SHA for eb67d9e - Browse repository at this point
Copy the full SHA eb67d9eView commit details
Commits on Sep 15, 2017
-
Merge pull request #3109 from alexandrubotez/tabindex
when focusOnChange is false -> remove attr tabindex
Greg Westneat authoredSep 15, 2017 Configuration menu - View commit details
-
Copy full SHA for dcdc97c - Browse repository at this point
Copy the full SHA dcdc97cView commit details
Commits on Oct 3, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 0f40c9d - Browse repository at this point
Copy the full SHA 0f40c9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee7d37f - Browse repository at this point
Copy the full SHA ee7d37fView commit details