Ion2 Calendar Versions Save

📅 A date picker components for ionic2 /ionic3 / ionic4

v2.0.0-beta.7

6 years ago

TODO

2.0.0-beta.6

6 years ago

2.0.0-beta.5

6 years ago

npm install [email protected] --save

this.calendarCtrl.openCalendar({
      from: new Date(2017,1,1),
      ...
-     isRadio: fasle,
+     pickMode: 'range', // 'multi', 'range', 'single'

-     disableWeekdays: [0, 6],
+     disableWeeks: [0, 6],

-     weekStartDay: 1,
+     weekStart: 1,

-    weekdaysTitle: "Di_Lu_Ma_Me_Je_Ve_Sa".split("_"),
+    weekdays: "Di_Lu_Ma_Me_Je_Ve_Sa".split("_"),

-     monthTitle: 'MMM yyyy',
+     monthFormat: 'MMM yyyy',
      ...
    })

Feature:

  1. multi select date #51
  2. #7

Fix: #35 #52

2.0.0-beta.3

6 years ago

run npm install ion2-calendar@beta --save

this.calendarCtrl.openCalendar({
      from: new Date(2017,1,1),
      ...
+    autoDone: false, // is auto done
+    closeLabel: 'close',
+    closeIcon: false, // is display close icon
+    doneLabel: 'done',
+    doneIcon: false,  // is display done icon
+    color: 'primary' // 'primary' | 'secondary' | 'danger' | 'light' | 'dark'
      ...
    })

2.0.0-beta.2

6 years ago

1.1.0-beta.1

7 years ago

Add:

  1. isSaveHistory Options. (#12)
  2. setHistory , getHistory, removeHistory API
  3. countNextMonths Options. (#16)

Improvements:

  1. scrolled to the top for load more
  2. better style
qq20170512-225227 2x

v1.0.7

7 years ago

v1.0.6

7 years ago

v1.0.4

7 years ago