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

Commits on Jan 27, 2016

  1. 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
    cielt committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    6dfe2ef View commit details
    Browse the repository at this point in the history
  2. 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
    cielt committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    c780461 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2016

  1. Configuration menu
    Copy the full SHA
    0c5e8cf View commit details
    Browse the repository at this point in the history
  2. edit a11y attributes of slick dots, treating the carousel as an imple…

    …mentation of tabpanel
    cielt committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    f7904db View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2016

  1. Configuration menu
    Copy the full SHA
    a9c9b35 View commit details
    Browse the repository at this point in the history
  2. update attributes of slick dots button elements in the context of acc…

    …essible tabpanel UI pattern
    cielt committed Jan 29, 2016
    Configuration menu
    Copy the full SHA
    787dc65 View commit details
    Browse the repository at this point in the history
  3. introduce aria-selected; update a11y attributes of current slide cont…

    …rol / tab in initADA
    cielt committed Jan 29, 2016
    Configuration menu
    Copy the full SHA
    0b98418 View commit details
    Browse the repository at this point in the history
  4. merging

    cielt committed Jan 29, 2016
    Configuration menu
    Copy the full SHA
    1ebc88f View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2016

  1. Configuration menu
    Copy the full SHA
    1da9503 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2016

  1. Configuration menu
    Copy the full SHA
    7cfffd0 View commit details
    Browse the repository at this point in the history
  2. adjust slick slide & slick dot aria attribute indices

    account for instances of slick where slide to dot mapping is not 1-1
    cielt committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    645c6a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2016

  1. Configuration menu
    Copy the full SHA
    8dff2aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b4fb45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f11b97 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2016

  1. sync with upstream

    cielt committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    3e11f5b View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2016

  1. Configuration menu
    Copy the full SHA
    411f5ef View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2016

  1. Configuration menu
    Copy the full SHA
    65b2b61 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2016

  1. Configuration menu
    Copy the full SHA
    0f521c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2016

  1. edit postSlide behavior such that, instead of setting focus to curren…

    …t slide, interactable-with child elements of this slide are made focusable (again)
    cielt committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    454010e View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2016

  1. Configuration menu
    Copy the full SHA
    f40ed03 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2016

  1. [fix] #1252

    marcelombc committed Sep 20, 2016
    Configuration menu
    Copy the full SHA
    38a41da View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2016

  1. Configuration menu
    Copy the full SHA
    c363990 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2016

  1. Configuration menu
    Copy the full SHA
    19cfa93 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2017

  1. Configuration menu
    Copy the full SHA
    961b623 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2017

  1. Fix for jQuery 3

    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.
    eirslett authored Feb 6, 2017
    Configuration menu
    Copy the full SHA
    015add5 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2017

  1. Configuration menu
    Copy the full SHA
    88286ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b574b3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfe16e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84b0bc1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b812dc View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2017

  1. Configuration menu
    Copy the full SHA
    bfc1f94 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2017

  1. Merge pull request #2521 from marcelombc/master

    [fix] #1252
    leggomuhgreggo authored Apr 19, 2017
    Configuration menu
    Copy the full SHA
    cab526e View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2017

  1. Merge pull request #2605 from illarionvk/vertical-center-mode-offset

    Center active slide in infinite vertical center mode
    leggomuhgreggo authored Apr 20, 2017
    Configuration menu
    Copy the full SHA
    bf03077 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2691 from BrownBoots/fix-broken-attribute-selector

    fixed syntax related to [dir="rtl"]
    leggomuhgreggo authored Apr 20, 2017
    Configuration menu
    Copy the full SHA
    c21002c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2750 from eirslett/patch-1

    Fix for jQuery 3
    leggomuhgreggo authored Apr 20, 2017
    Configuration menu
    Copy the full SHA
    0c3ddff View commit details
    Browse the repository at this point in the history
  4. Update slick.js

    leggomuhgreggo authored Apr 20, 2017
    Configuration menu
    Copy the full SHA
    fcc8d52 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2852 from leggomuhgreggo/master

    Prepend Semicolon
    leggomuhgreggo authored Apr 20, 2017
    Configuration menu
    Copy the full SHA
    492b822 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1801566 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2853 from kenwheeler/revert-2605-vertical-center-…

    …mode-offset
    
    Revert "Center active slide in infinite vertical center mode"
    leggomuhgreggo authored Apr 20, 2017
    Configuration menu
    Copy the full SHA
    78bd964 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2017

  1. Took Out Described-By Attribute

    The aria-described-by attributes make the page fail WAVE testing. This patch removes them.
    bapplejax authored May 15, 2017
    Configuration menu
    Copy the full SHA
    bded420 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2017

  1. Merge pull request #2822 from flaviocysne/master

    Fix bullet and click event problem when slideCount <= slidesToShow
    leggomuhgreggo authored Jun 2, 2017
    Configuration menu
    Copy the full SHA
    92c5439 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2017

  1. Removed “aria-hidden” attributes from dots. Screenreader users should…

    … not be prevented from using interactive controls that other users can use.
    Keegan Street committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    9757103 View commit details
    Browse the repository at this point in the history
  2. Removed redundant “aria-controls” attribute which was not linked with…

    … anything.
    Keegan Street committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    7cab60c View commit details
    Browse the repository at this point in the history
  3. Removed “aria-selected” attributes from dots which were not being upd…

    …ated correctly anyway - the first item was always selected.
    Keegan Street committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    31662ad View commit details
    Browse the repository at this point in the history
  4. 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 committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    156d34f View commit details
    Browse the repository at this point in the history
  5. Applying “aria-selected” attribute to the dot button which is linked …

    …to the active slide.
    Keegan Street committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    0075e79 View commit details
    Browse the repository at this point in the history
  6. Removed role=“listbox” attribute, as the carousel is not a list of it…

    …ems from which the user may select.
    Keegan Street committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    409197c View commit details
    Browse the repository at this point in the history
  7. Removed role=“tablist” attribute, as this is meaningless without asso…

    …ciated tabs and tab panels.
    Keegan Street committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    efd7749 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    015924f View commit details
    Browse the repository at this point in the history
  9. Removed incorrect role=“presentation” attribute - element contains a …

    …functional button, it is not purely presentational.
    Keegan Street committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    dd8f926 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3eff79b View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2017

  1. Fixing head

    Github recently updated way headings are parsed.
    PaoloFalomo authored Jun 16, 2017
    Configuration menu
    Copy the full SHA
    a0bdb73 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2939 from PaoloFalomo/patch-1

    Fixing head
    leggomuhgreggo authored Jun 16, 2017
    Configuration menu
    Copy the full SHA
    4f9f950 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2932 from keeganstreet/2639-corrected-aria-attrib…

    …utes-on-dots
    
    2639 corrected aria attributes on dots
    leggomuhgreggo authored Jun 16, 2017
    Configuration menu
    Copy the full SHA
    16e4515 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into bapplejax-patch-1

    leggomuhgreggo authored Jun 16, 2017
    Configuration menu
    Copy the full SHA
    d14fb3f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2893 from bapplejax/bapplejax-patch-1

    Took Out Described-By Attribute
    leggomuhgreggo authored Jun 16, 2017
    Configuration menu
    Copy the full SHA
    0dea4d4 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2843 from Sonesta/master

    1937: Removed aria live attribute
    leggomuhgreggo authored Jun 16, 2017
    Configuration menu
    Copy the full SHA
    d127809 View commit details
    Browse the repository at this point in the history
  7. 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 committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    b84a4c2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    98631b2 View commit details
    Browse the repository at this point in the history
  9. added type=button back and removed unnecessary tabindex=0

    Greg Westneat committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    d3b9557 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2017

  1. Merge pull request #2942 from leggomuhgreggo/a11y-buttons

    A11y button fix
    leggomuhgreggo authored Jun 17, 2017
    Configuration menu
    Copy the full SHA
    3ab76ec View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2017

  1. 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
    cielt committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    0d7ab43 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2017

  1. Configuration menu
    Copy the full SHA
    ef8c742 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2017

  1. conditional @font-face hack for slick-theme.less

    font files should only be loaded if they are needed, like sass file already does.
    vanilla-thunder authored Jul 3, 2017
    Configuration menu
    Copy the full SHA
    bd884b7 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2017

  1. Configuration menu
    Copy the full SHA
    6cab829 View commit details
    Browse the repository at this point in the history
  2. after slide change in accessible slick, set focus to current slide [r…

    …ole=tabpanel] rather than first child of slide
    cielt committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    c74e4f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66fca9c View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2017

  1. Configuration menu
    Copy the full SHA
    a4ee0bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e490aa View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2017

  1. Configuration menu
    Copy the full SHA
    ada9367 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2017

  1. Merge pull request #2119 from cielt/master

    accessible slick as tablist widget
    Greg Westneat authored Jul 10, 2017
    Configuration menu
    Copy the full SHA
    b0622cc View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2017

  1. Configuration menu
    Copy the full SHA
    60ebe86 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2017

  1. Fixes bug in responsive rows

    Open since 2015: #1871
    amapparat authored Jul 25, 2017
    Configuration menu
    Copy the full SHA
    be0d17c View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2017

  1. Merge pull request #2981 from tbirdsall/master

    Removed Aria-pressed label for html validation reasons
    Greg Westneat authored Jul 27, 2017
    Configuration menu
    Copy the full SHA
    34042b4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2969 from vanilla-thunder/patch-1

    conditional @font-face hack for slick-theme.less
    Greg Westneat authored Jul 27, 2017
    Configuration menu
    Copy the full SHA
    40cc0d4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2966 from corvus-007/master

    Aligns slides in the center
    Greg Westneat authored Jul 27, 2017
    Configuration menu
    Copy the full SHA
    fda50ab View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2017

  1. Merge pull request #2946 from nicolaspernot/t-1207

    #1207 White spaces when using variableWidth and infinite to true
    Greg Westneat authored Jul 29, 2017
    Configuration menu
    Copy the full SHA
    ce2d75a View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2017

  1. Configuration menu
    Copy the full SHA
    c8c5c67 View commit details
    Browse the repository at this point in the history
  2. 1.7.1

    Greg Westneat committed Jul 30, 2017
    Configuration menu
    Copy the full SHA
    77101f1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3012 from ViliamKopecky/master

    fix vertical + centerMode issues (#2998)
    Greg Westneat authored Jul 30, 2017
    Configuration menu
    Copy the full SHA
    1b45441 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2017

  1. updated cdn links

    Greg Westneat committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    0577bca View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2017

  1. changed jquery from dependency to peerDependency

    Greg Westneat committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    c83dfa4 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2017

  1. Configuration menu
    Copy the full SHA
    a3cefec View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2017

  1. Merge pull request #3027 from Schleuse/master

    Fix JavaScript Error when enabling arrows by breakpoint
    Greg Westneat authored Aug 4, 2017
    Configuration menu
    Copy the full SHA
    038f84e View commit details
    Browse the repository at this point in the history
  2. added option to enable focus on slideChange

    Greg Westneat committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    729dcd4 View commit details
    Browse the repository at this point in the history
  3. updated readme

    Greg Westneat committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    da4bdcb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3032 from leggomuhgreggo/focusOnChange

    Added option to enable focus on slide change
    Greg Westneat authored Aug 4, 2017
    Configuration menu
    Copy the full SHA
    8ccd846 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2017

  1. Configuration menu
    Copy the full SHA
    b3eaa61 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2017

  1. Update - added focusOnSelect

    As per issue #3044
    markpesantes authored Aug 22, 2017
    Configuration menu
    Copy the full SHA
    597d942 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2017

  1. Show dots only when needed

    Issue #3009: Show dots only when needed
    cbieser authored Aug 28, 2017
    Configuration menu
    Copy the full SHA
    5a3c6fb View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2017

  1. Configuration menu
    Copy the full SHA
    0c3bcfb View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2017

  1. 1.8.0

    Greg Westneat committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    f9a8733 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3097 from tbirdsall/wcag_num_slides_fix

    Changed the logic for adding aria describedby attribute
    Greg Westneat authored Sep 12, 2017
    Configuration menu
    Copy the full SHA
    4909f26 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3080 from cbieser/patch-1

    Show dots only when needed
    Greg Westneat authored Sep 12, 2017
    Configuration menu
    Copy the full SHA
    6cbbe4c View commit details
    Browse the repository at this point in the history
  4. fixed readme

    Greg Westneat committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    91d5038 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3037 from Munawwar/patch-2

    Not to scroll when infinite scrolling isn't on
    Greg Westneat authored Sep 12, 2017
    Configuration menu
    Copy the full SHA
    86ed071 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3068 from MarkimusMaximus/patch-1

    Update - added focusOnSelect
    Greg Westneat authored Sep 12, 2017
    Configuration menu
    Copy the full SHA
    d8e958a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3001 from amapparat/patch-1

    Fixes bug in responsive rows
    Greg Westneat authored Sep 12, 2017
    Configuration menu
    Copy the full SHA
    34612b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2017

  1. Configuration menu
    Copy the full SHA
    eb67d9e View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2017

  1. Merge pull request #3109 from alexandrubotez/tabindex

    when focusOnChange is false -> remove attr tabindex
    Greg Westneat authored Sep 15, 2017
    Configuration menu
    Copy the full SHA
    dcdc97c View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2017

  1. 1.8.1

    kenwheeler committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    0f40c9d View commit details
    Browse the repository at this point in the history
  2. versions

    kenwheeler committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    ee7d37f View commit details
    Browse the repository at this point in the history