All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.10.0 (2022-04-08)
- CSS is now bundled with JS and does not have to be imported separately.
- rxjs 6 is not supported anymore
-
fix rxjs peer dep version (4c57509)
-
remove scss, use css variables and bundle css with js export (cec3474)
0.9.0 (2018-10-01)
- different feedback on cancel (#41) (81de0fb), closes #32
- expert to novice transition (#34) (51b3619)
0.9.0-beta.1 (2018-09-26)
0.9.0-beta.0 (2018-08-24)
- feedback on gestures upon selection (750ecbe), closes #2
- lower stroke shows pas movements under a menu (b204857)
0.8.2 (2018-06-29)
0.8.1 (2018-04-28)
- fix rxjs peer dependency (1c7d72c)
0.8.0 (2018-04-28)
0.8.0-alpha.0 (2018-04-28)
- fix broken css build due to differui/rollup-plugin-sass#42 (dbc7e56)
- make sure dwelling does not emit the last events on completion (149e26b)
- update to rxjs6 (2691aa5)
- support for custom logger (7f79831)
0.7.1 (2017-08-02)
- Fix inconsistent open notifications. (3838cc4)
0.7.0 (2017-08-02)
- Export timestamp with notifications. (3547121)
- Rename notifications'
center
property tomenuCenter
. (e683d0f)
- Rename notifications'
center
property tomenuCenter
.
0.6.1 (2017-08-01)
- Fix sub-menus positioning. (79fbf2f)
0.6.0 (2017-08-01)
- Fix duplication of the first stroke notification. (91fc285)
- Fix menu open notification(s) (a9ace25)
- Fix navigation start argument not being properly took into account. (b9a76eb)
- Fix various inconsistent type of notification. (ec46e68)
- Protect the model against mutations. (c988723)
- Addition of the notifySteps options. (8529971)
0.5.3 (2017-07-31)
0.5.2 (2017-07-29)
- Fix DOM not being properly cleaned upon un-subscription of the observable. (bbffb8c)
0.5.1 (2017-07-28)
- Fix stroke shimmering on safari. (f5e6ca1)
0.5.0 (2017-07-28)
- Fix the beginning of expert strokes being lost. (dc86b34)
- Make sure the stroke is cleared upon completion. (c4cbc9f)
- Marking Menu's observable must now be subscribed to be effective and will be disabled once unsubscribed.
0.4.0 (2017-07-28)
0.3.0 (2017-07-22)
- Fix not working movements threshold. (0235558)
- Fix the whole observables chain being subscribed twice. (6233adc)
- Prevent default drag behavior. (8a10ae1)
0.2.0 (2017-07-21)
- Selection notification now returns the item object. (f93aa91)
- engine: Introduce a minimum distance from the center to trigger a selection. (94bea34)
- model: Support for children of items. (2895f30)
- Support for multi-level marking menus. (3679393)
- Selection notifications do not directly gives the name of the selected item anymore but the corresponding model item.
0.1.1 (2017-07-20)
- Fix missing distributed files. (d1f50da)