Commit Graph

6842 Commits

Author SHA1 Message Date
Cam Wiegert
8929b33b1e fix() resolve install failure in stencil 2017-12-06 14:00:32 -06:00
Brandy Carney
08b66b0cdc fix(reorder): add reorder class and fix sass linting 2017-12-06 14:29:49 -05:00
Brandy Carney
926eff8a69 style(components): rename class names to match tag names 2017-12-06 14:29:49 -05:00
Brandy Carney
2388fe4dc6 style(sass): fix linter errors 2017-12-06 14:29:49 -05:00
Manu Mtz.-Almeida
6026339430 fix(tabs): lazy loading, using ion-nav 2017-12-06 19:09:35 +01:00
Dan Bucholtz
cefbee9ea2 feature(angular): action-sheet, alert, loading, toast 2017-12-06 11:48:24 -06:00
Ken Sodemann
c76b74029a feat(demo): remove console.log calls from basic inputs page 2017-12-05 21:09:49 -06:00
Ken Sodemann
d5d05c67c7 feat(module): add a forRoot to the @ionic/angular module 2017-12-05 20:46:16 -06:00
Ken Sodemann
ba5382e0b7 refactor(value-accessors): remove the ion prefix 2017-12-05 18:19:55 -06:00
Ken Sodemann
303cd75aaa refactor(demo): move the demo app 2017-12-05 16:51:42 -06:00
Brandy Carney
05a6f17379 style(components): remove lines in imports and unused component 2017-12-05 16:26:40 -05:00
mhartington
e4f13f5756 fix(searchbar): lint 2017-12-05 16:25:27 -05:00
Ken Sodemann
5641424db3 feat(value-accessors): move the value accessors into @ionic/angular 2017-12-05 15:03:18 -06:00
Brandy Carney
a2b88c5cb8 refactor(fab): rename files and styles for the fab components (#13585)
* refactor(fab): rename files to match tag names

* refactor(fab): fix class names and separate styles

* chore(config): bundle fab button separately
2017-12-05 15:28:58 -05:00
mhartington
a4830bd740 feat(searchbar): add debounce support 2017-12-05 14:54:52 -05:00
mhartington
4b2e5d32c8 feat(range): add debounce support 2017-12-05 13:52:43 -05:00
mhartington
9e7ae4b0df fix(popover): add back event param 2017-12-05 11:01:12 -05:00
Brandy Carney
f4cf918583 refactor(sass): move item vars out of input source 2017-12-05 10:27:15 -05:00
Brandy Carney
b6e09192c2 refactor(sass): move item variables to individual components 2017-12-04 18:09:53 -05:00
mhartington
75424ba809 fix(loading): animate by default 2017-12-04 13:56:48 -05:00
Dan Bucholtz
4ec864ea86 docs(): generate readme for the overlays 2017-12-02 01:05:19 -06:00
Dan Bucholtz
b7ae2bf393 chore(typings): updated components.d.ts file 2017-12-02 01:04:55 -06:00
Dan Bucholtz
dd7a3f140f refactor(toast): make api and events match other overlays 2017-12-02 01:02:20 -06:00
Dan Bucholtz
3f6b937cec refactor(popover): Make api and events match other overlays 2017-12-02 00:54:21 -06:00
Dan Bucholtz
71ff57c536 refactor(picker): update picker api and events to match other overlays 2017-12-02 00:46:21 -06:00
Dan Bucholtz
7bcb4dec54 refactor(modal): keep instance private 2017-12-02 00:45:58 -06:00
Dan Bucholtz
1567dddde9 refactor(loading): keep instance private 2017-12-02 00:45:37 -06:00
Dan Bucholtz
01c46b230f refactor(modal): update API for modal to match other overlays 2017-12-02 00:37:19 -06:00
Dan Bucholtz
0a7d827df7 refactor(loading): update loading controller and element to match other overlays 2017-12-02 00:25:22 -06:00
Dan Bucholtz
ece30bb35a refactor(action-sheet): pass dismiss info to events 2017-12-02 00:24:45 -06:00
mhartington
c6df225014 docs(actionSheet,alert,loading): add docs for props 2017-12-01 15:39:22 -05:00
Adam Bradley
00a836ad1b chore(update): stencil 0.0.8-9 2017-12-01 12:08:49 -06:00
Adam Bradley
e35ad0eaef docs(): update overlay docs 2017-12-01 12:03:42 -06:00
Cam Wiegert
e053975d0a docs(button) remove dgeni types 2017-12-01 11:50:11 -06:00
Cam Wiegert
aa46d04c29 docs(button) update usage in readme 2017-12-01 11:50:11 -06:00
Mike Hartington
5a85df9b08 chore(): refactor popover animation
* chore(): refactor popover animation

* docs(): move doc info

* fix(): params on one line

* docs(): remove leftover
2017-12-01 09:43:55 -08:00
Brandy Carney
1c45777064 refactor(sass): remove unused variables 2017-11-30 18:21:43 -05:00
Brandy Carney
c2d541716e fix(button): normalize button radius
references #12912
2017-11-30 18:21:43 -05:00
Brandy Carney
1151646e71 feat(thumbnail): add stand alone styles for thumbnail 2017-11-30 18:21:43 -05:00
Brandy Carney
f3e7021ba1 fix(overlays): check if button cssClass exists before splitting 2017-11-30 18:21:43 -05:00
Brandy Carney
dfaa2eda1e test(label): add basic label test 2017-11-30 18:21:43 -05:00
Brandy Carney
4dfe6195fb refactor(sass): remove and fix todos 2017-11-30 18:21:42 -05:00
Cam Wiegert
9df3d4c8ad test(button) add strong e2e test 2017-11-30 15:34:16 -06:00
Cam Wiegert
0978496874 test(button) add round e2e test 2017-11-30 15:31:57 -06:00
Cam Wiegert
bc7eb304d6 test(button) add fill e2e test 2017-11-30 15:24:04 -06:00
Cam Wiegert
ab208ae10e test(button) add size e2e test 2017-11-30 15:12:24 -06:00
Brandy Carney
eef1ac6293 refactor(nav): remove stencil nav delegate as a component 2017-11-30 12:35:59 -05:00
mhartington
55839e27d5 feat(alert): cssClass for buttons and component 2017-11-30 12:34:20 -05:00
mhartington
45ee0a9627 feat(actionSheet): union types for actionsheet button 2017-11-30 12:05:13 -05:00
mhartington
73e8725f6d feat(actionSheet): add custom cssClass in component and buttons 2017-11-30 11:42:19 -05:00