Skip to content

Releases: loadingio/lddatetimepicker

0.0.11

25 Jun 06:35
Compare
Choose a tag to compare
  • add config api
  • add suppress option

0.0.10

13 Mar 13:49
Compare
Choose a tag to compare
  • add a close button
  • upgrade dev dependencies

0.0.9

30 Jun 04:38
Compare
Choose a tag to compare
  • support zmgr for proper z-indexing

0.0.8

30 Jun 04:17
Compare
Choose a tag to compare
  • proper handle invalid input
  • add mode with following mode supported:
    • in-place: default value. widget is inserted after host.
    • out-place: widget is inserted under document.body.
    • fixed: widget is inserted under document.body, with fixed position style.
  • support container option for customized modal window.

0.0.6

21 May 16:39
Compare
Choose a tag to compare
  • even if count-scroll = false we should still consider scroll position to keep picker in viewport as possible.

0.0.5

23 Apr 10:42
Compare
Choose a tag to compare
  • support change event when value changed.

0.0.4

23 Apr 10:28
Compare
Choose a tag to compare
  • update widget based on initial value of host if available

0.0.3

23 Apr 10:07
Compare
Choose a tag to compare
  • add isOn API for checking if dialog is active or not
  • handle key event only if dialog is on
  • separate toggling code into standalone toggle api
  • show local timezone offset in host
  • update ui also when hour / minute change
  • fix bug: hour / minute don't work
  • support enter / escape to close
  • let dialog be mutual exclusive
  • fix bug: incorrect position when scrolling if scroll element is outside the absolute / relative positioned element.

0.0.2

23 Apr 08:42
Compare
Choose a tag to compare
  • tweak layout
  • add simple theme

0.0.1

30 Mar 08:43
Compare
Choose a tag to compare
  • init release