Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Latest commit

 

History

History
94 lines (70 loc) · 3.02 KB

CHANGELOG.md

File metadata and controls

94 lines (70 loc) · 3.02 KB

Change Log

[2.1.3]

changed

  • feature: can set cssClass PR#98

[2.1.2]

changed

  • fix style issue: the content text doesn't align with datetime component issue#67

[2.1.1]

added

  • add an additional reset button issue#41

[2.1.0]

changed

[2.0.3]

changed

  • fix critiical issue that can't load html template issue#56

[2.0.2]

changed

  • fix bug that can't present the picker correctly when there is large amount of data, ref to issue#50

added

  • support placeholder

[2.0.1]

changed

  • fix bug that can't establish correct sequence between columns, ref to issue#51

[2.0.0]

changed

  • Update to ionic 3.0.1

[1.2.0]

Changed

  • Update to ionic 2.2.0
  • Update package.json

[1.1.5]

Changed

  • Update to ionic 2.0.1

[1.1.4]

Changed

  • Update to ionic 2.0.0-rc5

[1.1.3]

Fixed

[1.1.2]

Changed

  • Migrate to ionic 2.0.0-rc4
  • Explicitly export MultiPickerModule, ref to issue#30

[1.1.1]

Changed

  • The separator will separate not only the values from each column, but also the texts, ref to issue #28
  • When change the parent column, previously the multi picker will always reset the selcted index of child columns to 0, but now it will keep the selected index. If the selected index is less than the length of column options, then it remains; Otherwise, it will be set to length - 1, select the last option. Ref to issue #27

[1.1.0]

Changed

  • To improve the performance of dependent picker, the multi picker will generate picker columns dynamically at run time

Added

  • Expose columnWidth, allow to configure column width manually

[1.0.9]

Added

  • Allow to customize separator between values from different columns, ref to issue #17
  • Allow to specify the parent column for dependent picker, ref to pr #19

[1.0.8]

Added

  • Migrate to ionic 2.0.0-rc3

[1.0.7]

Removed

  • remove console info

[1.0.6]

Added

  • Migrate to inonic 2.0.0-rc2
  • Support binding enum to ngModel, please refer to fruit picker

Removed

  • Remove city picker. it's a bad use case, column with too many options will cause performance issuses on mobile devices