Skip to content

Latest commit

 

History

History
225 lines (94 loc) · 6.91 KB

CHANGELOG.md

File metadata and controls

225 lines (94 loc) · 6.91 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.3.3 (2020-04-22)

Bug Fixes

  • improve deletion in natural mode (2dce31e), closes #85

2.3.2 (2020-04-17)

Bug Fixes

  • added the CurrencyMaskInputMode to the exports (95059e6)

2.3.1 (2020-04-15)

Bug Fixes

  • Build: Error on ngc build (83acabe)

2.3.0 (2020-04-15)

Bug Fixes

  • Ignore special characters when validating maxLength (0dec5e1)

Build System

  • deps-dev: bump codecov from 3.4.0 to 3.6.5 (3fcbd48)

Features

  • addNumber: Adds support for natural input mode (7a18ef6)
  • addNumber: Typing decimal or thousands advances cursor (975e782)

Tests

  • canInputMoreNumbers: Add unit test for maxLength validation (7bf990b)

2.2.4 (2020-04-15)

Bug Fixes

  • issue with drag and drop partial selections. (4f8044d)
  • issue with entering special characters. (b7b1c59)
  • readOnly issue (64e3d1d)

Build System

2.2.3 (2020-04-14)

Bug Fixes

  • Delete button not clearing the value entirely. (dfb7518)

2.2.2 (2020-01-24)

Features

  • applyMask: Adds support for min and max (6843124)

2.2.1 (2020-01-02)

Bug Fixes

  • remove copyfile script from release script (84ffbe9)

2.2.0 (2019-12-26)

Features

  • build: Install and setup ng-packagr (c718bae)
  • build: Remove unused NPM build scripts (bbf4d69)

2.0.2 (2019-11-26)

Bug Fixes

  • ignored align in global config (1af2dd1)

2.0.1 (2019-11-23)

Bug Fixes

  • applyMask: Apply mask was not considering precision (58fb5fd)

Tests

  • applyMask: Unit test to method applyMask (c3556b4)

1.5.2 (2019-03-27)

1.5.1 (2018-11-26)

Bug Fixes

  • README: Updated readme to use forRoot module configuration (48d8ed4)

1.5.0 (2018-09-11)

Bug Fixes

  • forRoot: Added forRoot to the module for proper default config (c46c1c1)

1.4.0 (2018-09-10)

Bug Fixes

  • backspace: Added functionality to move the cursor back when backspacing separators (d5b1273)
  • backspace: Added testing (900c67e)
  • backspace: Functionality for backspacing beginning number (edge case) (4e2128d)
  • lint (23b3d5d)

Features

  • suppoer persian and arabic number (e3f0ff6)
  • support persian and arabic number (28f720a)

1.3.0 (2018-09-10)

Bug Fixes

  • backspace: Added functionality to move the cursor back when backspacing separators (d5b1273)
  • backspace: Added testing (900c67e)
  • backspace: Functionality for backspacing beginning number (edge case) (4e2128d)
  • lint (23b3d5d)

Features

  • suppoer persian and arabic number (e3f0ff6)
  • support persian and arabic number (28f720a)

1.1.1 (2017-09-29)

Bug Fixes

Features

1.1.0 (2017-09-29)

Bug Fixes

  • Ctrl+A and arrow navigation in Firefox (af16b14)

Features