Skip to content

Commit

Permalink
Merge 65f24eb into d05209e
Browse files Browse the repository at this point in the history
  • Loading branch information
victorhmp committed Aug 5, 2019
2 parents d05209e + 65f24eb commit 3847971
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,45 +7,66 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Fixed

- `activeDots` and `notActive` classes not being applied to the rendered `<Dots />` component.

## [2.10.1] - 2019-08-05

### Changed

- Change order of `Carousel`'s schema properties to improve UX in Site Editor.

## [2.10.0] - 2019-07-29

### Added

- Autoplay configuration on the Storefront.

## [2.9.2] - 2019-06-27

### Fixed

- Build assets with new builder hub.

## [2.9.1] - 2019-05-26

### Fixed

- Add default empty description to Carousel image. (For decorative images, it's recommended to insert an empty string to the alt attribute rather than to leave it empty).

## [2.9.0] - 2019-04-24

### Changed

- Scope messages

## [2.8.0] - 2019-03-25

### Changed

- Use `loop` prop of `Slider` app.

## [2.7.6] - 2019-03-14

### Changed

- Change language files to most generic.

## [2.7.5] - 2019-03-13

### Fixed

- Arrows container not aligned.

### Changed

- Make arrows thinner.

## [2.7.4] - 2019-03-13

## [2.7.3] - 2019-03-08

### Fixed

- Missing namespaces in docs.
Expand Down
11 changes: 9 additions & 2 deletions react/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,12 @@
box-sizing: content-box;
}

.arrowLeft {}
.arrowRight {}
.arrowLeft {
}
.arrowRight {
}

.activeDot {
}
.notActiveDot {
}

0 comments on commit 3847971

Please sign in to comment.