Liam DeBeasi
7315e0157b
chore(): switch to using disallow terminology ( #23618 )
2021-07-13 14:03:58 -04:00
Liam DeBeasi
dc430af906
fix(all): reflect color property as an attribute for vue ( #23345 )
...
resolves #23323
2021-05-21 19:26:53 -04:00
William Martin
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
Liam DeBeasi
d77a9d57ec
perf(ios): move content to stacking context while preserving position: fixed behavior ( #22489 )
...
resolves #22473
2020-11-12 16:02:12 -05:00
Brandy Carney
a9b2260100
test(core): add lang attr to html tag to resolve axe errors ( #22410 )
2020-11-02 17:08:03 -05:00
Liam DeBeasi
9f44966d85
perf(ios): move content to stacking context to improve scrolling performance on iOS devices ( #22180 )
2020-10-29 16:41:20 -04:00
Liam DeBeasi
db2cac20fb
docs(vue): update component usage examples for vue 3 ( #22050 )
2020-09-11 13:48:21 -04:00
Brandy Carney
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
Adam Bradley
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
Brandy Carney
cf3035778c
chore(stencil): update to v1.14 ( #21458 )
2020-06-10 11:36:02 -04:00
Liam DeBeasi
50678c03c9
fix(ios): transition shadow properly sized regardless of footer ( #21095 )
2020-05-13 12:17:45 -04:00
Brandy Carney
687122127c
docs(stencil): add stencil usage to components ( #21261 )
2020-05-12 20:35:48 -04:00
Liam DeBeasi
578ab93d29
feat(content): add parts support for background, scroll ( #20929 )
2020-04-27 16:01:39 -04:00
Liam DeBeasi
8680c2e83b
fix(content): apply --offset-top and --offset-bottom values correctly ( #20790 )
...
fixes #20735
2020-03-24 15:44:56 -04:00
Manu MA
976e68da5b
refactor(): minor updates for next stencil version ( #20787 )
2020-03-24 11:59:07 -04:00
Hayden Braxton
c68160ecd3
fix(content): set overscroll-behavior based on the scroll direction ( #20011 )
...
resolves #20010
2020-03-23 15:07:08 -04:00
Liam DeBeasi
fd1b44a40b
fix(content): only emit scroll events if enabled ( #20401 )
2020-02-07 11:53:11 -05:00
Brandy Carney
7877ea03fe
docs(content): add information on fixed slots ( #20324 )
...
closes ionic-team/ionic-docs#731
2020-01-29 10:40:33 -05:00
Liam DeBeasi
09bef71ccd
fix(content): resolve height inheritance issues ( #20309 )
...
fixes #20305
2020-01-27 13:00:10 -05:00
Liam DeBeasi
e613f63590
fix(content): set min-height to allow for sticky headers( #20265 )
...
fixes #20258
2020-01-22 11:42:24 -05:00
Liam DeBeasi
9d63b41a52
fix(content): scroll-content div now takes up full height of container ( #20194 )
...
fixes #20185
2020-01-13 16:09:19 -05:00
Liam DeBeasi
04e7c03132
feat(refresher): add iOS native refresher ( #20037 )
...
fixes #18664
2019-12-18 10:52:58 -05:00
Manu MA
b3b3312711
feat(modal): add card-style presentation with swipe to close gesture ( #19428 )
...
resolves #18660
2019-12-10 16:02:41 -05:00
Brandy Carney
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
Liam DeBeasi
df1bc1e627
refactor(gesture): update Gesture API to latest ( #19671 )
2019-10-17 14:18:39 -04:00
Liam DeBeasi
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
Manu MA
bb32cea5c9
fix(content): set overscroll only on iOS ( #19470 )
...
fixes #19465
2019-10-08 13:01:38 -04:00
Liam DeBeasi
8a52c7d66b
fix(content): remove pointer-events from iOS transition shadow ( #19471 )
...
fixes #19466
2019-09-27 09:33:52 -04:00
Manu MA
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
Manu MA
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
Adam Bradley
a5d3c6bcd2
fix(transition): enable ios transition shadow by default ( #19051 )
2019-08-08 12:30:02 -05:00
Amy Marsh
a869ca0bba
(fix): define top-level ARIA landmark regions to improve accessibility ( #18672 )
...
references #18671
2019-07-24 17:35:50 -04:00
Adam Bradley
9b075ef529
feat(transition): iOS page transition shadow ( #18695 )
...
Closes #18661
2019-07-18 14:50:56 -05:00
Manu MA
03c1d19e07
perf(all): minify better by using arrow functions ( #18730 )
2019-07-10 10:33:33 -04:00
Adam Bradley
598a13ecc0
chore(test): remove unused preview tests ( #18608 )
2019-06-24 17:15:57 -05:00
Manu MA
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
Brandy Carney
73599c22aa
docs(components): document what start and end mean for CSS variables ( #18538 )
2019-06-21 15:11:07 -04:00
Manu MA
b40f7d36d5
fix(): update to Stencil One 🎉 🎊
2019-06-19 21:33:50 +02: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
Brandy Carney
464ec3b70a
docs(components): update method and parameter descriptions ( #18075 )
2019-04-23 12:59:25 -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
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
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
Manu MA
5cb7f68ee2
fix(content): tap-click deadlock ( #17170 )
...
fixes #17138
fixes #16863
fixes #16191
fixes #16911
2019-01-18 18:53:35 +01:00
Brandy Carney
0cf189412d
fix(fab): remove layout contain from content ( #17048 )
...
fixes #16780
2019-01-17 12:45:23 -05:00
Manu MA
d3b866b290
refactor(all): remove ionChange in non-inputs ( #17101 )
...
fixes #17071
2019-01-14 21:43:24 +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 MA
b6aea08be4
fix(content): do not scroll on pan-x ( #16721 )
2018-12-13 16:30:37 +01:00