1a299b01fe
feat(toast): add CSS variables for box-shadow and border ( #16679 )
...
* feat(toast): add border and box-shadow CSS variable
* feat(toast): add new CSS vars
2018-12-11 13:29:42 +01:00
2933f61e8d
fix(react): add class based APIs ( #16665 )
...
fixes #16583
2018-12-11 01:08:00 +01:00
a2c7b9558b
fix(button/chip): move hover styles into media query ( #16664 )
...
This ensures that all :hover styles live inside a (any-hover: hover)
media query.
closes #16108
2018-12-10 15:02:59 -06:00
235c6859d2
feat(modal): add css vars ( #16605 )
...
* feat(modal): add css vars
* add more css vars
* add docs
* add background
* fix e2e test
2018-12-06 15:36:09 +01:00
7ba94900bb
refactor(themes): remove the outer-content class from core ( #16589 )
...
BREAKING CHANGES
The outer-content class has been removed in favor of setting the color in your app instead:
```
.outer-content {
--background: #f2f2f2;
}
```
2018-12-04 16:38:50 -05:00
9c8c6507fc
fix(theming): update ios design for button and card ( #16586 )
2018-12-04 15:59:36 -05:00
b1e56bbed6
fix(button): reduce iOS border radius ( #16575 )
2018-12-03 17:14:03 -06:00
802a3d14e7
fix(button): relax css containment to "content" ( #16553 )
2018-12-02 13:01:03 +01:00
6b7f8ae201
chore(): update stencil ( #16506 )
2018-11-29 18:54:51 +01:00
d09e55500c
chore(): update stencil ( #16460 )
2018-11-26 22:19:48 +01:00
2884076834
feat(ripple): adds unbounded ripple-effect ( #16399 )
2018-11-20 23:37:54 +01:00
fd79b57748
fix(inputs): fix aria with shadow-dom ( #16329 )
2018-11-16 19:26:55 +01:00
6d5944613a
fix(ripple-effect): follow MD spec ( #16330 )
...
* fix(ripple-effect): follow md spec
* add box-shadow back
* add ripple effect to alert and action-sheet
2018-11-15 16:08:39 +01:00
108691dc44
fix(angular): add swipe-to-go-back gesture
2018-11-14 13:22:31 +01:00
ecc2c55370
docs(all): possible values are extracted by stencil ( #16190 )
...
* docs(all): possible values are extracted by stencil
* add defaults
* remove all hardcoded defaults
* update stencil
2018-11-02 00:06:40 +01:00
0faa355139
fix(button): match MD spec timing, outline, hover ( #16160 )
...
This adjusts our Material Design button to match the updated spec for:
- transition timing
- outline border styles
- clear/outline hover background color
2018-10-31 11:16:48 -05:00
e9579d597f
fix(button): match updated MD specs ( #16144 )
...
This updates the border-radius, letter-spacing, and box-shadow
of our button to match the updated Material Design spec.
2018-10-30 14:56:17 -05:00
018fb9876f
test(all): use test() instead of it() where appropriate ( #16129 )
...
This replaces uses of Jest's it() function in end-to-end tests with the alias test() where it makes sense semantically.
2018-10-29 12:40:06 -05:00
4d3ad67740
refactor(tabs): apply design-doc ( #16048 )
2018-10-25 22:13:19 +02:00
3c7fee5cca
test(e2e): relative paths ( #16077 )
2018-10-24 22:41:48 -05:00
a9fd3399de
test(e2e): force roboto font on all systems ( #15993 )
2018-10-19 15:22:15 -05:00
3a4b21457f
chore(): update stencil
2018-10-12 11:44:43 -05:00
a72fced6fe
fix(all): docs for all missing props
2018-10-11 16:24:08 -05:00
ae3271f2d7
test(all): inject test styles on flag
2018-10-11 15:13:23 -05:00
098bd826cd
fix(fab-button): add and document css properties
...
references #14853 references #14850 closes #14808
2018-10-11 13:43:13 -05:00
a999c1f0a9
perf(): prevent unnecesary event listener changes
2018-10-09 16:03:14 -05:00
2172aa9dae
test(screenshot): use Arial for testing
2018-10-09 13:40:31 -05:00
e189cc6ec2
fix(button): use class instead of reflect
...
fixes #15623
2018-10-08 16:05:59 -05:00
9d109d68c8
fix(all): disable animations in e2e tests
2018-10-08 10:18:31 -05:00
6bc35a306c
test(components): migrate e2e tests to puppeteer
...
references #15803
2018-10-05 18:11:11 -04:00
67eb661537
fix(button): disable :hover on non supported devices ( #15705 )
2018-09-24 13:57:19 -05:00
bac49ca71b
fix(button): default button width to auto to avoid inheriting
...
fixes #15522
2018-09-19 16:50:24 -04:00
d145cae801
fix(button): disable pointer events in toolbar buttons
...
Closes #15623
2018-09-18 14:57:56 -04:00
b8b9b83d49
fix(button): vanilla color is usable
2018-09-14 22:57:12 +02:00
c49d896e08
refactor(all): using ComponentInterface
2018-09-14 18:47:00 +02:00
fcb45d12e2
style(components): don't self close tags
2018-09-12 11:38:20 -04:00
6ed4690834
style(tap-click): rename activable to activatable
2018-09-12 11:38:20 -04:00
fc87875b8f
refactor(button): using createColorClasses
2018-09-06 23:00:50 +02:00
3af43610bb
fix(button): add custom properties and remove --ion-color overrides ( #15463 )
...
- adds custom properties
- removes the overrides of `--ion-color-*` variables
- documents the properties
references #14808 references #14853 references #14850
2018-09-05 12:23:47 -04:00
e7416435d8
refactor(all): additional tslint rules
2018-09-01 18:06:59 +02:00
ba2230510e
refactor(all): strict boolean conditions
2018-09-01 17:23:03 +02:00
096d9a76f3
fix(css): add core.css ( #15220 )
...
fixes #15170
2018-08-29 18:05:20 +02:00
d4c812f5d2
fix(docs): use shape property to get round buttons ( #15321 )
2018-08-25 16:53:19 +02:00
a08b0f9503
chore(): fix linter issues
2018-08-24 23:58:49 +02:00
5c6fe458d0
fix(docs): use shape property to get round buttons ( #15322 )
2018-08-24 23:09:09 +02:00
4a45effe8c
fix(ripple-effect): using method invocation instead of events
...
fixes #15318
2018-08-24 22:58:12 +02:00
d12ef78de6
refactor(all): cleanup mode font
2018-08-24 03:33:44 +02:00
3d6caae13f
chore(): update to latest stencil
2018-08-22 23:38:23 +02:00
359c47f7b8
fix(buttons): margin between buttons
2018-08-20 19:01:33 +02:00
0dc70f7f6d
fix(tap-click): works inside shadow-dom
...
adds private ion-activable attribute
fixes #15128
2018-08-12 22:48:58 +02:00