# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

(none)

## [2.3.5] - 09-15-19

### Fixed

- Partial lattice `drawCanvas` method resets coordinates

## [2.3.4] - 08-17-19

### Fixed

- Remove background from partial lattice

## [2.3.3] - 08-17-19

### Fixed

- Add a minimum line width of 1 to partial lattice

## [2.3.2] - 08-17-19

### Fixed

- Fix `react.Animated` component

## [2.3.1] - 08-17-19

### Fixed

- Fix `react.Static` component

## [2.3.0] - 08-11-19

### Added

- Add `center` to partial lattice config

## [2.2.0] - 08-11-19

### Added

- Export `partialLattice.centerLines`

## [2.1.0] - 08-07-19

### Added

- Fixed duration animator for partial lattice visualization

### Changed

- `getRandomConfig` functions return the visualization type

## [2.0.0] - 08-07-19

### Added

- New visualization type

## [1.0.0] - 06-11-19

### Fixed

- Export `drawCanvas`
- Remove React from build file

### Changed

- Allow specification of timing function for animations

[unreleased]: https://github.com/generative-music/visualizer/compare/v2.3.5...HEAD
[2.3.5]: https://github.com/generative-music/visualizer/compare/v2.3.4...v2.3.5
[2.3.4]: https://github.com/generative-music/visualizer/compare/v2.3.3...v2.3.4
[2.3.3]: https://github.com/generative-music/visualizer/compare/v2.3.2...v2.3.3
[2.3.2]: https://github.com/generative-music/visualizer/compare/v2.3.1...v2.3.2
[2.3.1]: https://github.com/generative-music/visualizer/compare/v2.3.0...v2.3.1
[2.3.0]: https://github.com/generative-music/visualizer/compare/v2.2.0...v2.3.0
[2.2.0]: https://github.com/generative-music/visualizer/compare/v2.1.0...v2.2.0
[2.1.0]: https://github.com/generative-music/visualizer/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/generative-music/visualizer/compare/v1.0.0...v2.0.0
[1.0.0]: https://github.com/generative-music/visualizer/compare/v0.1.0...v1.0.0
