Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 2.99 KB

CHANGELOG.md

File metadata and controls

57 lines (41 loc) · 2.99 KB

2.0.3 (2017-11-05)

Bug fixes

  • Number input: Prefilled values formatted. Decimals attribute changed number of decimals for all number inputs. Validation fixed.

2.0.2 (2017-09-19)

Closed issues

  • Paste OrgNr and SSN in IE11: Always showing as invalid in IE11 when pasting a value. (2)

Bug fixes

  • OrgNr input: Was not validating when passing a value in IE11.
  • SSN input: Was not validating when passing a value in IE11.
  • Number input: It was possible to enter more than allowed decimals in IE11.

2.0.1 (2017-08-31)

Bug fixes

  • Number input: Input number without the "min" attribute didn't allow negative values.

2.0.0 (2017-08-31)

Features

  • Number input: Input numbers allow negative values.
  • Number input: Input numbers can have a minimum allowed value by setting attribute "min".

1.1.0 (2017-07-01)

Features

  • Time input: Using native time input if available, otherwise fallback to validation and autocomplete.
  • Number input: Input numbers with thousand separator and select number of decimals.

1.0.1 (2017-05-15)

Closed issues

  • stricdi: Not working with strictdi. (1)

1.0.0 (2017-04-09)

Features

  • OrgNr input: Adding dash if missing when orgnr is 10 or 12 characters and valid. (f35b5c0)

0.2.0 (2017-03-19)

Features

  • SSN input: Adding dash if missing when entering last character in ssn. (5003442)
  • OrgNr input: Formatting pasted text in organization number. (8310e5010)
  • Examples page: Fork me on Github ribbon added. Updated Angular version. (f0e5d67) (798d992)
  • Npm info: Updated information to npm with description, keywords, peer dependencies, license and links. (2241235) (d8898fc)