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
Brandy Carney
1fffdc4055
docs(input): update documentation and add usage
2018-07-09 17:50:02 -04:00
Brandy Carney
a7f1f4daa7
refactor(components): update to use shadow DOM and work with css variables
...
- updates components to use shadow DOM or scoped if they require css variables
- moves global styles to an external stylesheet that needs to be imported
- adds support for additional colors and removes the Sass loops to generate colors for each component
- several property renames, bug fixes, and test updates
Co-authored-by: Manu Mtz.-Almeida <manu.mtza@gmail.com >
Co-authored-by: Adam Bradley <adambradley25@gmail.com >
Co-authored-by: Cam Wiegert <cam@camwiegert.com >
2018-07-09 12:57:21 -04:00
mhartington
503636ada8
docs(): add missing property docs
2018-06-18 15:23:36 -04:00
Manu Mtz.-Almeida
618f708bc4
fix(all): strong typing for color
2018-05-14 13:51:30 +02:00
Manu Mtz.-Almeida
1bd546758e
fix(inputs): interactive css to rule all them
2018-05-09 17:44:18 +02:00
Manu Mtz.-Almeida
cc7ab4e3c6
fix(all): snapshot tests
2018-05-08 16:05:06 +02:00
Manu Mtz.-Almeida
826e02bcf0
fix(select): cssClass + strong typed
2018-04-27 18:25:49 +02:00
Manu Mtz.-Almeida
053c375521
refactor(all): allow external imports
2018-04-24 16:12:02 +02:00
Manu Mtz.-Almeida
d5129df970
fix(all): strong typed events
2018-04-23 17:26:10 +02:00
Manu Mtz.-Almeida
ae0541a465
chore(): update dependencies
2018-04-22 20:08:02 +02:00
Manu Mtz.-Almeida
4ea8881f33
refactor(all): enable strictPropertyInitialization
2018-04-19 18:48:38 +02:00
Manu Mtz.-Almeida
b1ee4b8e3a
fix(label): using prop for position
...
also fixes #14288
2018-04-13 17:03:46 +02:00
Manu Mtz.-Almeida
fd5c957787
refactor(all): enable ts strict
2018-04-10 02:43:48 +02:00
Brandy Carney
ce5b47ef99
refactor(toolbar): rename the slots to match other component behavior
...
`left` -> `start`
`right` -> `end`
`start` -> `secondary`
`end` -> `primary`
2018-03-27 16:45:26 -04:00
Manu Mtz.-Almeida
ce09978eee
fix(covers): absolute positioning
2018-03-22 22:17:53 +01:00
Manu Mtz.-Almeida
4fcddadcc9
fix(all): absolute positioning
2018-03-22 17:15:24 +01:00
Brandy Carney
fc30ba18f3
test(preview): add preview tests for documentation previews
2018-03-21 12:18:18 -04:00