|
d563aa65a3
|
refactor(events): rename all Ionic events to start with ion
BREAKING CHANGES:
Renamed all Ionic events to start with `ion`. The following events were
renamed:
- **Checkbox**
- `change` -> `ionChange`
- **DateTime**
- `change` -> `ionChange`
- `cancel` -> `ionCancel`
- **InfiniteScroll**
- `infinite` -> `ionInfinite`
- **Menu**
- `opening` -> `ionDrag`
- `opened` -> `ionOpen`
- `closed` -> `ionClose`
- **Option**
- `select` -> `ionSelect`
- **Picker**
- `change` -> `ionChange`
- **RadioButton**
- `select` -> `ionSelect`
- **RadioGroup**
- `change` -> `ionChange`
- **Refresher**
- `refresh` -> `ionRefresh`
- `pulling` -> `ionPull`
- `start` -> `ionStart`
- **Searchbar**
- `input` -> `ionInput`
- `blur` -> `ionBlur`
- `focus` -> `ionFocus`
- `cancel` -> `ionCancel`
- `clear` -> `ionClear`
- **Segment**
- `change` -> `ionChange`
- `select` -> `ionSelect`
- **Select**
- `change` -> `ionChange`
- `cancel` -> `ionCancel`
- **Slides**
- `willChange` -> `ionWillChange`
- `didChange` -> `ionDidChange`
- `move` -> `ionDrag`
- **TabButton**
- `select` -> `ionSelect`
- **Tab**
- `select` -> `ionSelect`
- **Tabs**
- `change` -> `ionChange`
- **Toggle**
- `change` -> `ionChange`
Closes #6568
|
2016-05-31 12:01:46 -04:00 |
|
|
4b36c3430d
|
chore(angular): update to angular 2.0.0-rc.1
|
2016-05-05 10:45:49 -07:00 |
|
|
a00fe76000
|
docs(demos): add action sheet interface to select demo
references driftyco/ionic-site/#568
|
2016-04-22 17:10:21 -04:00 |
|
|
1cdf10238f
|
docs(api demos): update api demos
|
2016-02-24 11:18:51 -05:00 |
|
|
d76e7bf9bd
|
chore(demos): fix select demo
|
2016-02-18 16:08:23 -06:00 |
|
|
9a4b6bb9b0
|
docs(demos): add demo for select
references driftyco/ionic-site#397
|
2016-02-05 14:43:19 -05:00 |
|