Manu MA
d817cc3b30
fix(input): scroll assist works in with shadow-dom ( #16206 )
...
fixes #15888
fixes #15294
fixes #15895
2018-11-03 01:35:38 +01:00
Manu Mtz.-Almeida
0abf992a13
fix(inputs): inherit in edge causes problems
2018-11-03 01:20:14 +01:00
Manu Mtz.-Almeida
59bee23734
fix(input): remove clear icon in edge
2018-11-03 01:20:14 +01:00
Manu MA
a8be5291bb
fix(label): placeholder + floating label ( #16111 )
...
* fix(label): placeholder + floating label
* fix placeholder type
* update docs
* uodate docs
2018-11-02 22:15:28 +01:00
Manu MA
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
Manu MA
fce30ebc06
fix(color): edge currentColor bug ( #16177 )
...
fixes #16168
2018-11-01 12:14:31 -05:00
Manu Mtz.-Almeida
92ee4efb12
fix(inputs): add z-index for all inputs
...
fixes #16157
2018-10-31 14:46:46 +01:00
Cam Wiegert
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
Brandy Carney
9dfc863f0f
fix(fab-button): use correct background in list and update the md icon color ( #16092 )
...
* fix(fab): separate the mode colors and update the md icon color
-md icon color matches spec by adding 0.54 opacity to the color
fixes #16091
* fix(fab): update the font size for buttons in a fab list
* fix(fab-button): update box-shadow for both states
* fix(fab-button): update transition to match md spec
2018-10-25 21:42:19 -05:00
Manu MA
ef6895acbd
fix(inputs): disabled handling ( #16071 )
2018-10-25 22:50:06 +02:00
Adam Bradley
3c7fee5cca
test(e2e): relative paths ( #16077 )
2018-10-24 22:41:48 -05:00
Adam Bradley
a9fd3399de
test(e2e): force roboto font on all systems ( #15993 )
2018-10-19 15:22:15 -05:00
Manu Mtz.-Almeida
3a4b21457f
chore(): update stencil
2018-10-12 11:44:43 -05:00
Manu Mtz.-Almeida
a72fced6fe
fix(all): docs for all missing props
2018-10-11 16:24:08 -05:00
Cam Wiegert
ae3271f2d7
test(all): inject test styles on flag
2018-10-11 15:13:23 -05:00
Brandy Carney
af01378232
test(input): update standalone to include color examples
2018-10-10 11:35:23 -05:00
Manu Mtz.-Almeida
a999c1f0a9
perf(): prevent unnecesary event listener changes
2018-10-09 16:03:14 -05:00
Daniel Imhoff
2172aa9dae
test(screenshot): use Arial for testing
2018-10-09 13:40:31 -05:00
Manu Mtz.-Almeida
4036db5480
chore(): update readme
2018-10-08 15:46:34 -05:00
Manu Mtz.-Almeida
9d109d68c8
fix(all): disable animations in e2e tests
2018-10-08 10:18:31 -05:00
Brandy Carney
f885f7d10a
fix(item): add input highlight using an absolute div ( #15856 )
...
Adds the following CSS properties to item:
```
--highlight-color-focused
--highlight-color-valid
--highlight-color-invalid
--highlight-height
```
This also fixes an issue where we were showing the highlight on items
with no lines, and shows inset vs full properly. Adds documentation and tests for input focus.
fixes #14036 fixes #9639 fixes #14952 closes #15690
2018-10-05 16:15:39 -04:00
Cam Wiegert
23df042d78
fix(input): add and document custom properties
...
references #14850
2018-10-05 14:01:47 -05:00
Cam Wiegert
c6bfda0d9b
test(input): migrate e2e tests
...
references #15803
2018-10-02 11:49:26 -05:00
Manu Mtz.-Almeida
5560dcd713
fix(all): avoid using focus() since it conflicts with HTMLElement
...
fixes #15810
2018-10-02 17:13:45 +02:00
Yomyer
e916500e69
fix(input): tabindex or tab in ion-input do not work with clearInput fix
2018-09-30 07:16:48 -05:00
Manu Mtz.-Almeida
c49d896e08
refactor(all): using ComponentInterface
2018-09-14 18:47:00 +02:00
Brandy Carney
21d1f2e2dd
fix(item): update hostContext to use ion-item element
...
fixes styling issues with children elements using the .in-item class
2018-09-13 11:46:13 -04:00
Manu Mtz.-Almeida
83543b727b
fix(input): value might be null/undefined
2018-09-12 20:54:28 +02:00
Manu Mtz.-Almeida
e7416435d8
refactor(all): additional tslint rules
2018-09-01 18:06:59 +02:00
Manu Mtz.-Almeida
ba2230510e
refactor(all): strict boolean conditions
2018-09-01 17:23:03 +02:00
Manu MA
096d9a76f3
fix(css): add core.css ( #15220 )
...
fixes #15170
2018-08-29 18:05:20 +02:00
Manu Mtz.-Almeida
c446d1b6d1
fix(hide-when): mode is a reserved property
2018-08-26 22:29:46 +02:00
Manu Mtz.-Almeida
ac96705401
fix(input): clearInput works in device
...
fixes #15319
2018-08-24 21:15:58 +02:00
Manu Mtz.-Almeida
c957ea6bcc
fix(all): add customization of font-style
2018-08-24 03:50:23 +02:00
Manu Mtz.-Almeida
d12ef78de6
refactor(all): cleanup mode font
2018-08-24 03:33:44 +02:00
Manu Mtz.-Almeida
c66a34ab59
feat(inputs): add focus() method
...
fixes #15266
fixes #15268
2018-08-23 00:51:53 +02:00
Manu Mtz.-Almeida
d856ecfbbf
chore(): update to latest stencil
2018-08-12 12:04:27 +02:00
Manu Mtz.-Almeida
2e7d355edf
fix(input): event interfaces
2018-08-12 01:18:59 +02:00
Manu Mtz.-Almeida
141b86c49e
fix(input): hide clear button
...
fixes #15002
2018-08-03 02:02:59 +02:00
Manu Mtz.-Almeida
c1b61d0fee
chore(): update to ionic-rules/strict
2018-07-29 23:10:38 +02:00
Manu Mtz.-Almeida
1d001a3f29
fix(all): strong type text fields
2018-07-29 14:32:28 +02:00
Manu Mtz.-Almeida
92e21a8cf3
fix(all): updated tslint rules to latest
2018-07-29 13:03:47 +02:00
Manu Mtz.-Almeida
517104fbc7
fix(inputs): better customization for placeholder color
2018-07-28 17:26:10 +02:00
Manu Mtz.-Almeida
f676f98628
fix(input): add color support for ion-input
...
fixes #14864
2018-07-28 16:48:01 +02:00
Manu Mtz.-Almeida
4f9cbfe73c
fix(accesibility): boolean aria-* properties
2018-07-28 16:38:59 +02:00
Brandy Carney
2c37a5a7b2
docs(previews): update preview tests to have translucent white toolbars
...
to make ben happy
2018-07-24 16:27:17 -04:00
Manu Mtz.-Almeida
8324bd1f7f
fix(inputs): inputs work inside <form>
2018-07-24 00:00:54 +02:00
Brandy Carney
7a8d5f68d2
chore(stylelint): remove sass-lint/scss-lint in favor of stylelint
...
- remove scss-lint and sass-lint
- add stylelint and stylelint-order packages and configuration
- update all *.scss files to new syntax
fixes #14805
2018-07-19 15:10:30 -05:00
Brandy Carney
094fde755c
style(css): fix most scss lint errors
2018-07-18 12:53:33 -04:00
Brandy Carney
6b29507f0e
style(components): consistent line breaks with mixin args
2018-07-10 16:13:52 -04:00