Skip to content

Latest commit

 

History

History
269 lines (124 loc) · 9.23 KB

CHANGELOG.md

File metadata and controls

269 lines (124 loc) · 9.23 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.10.0 (2022-04-08)

⚠ BREAKING CHANGES

  • CSS is now bundled with JS and does not have to be imported separately.
  • rxjs 6 is not supported anymore

Features

  • increase submenu opening delay (64c2656)
  • upgrade jest and rxjs (41c386f)

Bug Fixes

  • fix rxjs peer dep version (4c57509)

  • remove scss, use css variables and bundle css with js export (cec3474)

0.9.0 (2018-10-01)

Features

0.9.0-beta.1 (2018-09-26)

0.9.0-beta.0 (2018-08-24)

Bug Fixes

Features

  • 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)

Bug Fixes

  • fix rxjs peer dependency (1c7d72c)

0.8.0 (2018-04-28)

0.8.0-alpha.0 (2018-04-28)

Bug Fixes

  • 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)

Features

  • support for custom logger (7f79831)

0.7.1 (2017-08-02)

Bug Fixes

  • Fix inconsistent open notifications. (3838cc4)

0.7.0 (2017-08-02)

Features

  • Export timestamp with notifications. (3547121)
  • Rename notifications' center property to menuCenter. (e683d0f)

BREAKING CHANGES

  • Rename notifications' center property to menuCenter.

0.6.1 (2017-08-01)

Bug Fixes

  • Fix sub-menus positioning. (79fbf2f)

0.6.0 (2017-08-01)

Bug Fixes

  • 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)

Features

  • Addition of the notifySteps options. (8529971)

0.5.3 (2017-07-31)

Bug Fixes

  • Fix crash on tap/click. (19b9fd3), closes #1

0.5.2 (2017-07-29)

Bug Fixes

  • Fix DOM not being properly cleaned upon un-subscription of the observable. (bbffb8c)

0.5.1 (2017-07-28)

Bug Fixes

  • Fix stroke shimmering on safari. (f5e6ca1)

0.5.0 (2017-07-28)

Bug Fixes

  • Fix the beginning of expert strokes being lost. (dc86b34)
  • Make sure the stroke is cleared upon completion. (c4cbc9f)

Features

  • Draw stroke. (89e2b27)
  • Marking Menu's observable must now be subscribed to be effective. (cd486ad)

BREAKING CHANGES

  • Marking Menu's observable must now be subscribed to be effective and will be disabled once unsubscribed.

0.4.0 (2017-07-28)

Features

  • Expert / novice navigation mode switching. (048b439)
  • Gesture recognizer. (7cb9f96)

0.3.0 (2017-07-22)

Bug Fixes

  • Fix not working movements threshold. (0235558)
  • Fix the whole observables chain being subscribed twice. (6233adc)
  • Prevent default drag behavior. (8a10ae1)

Features

0.2.0 (2017-07-21)

Features

  • 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)

BREAKING CHANGES

  • Selection notifications do not directly gives the name of the selected item anymore but the corresponding model item.

0.1.1 (2017-07-20)

Bug Fixes

  • Fix missing distributed files. (d1f50da)

0.1.0 (2017-07-20)

Features

  • menu: Make the root document configurable. (5aa198a)
  • menu: Set active item by nearest angle. (e285594)
  • Selection notifications. (ff529f2)
  • Engine supporting 1-level Marking Menu. (39a04f1)
  • Menu Layout. (02f0b69)