025c5cc646
fix(components): add a mode agnostic css class ( #9133 )
...
Fixes #8545
2016-11-14 13:50:01 -05:00
ff1f340285
test(assert): adds new debugging assert() util
...
improves removing of console.debug statements
fixes #8483
2016-10-18 09:10:00 -05:00
f34d0c298e
refactor(css): appearance mixin ( #8212 )
2016-10-06 16:18:00 -04:00
dbfc183cac
docs(): update docs
2016-09-26 21:11:54 -04:00
83d973b1a8
chore(demos): change dgeni path for demos
...
change dgeni path for demos
2016-09-20 15:20:04 -05:00
7b443dea4c
chore(slides): swiper updates
2016-09-13 17:14:28 -05:00
16df3a4aab
refactor(css): update theme imports
2016-09-13 16:57:32 -05:00
d7be8a80c0
test(ngmodule): update to ngmodule
2016-09-13 15:44:02 -05:00
938864e8d0
refactor(button): add ion-button attribute and icon attributes to style buttons
...
BREAKING CHANGES:
- `<button>` becomes `<button ion-button>`
- `<a button>` becomes `<a ion-button>`
- `<button ion-item>` does not get the `ion-button` attribute
- Buttons inside of `<ion-item-options>` do get the `ion-button`
attribute
- Removed the `category` attribute, this should be passed in
`ion-button` instead.
- Button attributes added for icons in buttons: `icon-only`,
`icon-left`, and `icon-right`
closes #7466
2016-08-16 17:11:02 -04:00
3c493652b2
test(): update to public navCtrl convention
2016-08-04 13:50:15 -05:00
c9c46dfb0c
docs(slides): typo fix ( #7465 )
2016-07-29 09:32:07 -05:00
f3eb5fd3f2
docs(optional): add syntax to flag params as optional
2016-07-25 11:45:32 -05:00
ac8e4dce06
style(all): tslinter warnings
2016-07-19 13:31:46 -07:00
4f52135c13
Revert "Revert "Merge branch 'master' of https://github.com/driftyco/ionic ""
...
This reverts commit 4a6086c1f8e756b86460697f685af0c8f81e3019.
2016-07-18 19:40:03 -05:00
4a6086c1f8
Revert "Merge branch 'master' of https://github.com/driftyco/ionic "
...
This reverts commit 8945bf906d68d469e4653a9db2f564bc588eb0d6, reversing
changes made to f4fac225fa3a9151565a1e3c3ccb334405b6a57f.
2016-07-18 19:24:56 -05:00
0386476879
test(nav): clean up NavController tests
2016-07-15 15:55:49 -05:00
9f19023cb9
feat(gesture): Introducing new gesture controller
2016-07-13 22:11:38 +02:00
580b8d5f0b
fix(slides): delay loading slides until view ready
...
Closes #7089
2016-07-06 10:47:12 -05:00
d8782df933
chore(): remove old deprecated warnings
2016-07-01 01:11:45 -05:00
c7fa9490bf
style(imports): add spaces in imports
2016-06-22 14:29:27 -05:00
1a8f6d745d
test(header): update header markup
2016-06-17 11:43:30 -05:00
d13fa4e2cf
refactor(structure): allow content to scroll under headers/footers
2016-06-16 11:28:02 -05:00
11448dcd0c
chore(tslint): fix noImplicitAny errors
2016-05-31 21:07:17 -05:00
5117660f2e
Merge pull request #6596 from rapropos/implicitany
...
type return for Swiper slide functions
2016-05-31 18:03:15 -04:00
8a920a24a5
Merge branch 'bootstrap-refactor' into 2.0
2016-05-31 15:50:21 -05:00
6e9087534d
test(bootstrap): update to use ionicBootstrap
2016-05-31 15:49:12 -05:00
94e938d6b3
docs(bootstrap): update to use ionicBootstrap
2016-05-31 15:47:16 -05:00
c897c344cc
Merge branch 'pr/6655' into 2.0
2016-05-31 12:27:27 -04:00
1b9fafeb49
test(slides): add test to toggle the last slide with ngIf
...
references #6651
2016-05-31 12:26:56 -04:00
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
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
f731fad9d4
type return for Swiper slide functions
2016-05-20 12:22:27 -07:00
2b836a930f
chore(tests): correct components to use src path instead of ionic to ensure karma tests pass.
2016-05-19 16:58:08 -05:00
c8f760f080
chore(build): rename ionic directory to src and update all references in the build process.
2016-05-19 13:22:40 -05:00