Skip to content

Commit

Permalink
Update docs (#195)
Browse files Browse the repository at this point in the history
* updated discord message

* feat: support for vertical orientation (#115)

* fix: Nexus.tune.createScale() does not produce expected scale (#138)

* fix: numberOfSliders does not change number of sliders for Multislider (#161)

* feat: support for vertical orientation (#115)

* feat: add padding to sequencer (#150) #178

* feat: add padding to sequencer (#150) #178

* removed commented out line

* chore(release): 2.1.0

* chore(release): 2.1.1

* chore(release): 2.1.2

* add build

* fix issue #161

* modify regex to support input of negative numbers to number component

* update dist after regex change

* chore(release): 2.1.3

* 🐛 Fix Nexus.Interval import regression

* Fix Nexus.Interval import regression #184

* chore(release): 2.1.4

* Implement multi-touch piano

* chore(release): 2.1.5

* Remove document.write

* Rebuild dist files

* Fix broken CSS in examples

* Bump websocket-extensions from 0.1.3 to 0.1.4 (#185)

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](faye/websocket-extensions-node@0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump standard-version from 7.1.0 to 8.0.1 (#187)

Bumps [standard-version](https://github.com/conventional-changelog/standard-version) from 7.1.0 to 8.0.1.
- [Release notes](https://github.com/conventional-changelog/standard-version/releases)
- [Changelog](https://github.com/conventional-changelog/standard-version/blob/master/CHANGELOG.md)
- [Commits](conventional-changelog/standard-version@v7.1.0...v8.0.1)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Reduce dependency on web audio (#190)

* Only create AudioContext when necessary

* Tweak npm version

* Rebuild dist files

* update documention cdn to use latest build

* fixed mistake

* fixed main and build

* "chore(release): 2.1.6"

* Update index.html

trying to get it to rebuild

Co-authored-by: Vladan Sarac <[email protected]>
Co-authored-by: jamesstaub <[email protected]>
Co-authored-by: Theis Bazin <[email protected]>
Co-authored-by: Andy Harman <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andy Harman <[email protected]>
  • Loading branch information
7 people authored Aug 29, 2020
1 parent 658bbbe commit 4e9574b
Show file tree
Hide file tree
Showing 30 changed files with 2,314 additions and 1,608 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,33 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [2.1.6](https://github.com/nexus-js/ui/compare/v2.1.5...v2.1.6) (2020-08-29)

### [2.1.5](https://github.com/nexus-js/ui/compare/v2.1.4...v2.1.5) (2020-07-26)

### [2.1.4](https://github.com/nexus-js/ui/compare/v2.1.3...v2.1.4) (2020-06-05)

### [2.1.3](https://github.com/nexus-js/ui/compare/v2.1.2...v2.1.3) (2020-05-17)


### Bug Fixes

* ([#138](https://github.com/nexus-js/ui/issues/138)) [#179](https://github.com/nexus-js/ui/issues/179) ([f08069c](https://github.com/nexus-js/ui/commit/f08069c1473b783dd802b1291cc02863e8b6a997))
* Nexus.tune.createScale() does not produce expected scale ([#138](https://github.com/nexus-js/ui/issues/138)) ([449fbd5](https://github.com/nexus-js/ui/commit/449fbd5be320bc63bd6f385b2fe6ee33b8a18d85))
* numberOfSliders does not change number of sliders for Multislider ([#161](https://github.com/nexus-js/ui/issues/161)) ([bdb3700](https://github.com/nexus-js/ui/commit/bdb370014a3a2d01f485adaa87632b38eb23dd92))

### [2.1.2](https://github.com/nexus-js/ui/compare/v2.1.1...v2.1.2) (2020-03-31)

### [2.1.1](https://github.com/nexus-js/ui/compare/v2.1.0...v2.1.1) (2020-03-31)

## [2.1.0](https://github.com/nexus-js/ui/compare/v2.0.13...v2.1.0) (2020-03-31)


### Features

* add padding to sequencer ([#150](https://github.com/nexus-js/ui/issues/150)) [#178](https://github.com/nexus-js/ui/issues/178) ([1672cc3](https://github.com/nexus-js/ui/commit/1672cc36c57cc2c2531c01121b0226a918473307))
* add padding to sequencer ([#150](https://github.com/nexus-js/ui/issues/150)) [#178](https://github.com/nexus-js/ui/issues/178) ([b50f1b6](https://github.com/nexus-js/ui/commit/b50f1b6940296befeb995364a6654c682fdb66e7))
* support for vertical orientation ([#115](https://github.com/nexus-js/ui/issues/115)) ([bb24906](https://github.com/nexus-js/ui/commit/bb24906be84e343fb1168c9cac1e893375670439))
* support for vertical orientation ([#115](https://github.com/nexus-js/ui/issues/115)) ([2dd86ad](https://github.com/nexus-js/ui/commit/2dd86ad45ba940483d018078a3b8283d5e916ae6))

### [2.0.13](https://github.com/nexus-js/ui/compare/v2.0.12...v2.0.13) (2020-03-17)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ For more info, see the [website](http://nexus-js.github.io/ui/).

For documentation and tutorials, see [the API](http://nexus-js.github.io/ui/api/).

Join us on our [Discord](https://discord.gg/gFMXnyK) to chat about NexusUI current and future developments.
Join us on our [Discord](https://discord.gg/gFMXnyK) to chat about NexusUI current and future developments. Also join us if you need help using any of the components.
Loading

0 comments on commit 4e9574b

Please sign in to comment.