67 Commits

Author SHA1 Message Date
7263728da1 fix(slides): add id to the slide component to grab the correct pagination
fixes #5745 references #5508
2016-04-18 13:43:53 -04:00
acc6321d0d chore: add ViewEncapsulation.None to components
Closes #5884
2016-04-10 20:38:04 -05:00
4e8ecae83c chore: add ChangeDetectionStrategy.OnPush strategy
Close #5885
2016-04-10 00:28:50 -05:00
6f3b9bef82 style(tslint): tslint updates 2016-04-06 21:28:52 -05:00
f33a4530cd docs(slides): remove inputs from sildes
fixes #5714
2016-03-04 10:58:16 -05:00
26c616bc20 derp: the inputs still get read from the input property 2016-02-18 12:22:04 -05:00
d21ae88018 refactor(slides): remove the attributes from the slider and use options to pass them instead
also commented out some attributes that aren’t working right now.

BREAKING CHANGES: Slider attributes have been removed in favor of
passing them in options

references #5189
2016-02-18 12:18:13 -05:00
148b3685f3 test(slides): add test for slides and remove the second parameter on the move event
references #5379
2016-02-17 15:34:28 -05:00
aee817c749 Merge branch '2.0' into pr/5379
# Conflicts:
#	ionic/components/slides/slides.ts
2016-02-17 15:30:13 -05:00
736140ccad feat(slides): add slideChangeStart event output
Didn’t add any event for `slideChangeEnd` because this already exists
as `change`.

closes #5301
2016-02-13 14:13:59 -05:00
5941042a98 chore() normalize types in docs 2016-02-12 15:51:28 -05:00
6311e7e3f1 docs(slides): update inputs/outputs 2016-02-10 13:21:57 -05:00
7c10c4dd42 chore(): update modal tests 2016-02-10 01:56:51 -06:00
daceb9810c feat(slides): Added move event onSlideMove 2016-02-10 10:52:55 +11:00
5ac1cf9048 docs(demos): fix item sliding demo and add the slides demo to the slide doc
references driftyco/ionic-site#397
2016-02-05 19:54:42 -05:00
633c11a742 chore(slides): remove slideChanged deprecated warning 2016-02-04 09:49:00 -06:00
155a43d770 chore(): fix typescript error 2016-02-03 19:41:23 -06:00
7e06e6c563 docs(slides,page): update docs 2016-02-03 11:46:46 -05:00
de952e3cbb chore(): change source code console.log to console.debug 2016-02-02 16:41:35 -06:00
35cb112e85 docs(slides, slide): update doc 2016-02-02 14:51:23 -05:00
de9a986236 fix(slides): convert loop attribute to a boolean and index to a number before passing to slides
Not sure I like the index attribute though.

Fixes #5189
2016-01-25 18:00:44 -05:00
ee566ae387 chore(): remove debugger 2016-01-19 14:53:09 -06:00
5cdb93f224 chore(): create d.ts for Swiper 2016-01-19 14:45:51 -06:00
02644dc4d8 Merge pull request #5087 from 3dd13/add-timeout-before-init-swiper
fix(slides): wrap swiper init code in set timeout
2016-01-19 08:57:10 -06:00
07953672f5 add more types to function parameters and return type 2016-01-19 16:44:46 +08:00
2fc07375a7 wrap swiper init code in set timeout 2016-01-19 11:20:42 +08:00
b5d8a1de70 chore(): remove use of host: {inputs: []} 2016-01-14 21:14:23 -06:00
fdbd0f5f67 chore(): fix some Slides type errors 2016-01-12 16:59:07 -06:00
88aad3f880 refactor(decorators): remove ConfigComponent 2016-01-11 22:51:54 -06:00
344619d7d7 docs(demos/slides): link to api demos 2015-12-18 14:05:05 -06:00
1961b0d211 fix(slides): change event emitter from next to emit
Next is apparently deprecated.
2015-12-16 15:43:59 -05:00
3e5d360ebf fix(slides): change slideChanged to change and add warning
closes #759
2015-12-16 14:36:13 -05:00
5d6d9b9610 chore(upgrad): ng alpha52 and case-sensitive templates 2015-12-10 22:52:55 -06:00
d464d5cb1c remove angular2/angular2 imports 2015-12-10 16:41:57 -06:00
0270be3305 fix blocking TS errors 2015-12-10 16:39:56 -06:00
30b88d746b chore(): add ng prefix to lifecycle interfaces 2015-12-08 21:38:26 -06:00
5b39e7add7 docs(slides) 2015-12-04 17:21:10 -05:00
2132c5c59d fix(slides): fix comments 2015-12-04 16:45:39 -05:00
9285e4fbd0 merge conflicts 2015-12-04 15:39:42 -05:00
f1d8d5fc14 docs() 2015-12-04 15:20:02 -05:00
28bb668d43 docs(api): add links to component sections 2015-12-04 13:55:43 -06:00
653a372c57 feat(slides): slider loop #567 2015-11-23 21:30:11 -06:00
f14781bb15 feat(slider): onSlideChanged. Closes #628 2015-11-23 20:01:11 -06:00
4c53a4b554 chore(): rename IonicConfig to Config 2015-10-16 11:53:11 -05:00
0cac4d9a2e chore(): remove use of @View 2015-10-09 09:15:04 -05:00
1befe94802 alpha39 updates 2015-10-07 10:51:08 -05:00
9bc09300df chore(): rename properties to inputs, events to outputs 2015-10-06 16:28:32 -05:00
b14956d9d0 chore(): rename annotations to decorators 2015-09-22 13:15:10 -05:00
8fbf53e1b7 rename Platform to IonicPlatform
Make IonicPlatform an injectable. Closes #99
2015-09-13 00:39:19 -05:00
53210d2d0b fix(aside): Flicker. Fixes #82 2015-09-02 17:11:44 -05:00