Commit Graph

570 Commits

Author SHA1 Message Date
Manu Mtz.-Almeida
e3510a3712 fix(loading): standalone font 2018-02-10 00:35:56 +01:00
Manu Mtz.-Almeida
535d1fc069 fix(inputs): accesibility outline 2018-02-10 00:21:50 +01:00
Manu Mtz.-Almeida
443767c5fc fix(button): adds type 2018-02-10 00:07:23 +01:00
Manu Mtz.-Almeida
606d55c959 fix(form): buttons 2018-02-10 00:00:51 +01:00
Brandy Carney
25b23d1138 fix(segment-button): remove border for standalone
this also fixes some sass lint errors
2018-02-09 17:49:55 -05:00
Manu Mtz.-Almeida
7d277e2357 fix(ripple-effect): standalone mode 2018-02-09 23:47:46 +01:00
Manu Mtz.-Almeida
70c571cd38 Merge branch 'core' of github.com:ionic-team/ionic into core 2018-02-09 22:17:52 +01:00
Manu Mtz.-Almeida
abbaa9a863 fix(virtual-scroll): import order 2018-02-09 22:17:45 +01:00
Ross Gerbasi
7e50219d24 fix(theme-builder): update theme builder and core styles (#13997)
* theme-builder wip

* Theme Builder updates
- new CSS variable support
- realtime color updating with alpha support (rgb generation)
- auto tint/shade/contrast generation
- auto step generation
- CSS variable highlighting (forward and backwards)
- Colourlovers Palette search (via local proxy)

* Theme Builder Updates
- Settings for auto generation
- updated to 10 steps per background/ext
- general cleanup
- added instructions
- re-worked shade/tint to mix black and white instead of lighten/darken
- scoped cssText into component
- apply theme to theme builder also to style internal buttons

SCSS Updates
- added 10 steps to reach platform
- updated SCSS to use same mix and color methods as theme builder

* material design color step fix

* readme files

fixes #13985 fixes #13986
2018-02-09 16:13:08 -05:00
Manu Mtz.-Almeida
3462ed8985 feat(virtual-scroll): items update fast path 2018-02-09 21:53:37 +01:00
Mike Hartington
77e16bbc3f feat(animations): back button and view animationsa (#13989)
* feat(animations): back button and view animations

* chore(): remove unused css

* fix(): fix unsaved css

* fix(): hide back button when no history
2018-02-09 19:03:26 +01:00
Manu Mtz.-Almeida
d7e0f0076e test(virtual-scroll): fix tests 2018-02-09 18:33:37 +01:00
Manu Mtz.-Almeida
ddb2181c51 style: remove scss for tap-click 2018-02-09 18:27:29 +01:00
Manu Mtz.-Almeida
4189c4fd9f fix(infinite-scroll): move css to ion-infinite-scroll-content 2018-02-09 18:14:35 +01:00
Manu Mtz.-Almeida
3d5abffdd6 perf(virtual-scroll): scroll events 2018-02-09 18:14:06 +01:00
Manu Mtz.-Almeida
9226684826 perf(virtual-scroll): reduce DOM writes 2018-02-09 17:22:37 +01:00
Brandy Carney
493ee9e26c fix(radio-group): update radio disabled on load 2018-02-08 16:44:25 -05:00
Ken Sodemann
c6007cf320 fix(radio-group): propagate the disabled attribute 2018-02-08 16:44:25 -05:00
Brandy Carney
3716300df5 fix(select): emit proper styles for floating & stacked labels 2018-02-08 14:59:13 -05:00
Manu Mtz.-Almeida
a337bd019c fix(routing): tabs integration 2018-02-08 19:45:34 +01:00
Brandy Carney
bf143fe96a fix(text): use the new way to generate colors 2018-02-08 13:04:12 -05:00
Brandy Carney
0f46891ae1 test(datetime): update test to correctly toggle disabled 2018-02-08 13:04:12 -05:00
Brandy Carney
e13f6a1692 fix(datetime): emit the proper styles to item 2018-02-08 13:04:12 -05:00
Manu Mtz.-Almeida
8fe5742d7f refactor(cordova): using promise instead of queue 2018-02-08 18:02:26 +01:00
Manu Mtz.-Almeida
74cce164a3 feat(tabs): adds lazy loading 2018-02-08 17:05:16 +01:00
Ross Gerbasi
cdba38d004 feat(themes): theme builder app updates
* theme-builder wip

* Theme Builder updates
- new CSS variable support
- realtime color updating with alpha support (rgb generation)
- auto tint/shade/contrast generation
- auto step generation
- CSS variable highlighting (forward and backwards)
- Colourlovers Palette search (via local proxy)
2018-02-08 08:17:23 -06:00
Brandy Carney
2a98e3aa09 style(sass): fix lint errors and update slides file to ignore 2018-02-07 18:48:32 -05:00
Brandy Carney
5c5463308a style(segment): move css fix for font smoothing 2018-02-07 18:35:46 -05:00
Brandy Carney
03c5f67b33 fix(item-sliding): separate option styles and remove button dependency 2018-02-07 18:35:31 -05:00
Brandy Carney
a4f6086bcc fix(action-sheet): remove button dependency and fix styles 2018-02-07 17:57:09 -05:00
Brandy Carney
0514cec902 fix(fab): remove button dependency and fix button color 2018-02-07 17:48:37 -05:00
Brandy Carney
f6410bacbd fix(chip): remove button dependency and fix standalone styles 2018-02-07 17:05:50 -05:00
Brandy Carney
4299a50461 test(components): fix titles and add more chip examples 2018-02-07 15:56:09 -05:00
Brandy Carney
b96c1fa527 fix(action-sheet): revert font family from comicsans (lol) 2018-02-07 14:08:00 -05:00
Brandy Carney
14f9d06a71 test(range): update the e2e test to use pins 2018-02-07 13:49:34 -05:00
Brandy Carney
b2a7718d96 Merge remote-tracking branch 'origin/core' into core 2018-02-07 13:13:13 -05:00
Manu Mtz.-Almeida
4e6ebf59c5 feat(ion-router): adds ion-router 2018-02-07 19:05:39 +01:00
Brandy Carney
0f616338d7 tests(standalone): update standalone overlay tests to remove buttons
having the ion-buttons in the standalone tests was providing button
styles that some of the components needed, we need to make sure they
look good without those styles
2018-02-07 13:03:34 -05:00
Manu Mtz.-Almeida
5540ecefed feat(nav): swipe to go back animation 2018-02-07 18:55:18 +01:00
Brandy Carney
1495046d4a fix(alert): remove dependency on button and fix standalone styles
Alert was previously dependent on button being used with it - this
renames the .button-inner class to .alert-button-inner and fixes the
styling of the standalone alert component
2018-02-07 12:39:40 -05:00
Brandy Carney
6ba02c21d0 fix(button): remove transparent box shadow
closes #11585
2018-02-07 12:30:15 -05:00
Ken Sodemann
b69bd04bb6 fix(e2e): add id so test has something to wait for 2018-02-07 10:56:37 -06:00
Dan Bucholtz
cb82eacdc0 chore(build): export interface to get typescript to be cool 2018-02-06 23:15:06 -06:00
Manu Mtz.-Almeida
61231ecd75 chore(): update to latest stencil 2018-02-06 20:04:28 +01:00
Manu Mtz.-Almeida
2ebd460b84 fix(virtual-scroll): fix tests 2018-02-06 20:02:55 +01:00
Dan Bucholtz
816079845f feature(back-button): initial swag at software back-button support (yolo)
* wip

* wip

* wip

* feature(back-button): yolo
2018-02-06 10:45:15 -06:00
Brandy Carney
dac51936bc fix(segment-button): separate button styles from segment and fix styling
- this separates the segment button styles from the segment itself
- removes unused / no longer needed styles
- fixes a bug where activated segments were not getting opacity when
they were also disabled
2018-02-06 11:29:24 -05:00
Brandy Carney
7430383267 style(sass): remove unused imports 2018-02-06 10:23:51 -05:00
Brandy Carney
74bf588e77 test(input): add attributes e2e test 2018-02-06 10:17:13 -05:00
Brandy Carney
efbd82f654 fix(searchbar): update to match style guide and use native buttons
this updates the cancel button so it is only added to the dom when
shouldCancel is enabled and it gets added to different places based on
the mode
2018-02-06 10:17:05 -05:00