Seth Lilly
016fa16d44
feat(range): add ticks attribute ( #17718 )
...
closes #17717
2019-03-26 14:33:16 -04:00
Liam DeBeasi
5a197ca1eb
fix(range): clamp values that are out of bounds ( #17623 )
...
* fix(range): clamp out of bounds values, add tests
* lint files
2019-03-01 12:22:53 -05: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
Adam Bradley
4646f53ec7
fix(ssr): fix global window and document references ( #17590 )
2019-02-22 20:13:09 -06:00
Liam DeBeasi
cf607329a3
chore(range): revert neutral point ( #17550 )
...
* Revert "fix(range): improved rtl support (#17479 )"
This reverts commit f832de5f4a .
revert range rtl support
* Revert "feat(range): add neutral point (#17400 )"
This reverts commit 15acb4be37 .
revert neutral point
2019-02-20 15:57:28 -05:00
Bengt Weiße
f832de5f4a
fix(range): improved rtl support ( #17479 )
...
* fix(Range): rtl support
* fix(Range): knob position in rtl
2019-02-13 08:17:42 -05:00
Bengt Weiße
15acb4be37
feat(range): add neutral point ( #17400 )
...
* feat(Range): add neutral point
* feat(Range): generate proxies and api
* fix(): check positive case in neutralPointChanged
* fix(Range): neutralPoint to min if neutralPoint < min
* fix(Range): active bar style
* fix(Range): tick styling
2019-02-12 17:17:23 -05:00
Liam DeBeasi
29f1500e5a
docs(): Add documentation for slots ( #17441 )
...
* add button slot
* add component slot docs
* update content default slot description
* run npm build
* fix typos
* update md files
* docs(slots): update slot components and the build files
* chore(stencil): updates stencil to build readmes
* chore(build): update the swiper bundle file to match master
* update default slot doc wording
* revert changes
* Revert "update default slot doc wording"
This reverts commit e18401491e .
merge
* docs(slots): update default slot doc wording
2019-02-12 15:51:01 -05:00
Abdelaziz Bennouna
4f203bc230
fix(range): implement RTL (from PR 17157) ( #17384 )
...
- MD PIN fixes not committed because they depend on mixin changes
references #17012
2019-02-12 15:34:48 -05:00
Manu Mtz.-Almeida
74ce34fa68
fix(range): chrome bug with will-change
2019-01-28 18:42:51 +01:00
Manu MA
59bd823d05
fix(gesture): destroy gesture handler when it's done ( #17184 )
...
fixes #16433
fixes #16974
2019-01-21 02:01:44 +01:00
Manu MA
2b4d7b7be9
fix(angular): apply validation classes properly
...
* fix(angular): add validation classes to ion-item
* fix(inputs): focus handling
fixes #17171
fixes #16052
fixes #15572
fixes #16452
fixes #17063
2019-01-19 22:56:00 +01:00
Manu MA
6364e4e2a1
fix(inputs): keyboard focus improvements ( #16838 )
...
fixes #16815
fixes #16872
fixes #13978
fixes #16610
2019-01-11 19:36:02 +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
Manu Mtz.-Almeida
f9483a0c13
refactor(utils): reorganize some chunks
2018-12-28 20:38:24 +01:00
Manu MA
b6aea08be4
fix(content): do not scroll on pan-x ( #16721 )
2018-12-13 16:30:37 +01:00
lukejoliat
c036cb0924
feat(range): add support for range bar border radius ( #16519 )
2018-12-07 10:42:06 -05: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
Cam Wiegert
69f63b3849
fix(range): add slot margins ( #16464 )
...
This adds margins between the range slider and its slotted content, such as labels or icons.
2018-11-26 18:54:15 -06:00
Manu MA
fd79b57748
fix(inputs): fix aria with shadow-dom ( #16329 )
2018-11-16 19:26:55 +01:00
Cam Wiegert
5d0050157e
fix(range): increase MD horizontal padding ( #16312 )
...
This increases the horizontal padding on Material Design
range to prevent clipping within item.
2018-11-13 10:42:45 -06:00
Cam Wiegert
07571265a3
fix(range): use fully opaque base in color active bar ( #16224 )
...
This fixes a specificity issue where Material Design ranges with a color attribute wouldn't apply a fully opaque color to the active portion of the range bar.
2018-11-04 17:44:31 -06: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
b2f493fb0e
fix(range): match MD spec ( #16150 )
2018-10-30 16:46:01 -05: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
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
a29ffb49ca
test(colors): add examples for custom color w/ attribute
2018-10-10 11:35:24 -05:00
Daniel Imhoff
2172aa9dae
test(screenshot): use Arial for testing
2018-10-09 13:40:31 -05:00
Manu Mtz.-Almeida
9d109d68c8
fix(all): disable animations in e2e tests
2018-10-08 10:18:31 -05:00
Cam Wiegert
95f7a4a61f
test(range): migrate e2e tests
...
references #15803
2018-10-01 14:24:39 -05:00
Manu Mtz.-Almeida
c49d896e08
refactor(all): using ComponentInterface
2018-09-14 18:47:00 +02:00
Alessandro Genova
f62601fb0a
fix(range): update range ratio when new min/max are passed ( #15512 )
...
fixes #15511
2018-09-13 19:29:28 +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
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 Mtz.-Almeida
f4807d1198
chore(): fix lint
2018-08-30 19:08:57 +02:00
Cam Wiegert
cf35445f22
fix(range): add and document custom properties
...
references #14850
references #14808
2018-08-30 11:00:12 -05:00
Manu MA
096d9a76f3
fix(css): add core.css ( #15220 )
...
fixes #15170
2018-08-29 18:05:20 +02:00
Manu Mtz.-Almeida
7917ba96ef
refactor(all): consistent gesture events
2018-08-26 01:26:36 +02:00
Manu Mtz.-Almeida
d12ef78de6
refactor(all): cleanup mode font
2018-08-24 03:33:44 +02:00
Manu Mtz.-Almeida
d856ecfbbf
chore(): update to latest stencil
2018-08-12 12:04:27 +02:00