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
d856ecfbbf
chore(): update to latest stencil
2018-08-12 12:04:27 +02:00
6e3e07bc8b
fix(all): improve text customization
2018-08-10 00:36:07 +02:00
a77ee2a6f8
fix(sliding): fix core gesture logic + priority configuration
...
fixes #14763
2018-08-07 17:14:04 +02:00
49cac8beec
perf(gesture): lazy loaded dynamic ES module
2018-08-01 05:08:39 +02:00
ad006dd1ee
fix(button): do not change border radius if round button in toolbar ( #14941 )
...
fixes #7661
2018-07-30 15:59:33 -04:00
c05d672703
fix(button): submit forms using fake button
...
fixes #14890
fixes #14786
2018-07-30 18:42:05 +02:00
c1b61d0fee
chore(): update to ionic-rules/strict
2018-07-29 23:10:38 +02:00
8a1ad1da2c
fix(app): user-select on desktop
2018-07-29 14:48:05 +02:00
25423a06f2
fix(button): improve text style inherency
...
related #14927
2018-07-29 13:19:28 +02:00
92e21a8cf3
fix(all): updated tslint rules to latest
2018-07-29 13:03:47 +02:00