Commit Graph

21 Commits

Author SHA1 Message Date
Brandy Carney
712ff81fb5 feat(list): add list headers and item dividers as items
- `ion-list-header` and `ion-item-divider` now take advantage of the
same content projection as the `ion-item`
- they are still styled as list headers and item dividers
- added docs and demos on this addition

closes #5561
2016-06-22 13:01:55 -04:00
Adam Bradley
060d064325 Merge branch '2.0' into layout-refactor
# Conflicts:
#	src/components/tabs/test/advanced/index.ts
2016-06-21 11:37:47 -05:00
Manu Mtz.-Almeida
2bff535e7b fix(tabs): swipeBackEnabled works with tabs as expected 2016-06-21 10:56:30 -05:00
Brandy Carney
8fb4563527 test(all): fix all e2e tests to include an ion-nav 2016-06-17 22:05:24 -04:00
Adam Bradley
1a8f6d745d test(header): update header markup 2016-06-17 11:43:30 -05:00
Brandy Carney
f8d1103eca docs(input): add clear input example to demo and update doc to reflect
closes driftyco/ionic-site#618
2016-06-02 15:35:05 -04:00
Adam Bradley
11448dcd0c chore(tslint): fix noImplicitAny errors 2016-05-31 21:07:17 -05:00
Adam Bradley
03f4511635 chore(tslint): fix noImplicitAny errors 2016-05-31 18:40:29 -05:00
Adam Bradley
6e9087534d test(bootstrap): update to use ionicBootstrap 2016-05-31 15:49:12 -05:00
Adam Bradley
73635f3939 refactor(bootstrap): use ionicBootstrap() to bootstrap
BREAKING CHANGES:

- Ionic's custom decorators have been removed.
- `@App` and `@Page` should be replaced with `@Component`.
- `IonicApp` has been renamed to `App`.
- `ionicBootstrap` is required to bootstrap the app.
- Config is now the 3rd parameter in `ionicBootstrap(rootComponent,
providers, config)`.
- Property `prodMode` is now a config option, enabling or disabling
production mode.
2016-05-31 15:42:06 -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
7c0fe93061 test(input): add select to the form input test 2016-05-21 13:27:31 -04:00
Brandy Carney
0073e5bc27 chore(tslint): fix linter rerror 2016-05-21 13:12:32 -04:00
Brandy Carney
6180cb83ab fix(input): pass the control classes down to the native input
this is to make the native input, ion-input and item all have the same
classes for the control

references #6040
2016-05-21 13:08:38 -04:00
Brandy Carney
702a88225b fix(input): fix material design success/error highlighting on inputs
references #6040
references #5052
2016-05-21 12:52:17 -04:00
Brandy Carney
5498a36a86 fix(input): add form validation classes to the item
references #6040
2016-05-21 12:32:11 -04:00
Brandy Carney
b742e1f0da fix(label): make all ion-labels stacked or floating stretch
closes #6134
2016-05-19 19:32:18 -04:00
Josh Thomas
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
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
Andrew
9039297110 rename src to ionic 2015-04-25 10:59:09 -05:00
Max Lynch
ca8c39179b Input stuff 2015-04-24 14:31:51 -05:00