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
d13fa4e2cf
refactor(structure): allow content to scroll under headers/footers
2016-06-16 11:28:02 -05:00
Brandy Carney
fef6a5fa43
Merge branch '2.0' into refactor/searchbar
2016-06-14 14:14:49 -04:00
Brandy Carney
9a9aa5e018
refactor(searchbar): improve searchbar animation on ios, remove unused code
...
references #6023
2016-06-14 14:14:35 -04:00
Dan Bucholtz
b20647c16e
refactor(click-block): reversing previous change, making getBoolean use fallback of true
...
reversing previous change, making getBoolean use fallback of true
2016-06-13 15:53:51 -05:00
Dan Bucholtz
d7cdba82db
refactor(click-block): update to config for click-block
...
update to config for click-block
2016-06-13 15:28:32 -05:00
Adam Bradley
a93636332f
chore(router-deprecated): remove router-deprecated references
2016-06-10 16:13:34 -05:00
Dan Bucholtz
761a1f6245
fix(click-block): click block is now showing on all screns. It wasn't previously on Android and des ( #6846 )
...
click block is now showing on all screns. It wasn't previously on Android and desktop
2016-06-10 12:32:56 -05:00
mhartington
b266e9f66e
docs(): update docs
2016-06-09 12:50:00 -04:00
Adam Bradley
c1d09dd6b2
refactor(nav): replace DynamicComponentLoader w/ ComponentFactory
2016-06-08 16:42:23 -05:00
mhartington
46f6ee8428
doc(bootstrap): update usage
2016-06-08 17:20:10 -04:00
mhartington
8836ae060d
doc(bootstrap): update docs
2016-06-08 17:08:23 -04:00
mhartington
d3f0aec554
doc(bootstrap): update docs
2016-06-08 17:04:49 -04:00
mhartington
e03bb31cfb
docs(bootstrap): update usage example
2016-06-08 17:03:44 -04:00
Adam Bradley
5d873ff7f6
feat(item-sliding): two-way item sliding gestures
2016-06-08 12:31:02 -05:00
mhartington
6f8f2ab83f
docs(ionicBoostrap): add docs
2016-06-08 11:42:12 -04:00
Dan Bucholtz
9b78aeba77
fix(click-block): fix for the click block logic
...
fix for the click block logic
2016-06-08 10:27:56 -05:00
Manu Mtz.-Almeida
c28aa53478
feat(item): two-way sliding of items
...
closes #5073
2016-06-07 01:43:03 +02:00
Manu Mtz.-Almeida
a1a582b7a1
fix(ion-backdrop): new ion-backdrop can prevent background scrolling
...
closes #6656
2016-06-02 17:09:44 +02:00
Adam Bradley
908fa03174
fix(transition): reduce transition delay on MD
2016-06-02 08:31:48 -05:00
Brandy Carney
7def98c620
fix(config): set the properties for each mode and add defaults
...
closes #6132
2016-06-01 18:16:12 -04:00
Brandy Carney
c74b3f7422
fix(config): pass custom providers in the bootstrap of the app
...
references #6685
2016-06-01 17:15:39 -04:00
Adam Bradley
f4f6f7b2b8
chore(NavRegistry): update to work with ionicBootstrap
2016-05-31 21:21:07 -05:00
Adam Bradley
03f4511635
chore(tslint): fix noImplicitAny errors
2016-05-31 18:40:29 -05:00
Adam Bradley
f14e2dc04b
chore(): fix conflicts
...
# Conflicts:
# src/config/bootstrap.ts
2016-05-31 18:13:33 -05:00
Adam Bradley
9cc127dc1c
chore(tabs): update subpages to work w/ @Component
2016-05-31 18:12:38 -05:00
Brandy Carney
d7a6980112
chore: fix linter errororororors
2016-05-31 18:51:21 -04:00
Brandy Carney
e9d0c4569f
Merge branch 'ion-range' into 2.0
2016-05-31 18:47:58 -04:00
Adam Bradley
5f8b0130cb
chore(TapClick): update TapClick to work w/ ionicBootstrap
2016-05-31 17:38:44 -05:00
Adam Bradley
94e938d6b3
docs(bootstrap): update to use ionicBootstrap
2016-05-31 15:47:16 -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
Adam Bradley
2c6e11b10d
feat(range): create ion-range input
2016-05-27 13:20:36 -05: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
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
1373108f51
style(popover): fix linter errors for sass and ts
...
references #5420
2016-05-24 11:11:40 -04:00
Brandy Carney
53fd3c3973
feat(popover): add popover component
...
references #5420
2016-05-23 10:54:14 -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
1e1b2481b3
Some form stuff
2015-04-24 13:32:32 -05:00
Max Lynch
32befad143
Added property class feature to IonicComponent
2015-04-24 11:03:01 -05:00
Adam Bradley
f34d314ae2
tab bar icons
2015-04-22 16:04:42 -05:00
Adam Bradley
adeaf4d464
using material design term instead of android
2015-04-10 16:05:35 -05:00
Andrew
e2955ff28d
add a left sidemenu to tabs example
2015-04-02 16:48:04 -06:00
Andrew
4699ef5ff8
back-button: use updated config
2015-03-31 12:27:34 -06:00
Andrew
4ba305305f
new config, aside config
2015-03-31 11:36:21 -06:00
Andrew
54d3418d50
add back button platform config
2015-03-31 10:44:31 -06:00
Andrew
bedbe8b489
make tests work
2015-03-30 08:09:09 -06:00
Andrew
042c567a50
e2e: make examples build per-platform
2015-03-27 15:27:09 -06:00
Andrew
18d82fb50d
change all paths to use ionic2/
2015-03-27 11:52:38 -06:00