Skip to content

Releases: leifoolsen/mdl-ext

v0.13.7

16 Oct 20:46
Compare
Choose a tag to compare

<a name"0.13.7">

0.13.7 (2016-10-16)

Bug Fixes

  • menu-button: implemented drag events: begindrag, drag, enddrag (e7e05fdf)

v0.13.6

16 Oct 20:39
Compare
Choose a tag to compare

<a name"0.13.6">

0.13.6 (2016-10-16)

Bug Fixes

  • menu-button: implemented drag events: begindrag, drag, enddrag (1f2d1429, closes #81)

v0.13.5

15 Oct 13:18
Compare
Choose a tag to compare

<a name"0.13.5">

0.13.5 (2016-10-15)

Bug Fixes

  • color-themes: menu-button menu must have color theme class to reflect the given color theme (b4e4942f)

v0.13.4

15 Oct 13:02
Compare
Choose a tag to compare

<a name"0.13.4">

0.13.4 (2016-10-15)

Bug Fixes

  • menu-button: menu should close when user taps outside the menu rect (accda798, closes #81)

v0.13.3

15 Oct 12:44
Compare
Choose a tag to compare

<a name"0.13.3">

0.13.3 (2016-10-15)

Bug Fixes

  • menu-button: menu should close when user taps outside the menu rect, WIP (5d248865)

v0.13.2

14 Oct 02:56
Compare
Choose a tag to compare

<a name"0.13.2">

0.13.2 (2016-10-14)

Bug Fixes

v0.13.1

14 Oct 01:48
Compare
Choose a tag to compare

<a name"0.13.1">

0.13.1 (2016-10-14)

Bug Fixes

v0.13.0

30 Sep 06:42
Compare
Choose a tag to compare

<a name"0.13.0">

0.13.0 (2016-09-30)

Features

  • color-themes:
    • Added accordion to color themes (09f2907a, closes #76)
    • Accordion added to color themes (341e9d99, closes #76)

v0.11.0

21 Aug 21:57
Compare
Choose a tag to compare

<a name"0.11.0">

0.11.0 (2016-08-21)

Features

  • resize-observer: Added constraint to observe target parameter: target must be an HTMLElement (3caf5d0e)
  • throttled-event-listener: Added a throttled event listener, using rAF, for events that can fir (b613f033)
  • throttled-function: Implemented a wrapper using requestAnimationFrame to throttle e.g. event c (311891d0)

v0.10.0

21 Aug 10:43
Compare
Choose a tag to compare

<a name"0.10.0">

0.10.0 (2016-08-21)

Features

  • resize-observer: Implement ResizeObserver api (3634685a)