Commit Graph

4400 Commits

Author SHA1 Message Date
Brandy Carney
061af93b3c fix(range): update the styling for all modes
references #5422
2016-05-31 16:11:47 -04:00
Brandy Carney
d24b080cb7 fix(range): fix styling on range, add demo
references #5422
2016-05-31 14:37:43 -04:00
Brandy Carney
f239b72be4 Merge branch '2.0' into ion-range 2016-05-31 13:42:11 -04:00
Brandy Carney
6bd91f02a3 fix(popover): position MD popover on top of element clicked
fixes #6683
2016-05-31 13:40:36 -04:00
Brandy Carney
c897c344cc Merge branch 'pr/6655' into 2.0 2016-05-31 12:27:27 -04:00
Brandy Carney
1b9fafeb49 test(slides): add test to toggle the last slide with ngIf
references #6651
2016-05-31 12:26:56 -04: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
Brandy Carney
af6d5e4be4 feat(range): add md and wp styling, tweak ios styling
references #5422
2016-05-27 18:37:32 -04:00
Dan Bucholtz
f6f16340e2 refactor(nav-controller): add data property to the leaving opts so it's accessible to transition w
add data property to the leaving opts so it's accessible to transition when exiting
2016-05-27 14:19:15 -05:00
Dan Bucholtz
4b4092b25e refactor(popover): change call to willEnter to fireWillEnter to match view-controller changes, fix l
change call to willEnter to fireWillEnter to match view-controller changes, fix linting error
2016-05-27 14:01:26 -05:00
Dan Bucholtz
dfa991d409 Feature/observable ext (#6670)
* refactor(nav-controller): refactor to better support dynamic component loading
2016-05-27 13:49:37 -05:00
Adam Bradley
2c6e11b10d feat(range): create ion-range input 2016-05-27 13:20:36 -05:00
Brandy Carney
4ba999e6a4 fix(input): fix the clear input placement on wp mode
references #6514
2016-05-27 14:11:48 -04:00
Brandy Carney
1d2a0b9eea Merge branch 'popover' into 2.0 2016-05-27 12:58:42 -04:00
Brandy Carney
44a7da8adc feat(popover): change MD animation and use for WP also
references #5420
2016-05-27 12:46:33 -04:00
Brandy Carney
c944ffd4d7 chore(sass): fix linter errors 2016-05-27 11:40:26 -04:00
Brandy Carney
3849c11347 Merge branch '2.0' into popover 2016-05-27 11:35:46 -04:00
Brandy Carney
e419ec61d2 feat(popover): fix MD animations and start from the right side
references #5420
2016-05-27 11:35:41 -04:00
Ankush Aggarwal
24b7b8f356 docs(scroll): correct typo (#6673) 2016-05-26 20:06:56 -05:00
Brandy Carney
60f02ce04d chore(sass): fix linter errors 2016-05-26 13:42:33 -04:00
Brandy Carney
c784e08e98 Merge branch '2.0' into popover 2016-05-26 13:30:15 -04:00
Brandy Carney
1d0d755214 feat(popover): add MD animation
references #5420
2016-05-26 13:29:57 -04:00
Justin Willis
5aff985750 docs(actionsheet): link direct to correct section 2016-05-26 11:54:30 -05:00
perry
e16932f29a chore(dgeni): add advanced section to docs. 2016-05-26 11:06:45 -05:00
Justin Willis
7ec721e19f docs(actionsheet): document the icon property 2016-05-26 10:20:35 -05:00
Brandy Carney
d037603016 Merge pull request #6652 from remithomas/2.0
Update docs Sqlstorage
2016-05-26 10:58:58 -04:00
Brandy Carney
1e7b57257c feat(popover): adjust popover to position in the center with no event
references #5420
2016-05-25 17:56:00 -04:00
Brandy Carney
6d9a2a0f03 Merge pull request #6607 from keithdmoore/patch-1
[docs] Correct sentence related to the ngModel sets the value
2016-05-25 17:26:42 -04:00
Brandy Carney
c4429ba6e5 Merge pull request #6646 from matheo/patch-1
docs(label): minor link fix
2016-05-25 17:25:15 -04:00
Brandy Carney
ec540c4a3a Merge branch '2.0' into popover 2016-05-25 17:21:46 -04:00
Brandy Carney
438a389ef8 feat(popover): position popover in the top middle if no event
add API docs for popover.

references #5420
2016-05-25 17:06:24 -04:00
Daniel Imhoff
759994a4fd chore(lint): use common tslint-ionic-rules package for TSLint rules (#6644) 2016-05-25 14:45:16 -05:00
Brandy Carney
620b7c86b0 feat(popover): add height auto for safari and remove ability to scroll on backdrop
references #5420
2016-05-25 14:55:41 -04:00
Zachary Keeton
dbe54b503d fix(slides): Removing a slide via *ngIf now properly removes the slide and the bullet from the pager. (closes #6651) 2016-05-25 12:16:21 -04:00
Brandy Carney
4db72cfc2c feat(popover): fix long popovers that go off the page
Allow popovers to be of dynamic height and only cut them off when they
exceed the height of the body. Clean up styles for each mode.

references #5420
2016-05-25 12:12:18 -04:00
Justin Willis
a51fbc5b0f chore(fab): document fab-fixed attribute 2016-05-25 10:29:43 -05:00
remithomas
0ba5df1865 Update docs Sqlstorage (clear function) 2016-05-25 10:41:05 -04:00
remithomas
57f39e17a4 Update docs Sqlstorage
Update doc for clear function.
2016-05-25 10:38:29 -04:00
Mateo Tibaquirá
3aead07d0d docs(label): minor link fix 2016-05-24 17:01:55 -05:00
Brandy Carney
57a1274b6c feat(popover): modify the animation for each mode
add another wrapper div to fix the arrow not animating at the same time.

references #5420
2016-05-24 16:00:23 -04:00
Brandy Carney
ff1680c26f docs(popover): update config docs to include popover transitions
fix demos so the dot ripple displays correctly

references #5420
2016-05-24 14:13:09 -04:00
Brandy Carney
14f6d25ae2 Merge branch '2.0' into popover 2016-05-24 14:08:34 -04:00
Brandy Carney
04a59d27a2 docs(demos): add popover API demo, tweak e2e demo
references #5420
2016-05-24 14:07:03 -04:00
Brandy Carney
b0d71daf4e feat(popover): change popover item background color to match wrapper
updated e2e test and added a test to open the popover

references #5420
2016-05-24 13:34:22 -04:00
Brandy Carney
1373108f51 style(popover): fix linter errors for sass and ts
references #5420
2016-05-24 11:11:40 -04:00
Adam Bradley
ae4d7a2f1d docs(datetime): fix hourValues description 2016-05-24 09:00:59 -05:00
Brandy Carney
2cd1b51628 feat(popover): position the popover on transition instead of create
references #5420
2016-05-23 16:34:57 -04:00
Brandy Carney
a96e36aa0e feat(popover): change template in popover to a page similar to modal
add ability to pass event in the transition, so on present of the
popover, clean up the positioning

references #5420
2016-05-23 14:15:17 -04:00
Brandy Carney
53fd3c3973 feat(popover): add popover component
references #5420
2016-05-23 10:54:14 -04:00
Keith D. Moore
dc0a8f2f30 Correct sentence related to the ngModel sets the value 2016-05-21 17:05:53 -05:00