Skip to content
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

Merged
merged 102 commits into from
Oct 10, 2017
Merged

Conversation

panchalkalpesh
Copy link
Owner

Changelog - Release v1.8.0:

cielt and others added 30 commits January 27, 2016 17:49
+ `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
+ `aria-required` is not needed here; helpful more on, e.g., input fields that are required
account for instances of slick where slide to dot mapping is not 1-1
…t slide, interactable-with child elements of this slide are made focusable (again)
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.
Greg Westneat and others added 26 commits July 29, 2017 14:41
#1207 White spaces when using variableWidth and infinite to true
fix vertical + centerMode issues (#2998)
Fix JavaScript Error when enabling arrows by breakpoint
Added option to enable focus on slide change
Issue #3009: Show dots only when needed
Changed the logic for adding aria describedby attribute
Show dots only when needed
Not to scroll when infinite scrolling isn't on
Fixes bug in responsive rows
when focusOnChange is false -> remove attr tabindex
@panchalkalpesh panchalkalpesh self-assigned this Oct 9, 2017
@panchalkalpesh panchalkalpesh merged commit 51ecc0a into panchalkalpesh:master Oct 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.