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 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
aad7711af2
fix(datetime): can participate in native <form> ( #16106 )
...
fixes #16075
2018-10-26 19:01:39 +02:00
Manu MA
f0141817d4
fix(datetime): pickerOptions are all optional ( #16101 )
...
fixes #16095
2018-10-26 18:42:57 +02: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
02ed9f96fa
test(e2e): update body font family ( #16065 )
2018-10-24 11:09:41 -05:00
Adam Bradley
d800c48734
test(e2e): update e2e tests for screenshot ( #16056 )
2018-10-23 23:56:40 -05:00
Adam Bradley
02ef52b85c
fix(picker): fix iOS picker options that shouldn't be showing ( #16055 )
2018-10-23 23:13:45 -05:00
Adam Bradley
a74e5653d5
fix(picker): delay option animate until after options initialized ( #16037 )
2018-10-22 20:31:27 -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
Ken Sodemann
b46052bd83
fix(ion-datetime): keep the model value consistently an ISO string ( #15907 )
2018-10-11 16:50:05 -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
Brandy Carney
0983f95d9f
test(components): migrate e2e tests to puppeteer
...
references #15803
2018-10-05 18:30:24 -04:00
Manu Mtz.-Almeida
97946eed20
refactor(buttons): button-native without prefix
...
Now we don't need prefix because of shadow-dom
2018-09-25 19:41:26 +02:00
Manu Mtz.-Almeida
f8eafa7a21
fix(all): lint errors
2018-09-24 18:20:52 +02:00
mhartington
6890ecccda
fix(slides): add back zoom plugin for swiper
...
Closes #15676
2018-09-19 12:23:07 -04:00
Brandy Carney
407b14778d
fix(datetime): check for null instead of undefined
...
fixes #15605
2018-09-18 15:56:17 -04:00
Brandy Carney
fa7701721c
fix(datetime): convert to shadow and fix broken styles
...
- adds shadow
- adds and documents css variables
- gets placeholder color working
- gets multiple datetimes in an item working
fixes #15547 references #14850
2018-09-18 15:45:59 -04:00
Manu Mtz.-Almeida
681981fc89
fix(slides): fix mutable options
2018-09-15 10:29:27 +02:00
Manu Mtz.-Almeida
c49d896e08
refactor(all): using ComponentInterface
2018-09-14 18:47:00 +02:00
Brandy Carney
fcb45d12e2
style(components): don't self close tags
2018-09-12 11:38:20 -04:00
Manu Mtz.-Almeida
4876df928d
chore(): tslint checks
2018-09-06 21:49:35 +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
Brandy Carney
09187c9c92
docs(datetime): fix typos
2018-08-31 17:30:25 -04:00
Sean Perkins
f30ae889c0
fix(datetime): fix year to allow current and max year
...
fixes #14895
2018-08-29 14:26:32 -04:00
Manu Mtz.-Almeida
89ba55d07b
fix(overlay): overlay is not hidden
2018-08-29 19:56:37 +02:00
Manu MA
096d9a76f3
fix(css): add core.css ( #15220 )
...
fixes #15170
2018-08-29 18:05:20 +02:00
Manu Mtz.-Almeida
1d46973785
refactor(all): make all method return a promise
2018-08-28 22:20:10 +02:00
Manu Mtz.-Almeida
4a45effe8c
fix(ripple-effect): using method invocation instead of events
...
fixes #15318
2018-08-24 22:58:12 +02:00
pwespi
e0b8e2472d
fix(datetime): allow values to be zero ( #14480 )
...
* fix(datetime): allow values to be zero
* Using null check
2018-08-24 04:27:45 +02:00
Manu Mtz.-Almeida
d12ef78de6
refactor(all): cleanup mode font
2018-08-24 03:33:44 +02:00
Manu Mtz.-Almeida
3d6caae13f
chore(): update to latest stencil
2018-08-22 23:38:23 +02:00
Josh Thomas
bd32887767
chore(): update to latest stencil
...
* fix(): Update to latest stencil and change types to export from interface not index.
* chore(): fix merge conflict of file added.
2018-08-22 18:46:43 +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
f032769a6c
fix(datetime): add open() method
...
fixes #14923
2018-08-12 01:18:59 +02:00
Brandy Carney
a4571bfa4f
style(datetime): update misspellings
2018-08-09 18:04:52 -04:00
Manu Mtz.-Almeida
948d0839c9
fix(nav): animation backdrop
2018-08-07 21:54:15 +02:00
Manu Mtz.-Almeida
4e565926cd
docs(menu-toggle): default behaviour docs
...
fixes #15042
2018-08-07 20:23:23 +02:00
Manu Mtz.-Almeida
ac91bcc8ae
chore(): update to latest stencil
2018-08-07 03:09:06 +02:00