e750e33616
fix(refresher): refresher is visible with multiple custom scroll targets ( #25750 )
...
Resolves #25495
2022-08-15 14:58:38 -04:00
0b275af5ac
fix(all): ripple effect is no longer added when scrolling ( #25352 )
...
resolves #22030
2022-06-03 12:29:36 -04:00
48a3794c16
docs(content): set scrollEvents to true to listen to scroll events ( #25314 )
...
Resolves #25308
2022-05-18 22:20:24 -04:00
15c169043f
chore(docs): remove manual documentation ( #24984 )
2022-04-21 12:31:51 -04:00
5676bab316
lint(eslint): migrate to eslint and prettier ( #25046 )
2022-04-04 11:12:53 -04:00
2ac9105796
fix(ios): swipe to go back now works in rtl mode ( #24866 )
...
resolves #19488
2022-03-07 08:59:21 -05:00
c9f7909d62
chore(): sync with main
2021-12-13 11:31:44 -05:00
1bfac52331
perf(content): remove global click listener to improve interaction performance ( #24360 )
...
resolves #24359
2021-12-10 10:34:44 -05:00
e4056f7945
chore(): sync with main
2021-12-07 14:57:29 -05:00
f6a00ea954
fix(popover): handle scrolling in content so header can be sticky ( #24294 )
2021-12-06 10:45:37 -06:00
e41b0e0cf2
fix(content): ensure fixed slot renders on top of content in iOS ( #24300 )
2021-12-01 13:47:39 -06:00
36a096c9b6
fix(content): ensure scrollEl is always available in scroll methods ( #24255 )
2021-11-24 08:40:36 -06:00
8708095111
feat(all): add CustomEvents types to components that emit events ( #23956 )
...
resolves #22925
BREAKING CHANGE: The `RadioChangeEventDetail` interface has been removed in favor of `RadioGroupChangeEventDetail`.
2021-09-24 16:28:49 -04:00
d749d583e7
chore(): sync with main
2021-07-20 12:50:52 -04:00
7315e0157b
chore(): switch to using disallow terminology ( #23618 )
2021-07-13 14:03:58 -04:00
6ca17805b8
fix(content): add touch-action manipulation for a11y zoom and pan ( #23534 )
...
resolves #22805
2021-06-29 15:25:15 -04:00
7d47c91641
chore(): sync next with main branch
2021-05-26 10:14:38 -04:00
dc430af906
fix(all): reflect color property as an attribute for vue ( #23345 )
...
resolves #23323
2021-05-21 19:26:53 -04:00
aede8e686f
chore(): resolve merge conflicts
2021-04-23 11:41:46 -04:00
2d07d8216a
fix(content): change main child element to div when parent is menu ( #23160 )
...
* fix(content): change main child element to div when parent is menu
* fix(content): change main child element to div when parent is menu, popover, or modal
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>
* fix(content): make closest element detector unreactive
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>
2021-04-12 09:22:24 -04:00
6f2cbe6e59
breaking(config): remove experimentalTransitionShadow config option ( #22797 )
2021-01-20 14:02:56 -05:00
d77a9d57ec
perf(ios): move content to stacking context while preserving position: fixed behavior ( #22489 )
...
resolves #22473
2020-11-12 16:02:12 -05:00
a9b2260100
test(core): add lang attr to html tag to resolve axe errors ( #22410 )
2020-11-02 17:08:03 -05:00
9f44966d85
perf(ios): move content to stacking context to improve scrolling performance on iOS devices ( #22180 )
2020-10-29 16:41:20 -04:00
db2cac20fb
docs(vue): update component usage examples for vue 3 ( #22050 )
2020-09-11 13:48:21 -04:00
06ab66edc7
chore(dependencies): update vulnerabilities and minor/patch outdated ( #21948 )
...
Updates core dependencies with vulnerabilities
Updates all outdated core minor / patch dependencies
Fixes new lint errors due to updated stylelint (these errors were good)
2020-08-21 12:42:44 -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
cf3035778c
chore(stencil): update to v1.14 ( #21458 )
2020-06-10 11:36:02 -04:00
50678c03c9
fix(ios): transition shadow properly sized regardless of footer ( #21095 )
2020-05-13 12:17:45 -04:00
687122127c
docs(stencil): add stencil usage to components ( #21261 )
2020-05-12 20:35:48 -04:00
578ab93d29
feat(content): add parts support for background, scroll ( #20929 )
2020-04-27 16:01:39 -04:00
8680c2e83b
fix(content): apply --offset-top and --offset-bottom values correctly ( #20790 )
...
fixes #20735
2020-03-24 15:44:56 -04:00
976e68da5b
refactor(): minor updates for next stencil version ( #20787 )
2020-03-24 11:59:07 -04:00
c68160ecd3
fix(content): set overscroll-behavior based on the scroll direction ( #20011 )
...
resolves #20010
2020-03-23 15:07:08 -04:00
fd1b44a40b
fix(content): only emit scroll events if enabled ( #20401 )
2020-02-07 11:53:11 -05:00
7877ea03fe
docs(content): add information on fixed slots ( #20324 )
...
closes ionic-team/ionic-docs#731
2020-01-29 10:40:33 -05:00
09bef71ccd
fix(content): resolve height inheritance issues ( #20309 )
...
fixes #20305
2020-01-27 13:00:10 -05:00
e613f63590
fix(content): set min-height to allow for sticky headers( #20265 )
...
fixes #20258
2020-01-22 11:42:24 -05:00
9d63b41a52
fix(content): scroll-content div now takes up full height of container ( #20194 )
...
fixes #20185
2020-01-13 16:09:19 -05:00
04e7c03132
feat(refresher): add iOS native refresher ( #20037 )
...
fixes #18664
2019-12-18 10:52:58 -05:00
b3b3312711
feat(modal): add card-style presentation with swipe to close gesture ( #19428 )
...
resolves #18660
2019-12-10 16:02:41 -05:00
fce3e24600
fix(content): set fixed content to position absolute ( #19867 )
...
Adds absolute position to fixed slot in order to display text that is inside of the slot.
Fixes #17754
Co-authored-by: Matthew de Nobrega matthew@caro.health
2019-11-08 10:31:33 -05:00
df1bc1e627
refactor(gesture): update Gesture API to latest ( #19671 )
2019-10-17 14:18:39 -04:00
e665d38d23
refactor(): remove no-border references, add ion-no-border class ( #18954 )
...
* remove no border ref
* change to dispaly
* update usage
2019-10-10 14:34:16 -04:00
bb32cea5c9
fix(content): set overscroll only on iOS ( #19470 )
...
fixes #19465
2019-10-08 13:01:38 -04:00
8a52c7d66b
fix(content): remove pointer-events from iOS transition shadow ( #19471 )
...
fixes #19466
2019-09-27 09:33:52 -04:00
48a27636c7
fix(all): component reusage ( #18963 )
...
Use new stencil APIs to allow ionic elements to be reused once removed from the DOM.
fixes #18843
fixes #17344
fixes #16453
fixes #15879
fixes #15788
fixes #15484
fixes #17890
fixes #16364
2019-08-27 16:29:37 +02: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
a5d3c6bcd2
fix(transition): enable ios transition shadow by default ( #19051 )
2019-08-08 12:30:02 -05:00
a869ca0bba
(fix): define top-level ARIA landmark regions to improve accessibility ( #18672 )
...
references #18671
2019-07-24 17:35:50 -04:00