Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 2.37 KB

Changelog.md

File metadata and controls

44 lines (37 loc) · 2.37 KB

Change Log

All notable changes to this project will be documented in this file. For transparency into release cycles and in striving to maintain backward compatibility, the project is maintained under the Semantic Versioning guidelines.

The below format is based on Keep a Changelog.

[Unreleased]

Added

  • enhancement - added autoSave config to close the picker after selection (4a8e091 ) closes #7

Changed

  • updated event emitter to NJ-Events
  • updated build process to gulp-better-rollup
  • setValue() method to accept object, instead of indivual key-value pair

Fixed

  • fix - After changing button text, ie: close: 'Cerrar', buttons become non-functional. (571724b) closes #8

[1.3.100] - 2019-11-16

Added

  • enhancement - auto fill value if the target element is an input (0d00cdd) closes #4
  • enhancement - picker texts can be configured by providing in the texts configuration (4409f99) closes #5
  • enhancement - added more variables for theming (4409f99)
  • zoom in animation when picker is shown (91641da)

Deprecated

  • headerText instead use texts to configure the header

[1.2.102] - 2019-11-07

Added

  • disabledHours and disabledMinutes config
  • headerText config

Fixed

  • An issue which returns || when save is pressed without selecting any values
  • fix - DIV renders at top of page, irregardless of page scrolling (81de097) closes #3

[1.1.100] - 2019-09-28

Added

  • Base component
  • Minutes configuration
  • set and get value methods

[0.0.100] - 2019-08-15

Added

  • Inital layout and configuration