Skip to content

Releases: loadingio/lddatetimepicker

0.0.13

07 Jan 04:55

Choose a tag to compare

  • support getting config by config call without parameter.

0.0.12

06 Jan 14:36

Choose a tag to compare

  • support config with time option

0.0.11

25 Jun 06:35

Choose a tag to compare

  • add config api
  • add suppress option

0.0.10

13 Mar 13:49

Choose a tag to compare

  • add a close button
  • upgrade dev dependencies

0.0.9

30 Jun 04:38

Choose a tag to compare

  • support zmgr for proper z-indexing

0.0.8

30 Jun 04:17

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

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

Choose a tag to compare

  • support change event when value changed.

0.0.4

23 Apr 10:28

Choose a tag to compare

  • update widget based on initial value of host if available

0.0.3

23 Apr 10:07

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.