Skip to content

Commit

Permalink
Merge pull request #16 from Perkovec/dev
Browse files Browse the repository at this point in the history
Release v0.0.4
  • Loading branch information
Perkovec committed Mar 6, 2020
2 parents ee6b2de + 70c22c4 commit 70597d2
Show file tree
Hide file tree
Showing 26 changed files with 1,938 additions and 448 deletions.
16 changes: 16 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"extends": "airbnb",
"parser": "babel-eslint",
"rules": {
"import/prefer-default-export": "off",
"no-console": "off",
"no-param-reassign": [2, { "props": false }],
"no-underscore-dangle": "off",
"no-mixed-operators": "off",
"no-alert": "off",
"class-methods-use-this": "off"
},
"env": {
"browser": true
}
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.0.4] - 2020-03-07
### Added
- Added state managment library (Storeon)
- Added tooltips to tools items
- Added active state styles to tools items
### Changed
- Camera control now as tool

## [0.0.3] - 2020-02-08
### Added
- Added tools panel
Expand All @@ -14,6 +22,7 @@
## [0.0.1] - 2020-02-01
### Initial release

[0.0.4]: https://github.com/Perkovec/Vuxel/compare/v0.0.3...v0.0.4
[0.0.3]: https://github.com/Perkovec/Vuxel/compare/v0.0.2...v0.0.3
[0.0.2]: https://github.com/Perkovec/Vuxel/compare/v0.0.1...v0.0.2
[0.0.1]: https://github.com/Perkovec/Vuxel/releases/tag/v0.0.1

0 comments on commit 70597d2

Please sign in to comment.