Skip to content

Releases: ciampo/macro-carousel

1.0.0 Stable

26 Mar 00:17

Choose a tag to compare

  • polished demos
  • using npm ci for travis builds
  • more stable a11y tests

1.0.0-alpha.3

20 Mar 09:43

Choose a tag to compare

1.0.0-alpha.3 Pre-release
Pre-release

Fixed a few styling issues when using the ShadyCSS polyfills:

  • using normal DOM elements instead of pseudo-elements
  • using less specific selectors before the ::slotted selector
  • moved CSS props from the carousel element to the button elements
  • updated docs and tests

Also tweaked the horizontal drag detection.

1.0.0-alpha.2

19 Mar 11:50

Choose a tag to compare

1.0.0-alpha.2 Pre-release
Pre-release
  • npm entry point
  • installation instructions

1.0.0-alpha.1

19 Mar 10:50

Choose a tag to compare

1.0.0-alpha.1 Pre-release
Pre-release

updating some meta values in package.json

1.0.0-alpha

19 Mar 09:30

Choose a tag to compare

1.0.0-alpha Pre-release
Pre-release
  • removed webkit tap highlight color
  • the carousel is not dragged when the user scrolls the page vertically

0.9.3

18 Mar 13:51

Choose a tag to compare

0.9.3 Pre-release
Pre-release
  • fixed slotchanged callback bug
  • finished renaming internal classes, from XSlider to MacroCarousel

0.9.2

17 Mar 10:16

Choose a tag to compare

0.9.2 Pre-release
Pre-release

Preparing to release v1:

  • APIs locked
  • All major bugs fixed
  • All main tests are passing