Skip to content

Commit da7071d

Browse files
committed
Added changelog file
1 parent eb6c64b commit da7071d

1 file changed

Lines changed: 47 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
### Added
11+
12+
- A new `Power` component is available
13+
14+
### Changed
15+
16+
- The description of the knob is now shared to the children as a context
17+
- The center is now internally stored as a tuple `x, y`
18+
19+
## 1.2.0 - 2023-02-26
20+
21+
### Added
22+
23+
- Provide typescript version
24+
- Added `readOnly` property
25+
- Added `useMouseWheel` property
26+
- Added `tracking` property
27+
- Added `Range` component
28+
- Added `Spiral` component
29+
- Added `Text` component
30+
- Supports multiturn rotation
31+
- Supports anticlock wise geometry
32+
33+
### Changed
34+
35+
- Right mouse button is now used during the interaction to cancel it
36+
37+
## 1.0.3 - 2021-07-13
38+
39+
### Fixed
40+
41+
- Various bug fixes
42+
43+
## 1.0.0 - 2019-01-03
44+
45+
### Added
46+
47+
- Initial version

0 commit comments

Comments
 (0)