faefe97da6
feat(item): add helper text, error text, counter, shape, and fill mode ( #23354 )
...
resolves #19619
2021-06-17 17:21:03 -04:00
932d3ca62f
feat(datetime): add calendar picker ( #23416 )
...
resolves #19423
BREAKING CHANGE: The `ion-datetime` component has been revamped to use a new calendar style. As a result, some APIs have been removed. See https://github.com/ionic-team/ionic-framework/blob/master/BREAKING.md for more details.
2021-06-16 15:54:15 -04:00
dc430af906
fix(all): reflect color property as an attribute for vue ( #23345 )
...
resolves #23323
2021-05-21 19:26:53 -04:00
c8a3999da1
fix(label): properly float labels for non-input items ( #23060 )
2021-03-17 12:32:50 -04:00
9282aa6871
fix(label): only show placeholder with floating label when focused ( #22958 )
...
fixes #17571
2021-03-01 15:36:29 -05:00
a9b2260100
test(core): add lang attr to html tag to resolve axe errors ( #22410 )
2020-11-02 17:08:03 -05:00
992580a383
fix(label): keep color when focused on a floating or stacked label ( #18576 )
...
fixes #18531
2020-10-07 13:32:15 -04:00
f42c688f46
fix(item): properly align datetime and select without labels and with fixed labels ( #22221 )
...
fixes #18773 fixes #18761 fixes #18779
2020-10-01 18:54:19 -04:00
db2cac20fb
docs(vue): update component usage examples for vue 3 ( #22050 )
2020-09-11 13:48:21 -04:00
00eac33053
fix(label): use translateY so input caret shows up due to webkit issue ( #21949 )
...
resolves #21943
2020-08-21 13:59:19 -04:00
9f4b01e17f
fix(range): properly display stacked labels in an item with a range ( #21944 )
...
fixes #21625
2020-08-21 13:57:13 -04:00
753fd2f910
chore(colorClass): update createColorClasses() for ts4 ( #21896 )
...
Change the createColorClasses() fn so the returned type and jsx class property work well with typescript 4
2020-08-10 09:18:41 -05:00
687122127c
docs(stencil): add stencil usage to components ( #21261 )
2020-05-12 20:35:48 -04:00
4d34ce6a31
fix(label): text overflow for slotted headings ( #20690 )
...
fixes #17087
2020-03-11 12:42:46 -04:00
3d6f287d87
fix(label): remove subpixel font-size to prevent visual glitches ( #20415 )
...
resolves #20407
2020-02-10 09:11:12 -05:00
a25007f54f
docs(react): update class usage to className ( #20366 )
2020-02-04 11:16:44 -05:00
5bbb95fae1
feat(list-header): redesign list header for iOS spec ( #19915 )
2019-11-19 14:53:37 -05:00
d4db3af881
docs(css): replace text-wrap directive with class ( #19144 )
2019-08-26 15:27:00 -04:00
930b271a4a
Master react ( #18998 )
...
* chore(): bump to beta 8
* fix(): IonFabButton href fix
* fix(react): support components with href attributes
* fix(): Prep work to break router out
* fix(): breaking react-router and react-core into own packages
* chore(): moving view stuff out of react-core
* chore(): dev build 8-1
* chore(): update to react beta 8
* chore(): fixes to deps
* fix(): removing IonAnchor in favor of IonRouterLink
* chore(): beta 9 release
* refactor(react): treeshake, minify, api
* wip
* fix(): react dev builds
* fix(): fixes to get app builds working again
* fix(): removing tgz file
* feat(): adding platform helper methods
* fix(): don't map attributes to props
* chore(): add test app
* feat(): copy css folder from core
* chore(): move rollup node resolve to devDependencies
* fix(): expose setupConfig()
* perf(): improve treeshaking
* fix(): removing crypto from generateUniqueId
* fix(): adding missing rollup dp
* fix(): test cleanup and fixes to make tests pass
* chore(): moving react to packages folder
* fix(): fixing react build due to move to packages
* feat(): adding missing IonInfiniteScrollContent component
* chore(): add automated testing using cypress
* fix(): adding option onDidDismiss to controller components
* 0.0.10 react
* wip
* fix(): removing deprecated React calls
* fix(): exporting setupConfig from core
* chore(): bump to 4.8.0-rc.0
* chore(): updating test-app deps and fixing test
* chore(): updates to react readme
2019-08-13 14:24:44 -06:00
e82648bda2
refactor(all): update to one (part 3) ( #18874 )
2019-07-25 20:22:44 +02:00
dfa2b13c3a
fix(item): do not disable entire item if there are multiple inputs ( #18696 )
...
references #18655
fixes #18670
2019-07-02 14:45:24 -04:00
598a13ecc0
chore(test): remove unused preview tests ( #18608 )
2019-06-24 17:15:57 -05:00
34dfc3ce98
refactor(all): updating to newest stencil apis ( #18578 )
...
* chore(): update ionicons
* refactor(all): updating to newest stencil apis
* fix lint issues
* more changes
* moreee
* fix treeshaking
* fix config
* fix checkbox
* fix stuff
* chore(): update ionicons
* fix linting errors
2019-06-23 11:26:42 +02:00
b40f7d36d5
fix(): update to Stencil One 🎉 🎊
2019-06-19 21:33:50 +02:00
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
ddb8ef82f0
fix(label): use primary color on focus for md input labels ( #18183 )
...
fixes #15602
2019-05-07 10:26:14 -04:00
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
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
bd38f26f9c
docs(label): update usage to place text-wrap on label ( #17705 )
...
closes ionic-team/ionic-docs#467
2019-03-07 11:11:56 -05:00
d023eb5b71
docs(vue): add usage docs for all non-controller components ( #17643 )
2019-02-28 22:01:07 -06:00
22d1aeebaa
docs(react): update component usage docs ( #17615 )
2019-02-26 08:54:01 -06:00
c68292b78f
test(rtl): add rtl script to all e2e tests ( #17009 )
2019-01-08 15:06:23 -06:00
3d656ac312
docs(all): improve type docs for event
2018-12-28 20:38:24 +01:00
60ef98d1a7
fix(list): adjust label margin to align with spec for md ( #16751 )
...
fixes #16643
2018-12-14 18:03:25 -05:00
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
6b7f8ae201
chore(): update stencil ( #16506 )
2018-11-29 18:54:51 +01:00
723d17b868
fix(label): move default flex and margin to item ( #16461 )
...
This moves item-specific margin and flex values out of label and into item as a slotted style to prevent those styles from leaking into labels further down the tree.
closes #15393
2018-11-26 18:30:17 -06:00
d09e55500c
chore(): update stencil ( #16460 )
2018-11-26 22:19:48 +01:00
fd79b57748
fix(inputs): fix aria with shadow-dom ( #16329 )
2018-11-16 19:26:55 +01:00
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
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
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
fce30ebc06
fix(color): edge currentColor bug ( #16177 )
...
fixes #16168
2018-11-01 12:14:31 -05:00
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
ef6895acbd
fix(inputs): disabled handling ( #16071 )
2018-10-25 22:50:06 +02:00
4d3ad67740
refactor(tabs): apply design-doc ( #16048 )
2018-10-25 22:13:19 +02:00
3c7fee5cca
test(e2e): relative paths ( #16077 )
2018-10-24 22:41:48 -05:00
e644fc9246
fix(label): do not animate float labels on initial load ( #16036 )
2018-10-22 20:11:46 -05:00
a9fd3399de
test(e2e): force roboto font on all systems ( #15993 )
2018-10-19 15:22:15 -05:00
3a4b21457f
chore(): update stencil
2018-10-12 11:44:43 -05:00