Skip to content

Releases: ant-design/react-slick

v1.1.2

01 Apr 10:01
Compare
Choose a tag to compare
  • Merge pull request #113 from ant-design/fix/duplicated-items b360e92
  • fix: duplicated items when children count is 1 dedf10f

v1.1.1...v1.1.2

v1.1.1

26 Mar 10:02
Compare
Choose a tag to compare

v1.1.0

26 Mar 09:56
Compare
Choose a tag to compare
  • chore: fix jquery in devDeps 2f92b7c
  • Merge pull request #111 from ant-design/upstream a2edbe7
  • type: update type 21a0cea
  • Merge pull request #110 from ant-design/upstream 0f2eaff
  • test: fix test case de91e69
  • chore: sync upstream changes e0bd6b7
  • Update ci.yml 98cee24
  • Create ci.yml 17a57bb
  • released 0.30.2 5478d8d
  • Merge pull request akiran#2349 from akiran/fix-2344 5a7c0a8
  • remove empty test file 9227178
  • add asNavFor for default prop 23c6a47
  • Merge pull request akiran#2343 from akiran/fix-2076 0f95c7a
  • placeholder for test d4595b0
  • updated jest config to ignore playwright tests b9150c1
  • updated jest config to run tests only with .test.js extension 372349a
  • Added regenerator-runtime for async jest tests cf31307
  • Fixed akiran#2076 click issue in Fade mode ec32089
  • Replaced codesandbox with stackblitz playground link 1a3f604
  • Added slider-container class to examples e06967c
  • cleanup examples c0fde5e
  • examples config to docs 5a99cd1
  • moved scripts from examples to docs 013f424
  • Merge pull request akiran#2339 from jorrit/fixtestdep 72ffb60
  • Move testing dependency to devDependencies 7710dc9
  • updated readme 1bd9c09
  • updated instructions for css loading 0a66bd7
  • release 0.30.1 250f078
  • Merge pull request akiran#2331 from akiran/fix-2315 99adf6f
  • added tests for filterSettings util 02629d5
  • check of NaN in props change detection 8c9488f
  • Test for akiran#2315 27870b7
  • Fixed akiran#2315 9d96291
  • Merge pull request akiran#2330 from akiran/fix-1874 2420174
  • fixed akiran#1874: slick-current is always on first slide despite initialSlide != 0 dbae660
  • created a generic slider component for tests 358d8c0
  • added node options to fix build issue 891f399
  • release 0.30.0 ff0cd50
  • added tests for akiran#1813 5b2e405
  • Merge pull request akiran#2329 from rjsdnql123/fix/element-slidesToShow-same-value 15d93c5
  • Fix: If the element (DOM element) and the value of 'slidesToShow' are the same, and 'infinite' is set to true, swipe should be possible. 3669b0a
  • running single demo on different port d91bb58
  • added react-slick alias in webpack for examples bb355c2
  • added an empty prettierrc file to use default prettier config 76b833f
  • fix: height style issue (#107) 57a9116
  • Merge pull request akiran#2244 from akiran/function-component-examples 5558419
  • fixed some issues with component changes 45e92f0
  • Merge branch 'master' into function-component-examples 38f99c1
  • remove other changes e1e766f
  • added node options to run docs 882a01d
  • Converted the examples to Functional component and created new SliderComponent in root test folder to test slider with various settings at a single place f5bb030
  • wrote the tests of akiran#1874 that came out to be successful f880fba
  • Merge pull request akiran#2194 from pZacca/add-pzacca 0d30a59
  • Merge pull request akiran#2240 from akiran/fix-2221 f3f3c3d
  • Fixed 2231: Move build script from prepublish -> prepublishOnly 9c52885
  • Merge pull request akiran#2238 from akiran/fix-2166-2 90b1aff
  • added a comment e45defb
  • fix current slide issue e6b231a
  • renamed few test utils b03b477
  • removed the console logs 83423c8
  • migrated all the tests to testing-library/react and removed Snapshots 338201f
  • migrated all the test of examples from enezyme to react-testing-library c4f6fde
  • completed the simpleslider test and started centerMode test 0711da9
  • Merge branch 'master' into fix-2166 34b4ca0
  • tests init 7035d84
  • Fixed broken link from CONTRIBUTING.md 89d1e89
  • wrote tests for basic slider example 4e6250b
  • test setup with testing library 472c848
  • remove old tests 2f7fdf5

v1.0.2...v1.1.0

v1.0.2

24 Jul 09:26
Compare
Choose a tag to compare
  • chore: add style prop (#105)
  • fix: still apply style when only one child (#106)
  • chore: add np for publish