Brandy Carney
|
5f35c043f2
|
test(menu): add e2e test to open right menu
|
2016-06-02 13:16:45 -04:00 |
|
Adam Bradley
|
8a920a24a5
|
Merge branch 'bootstrap-refactor' into 2.0
|
2016-05-31 15:50:21 -05:00 |
|
Adam Bradley
|
6e9087534d
|
test(bootstrap): update to use ionicBootstrap
|
2016-05-31 15:49:12 -05:00 |
|
Brandy Carney
|
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 |
|
Adam Bradley
|
f18a62485d
|
fix(menu): fix swipe to go back and left menu conflict
Closes #5575
|
2016-05-19 23:11:36 -05:00 |
|
Josh Thomas
|
c8f760f080
|
chore(build): rename ionic directory to src and update all references in the build process.
|
2016-05-19 13:22:40 -05:00 |
|