scrp
a583902f30
fix(textarea): inherit white-space for better customization ( #18508 )
...
fixes #18495
2019-06-11 14:47:37 -04:00
Brandy Carney
4bba540311
fix(label): include the ion-text-wrap class styles for larger font ( #18374 )
...
- updates all e2e tests to use the CSS classes instead of attributes
2019-05-24 11:18:28 -04:00
Adam LaCombe
cc8678ad58
feat(textarea): add option to expand textarea as value changes ( #16916 )
...
* feat(textarea): add autoGrow - set height to scrollHeight
* change 1px to inherit, remove additional 4px
2019-05-07 16:52:24 -04:00
Brandy Carney
3cdab10aa0
fix(textarea): reposition textarea when keybard appears ( #18098 )
...
fixes #17847
2019-04-24 12:33:22 -04:00
Brandy Carney
e5c8c10029
fix(components): include mode classes on components for use in shadow ( #17838 )
...
- removes mode-less component classes from the internal CSS, use element instead
- adds mode specific classes `md` or `ios` for styling inside of shadow components
- adds e2e test that verifies mode classes exist on all ionic components, plus checks for specific classes that the components need for internal styling
fixes #17608
2019-04-16 17:28:21 -04:00
Brandy Carney
38ae3620a2
fix(textarea): update label alignment for inputs and textareas ( #18042 )
...
- aligns label and textarea to baseline
- updates floating and stacked labels in items to align closer to the md spec
fixes #16187
2019-04-16 14:57:32 -04:00
Brandy Carney
494991e9fb
fix(textarea): float label when a value is changed async ( #18024 )
...
emits styles to the parent item on value change so that the item will get the proper class to float the label
fixes #17555 fixes #17559
2019-04-12 13:23:04 -04:00
Josh Thomas
d023eb5b71
docs(vue): add usage docs for all non-controller components ( #17643 )
2019-02-28 22:01:07 -06:00
Josh Thomas
22d1aeebaa
docs(react): update component usage docs ( #17615 )
2019-02-26 08:54:01 -06:00
Manu MA
a90084c077
feat(input): add getInputElement() ( #17183 )
...
expose internal <input> element
fixes #17174
2019-01-21 17:19:40 +01:00
Manu MA
e7538f3ccd
fix(textarea): new-line in firefox ( #17176 )
...
fixes #17155
2019-01-19 23:27:23 +01:00
Manu MA
63e0501ae6
fix(input): disable shadow-dom for text inputs ( #17043 )
...
fixes #17020
2019-01-11 16:07:38 +01:00
Adam Bradley
c68292b78f
test(rtl): add rtl script to all e2e tests ( #17009 )
2019-01-08 15:06:23 -06:00
Manu Mtz.-Almeida
3d656ac312
docs(all): improve type docs for event
2018-12-28 20:38:24 +01:00
Brandy Carney
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
Manu MA
6b7f8ae201
chore(): update stencil ( #16506 )
2018-11-29 18:54:51 +01:00
Manu MA
fd79b57748
fix(inputs): fix aria with shadow-dom ( #16329 )
2018-11-16 19:26:55 +01:00
Brandy Carney
e416c23b3b
fix(item): update to match Material Design spec ( #16182 )
...
- splits the item min height by mode
- removes padding end from the slotted end components in favor of using 16px on the item
- updates the icon color to lighter gray (rgb)
- removes font size change from text wrapped labels
- add list spec test to include MD examples
fixes #14799
2018-11-04 10:58:57 -05:00
Manu Mtz.-Almeida
0abf992a13
fix(inputs): inherit in edge causes problems
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
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
Adam Bradley
86d5f33841
chore(package): update to stencil 0.14.1-1 ( #15992 )
2018-10-17 15:01:37 -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
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
Manu Mtz.-Almeida
5560dcd713
fix(all): avoid using focus() since it conflicts with HTMLElement
...
fixes #15810
2018-10-02 17:13:45 +02:00
Cam Wiegert
f58e18fbe6
test(textarea): migrate e2e tests
...
references #15803
2018-10-01 13:56:32 -05:00
Daniel Sogl
405401f1a8
docs(textarea): fix label positions ( #15664 )
2018-09-24 11:46:02 -05:00
Manu Mtz.-Almeida
c49d896e08
refactor(all): using ComponentInterface
2018-09-14 18:47:00 +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
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
5989f15952
fix(textarea): remove autocomplete prop
2018-08-19 19:00:37 +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
6e3e07bc8b
fix(all): improve text customization
2018-08-10 00:36:07 +02:00
Cam Wiegert
5dfcd47b34
fix(textarea): add and document custom properties
2018-08-08 15:34:53 -05:00
Cam Wiegert
5627811ef0
fix(textarea): add ion color classes
2018-08-08 15:14:43 -05:00