b259ca6a1f
ci(lint): ensure linted results are pushed for build to pass ( #25196 )
2022-04-26 12:58:20 -04:00
15c169043f
chore(docs): remove manual documentation ( #24984 )
2022-04-21 12:31:51 -04:00
1b407abdf5
fix(all): import path is now correct when using ionic in a stencil app ( #25123 )
...
resolves #25122
2022-04-14 09:34:52 -04:00
1f3f9b0df7
chore(): resolve additional merge conflicts
2022-04-04 20:13:14 +00:00
2ebb94ba01
lint(): run prettier on feature-6.1
2022-04-04 19:38:08 +00:00
d737f7074d
lint(): fix lint issues with feature-6.1
2022-04-04 19:37:12 +00:00
083a31acdc
chore(): sync feature-6.1 with main
2022-04-04 15:27:16 -04:00
5676bab316
lint(eslint): migrate to eslint and prettier ( #25046 )
2022-04-04 11:12:53 -04:00
2af24494f5
chore(playwright): enable type checking ( #25034 )
2022-03-31 15:42:09 -04:00
2a438da010
feat(content, reorder-group, header, footer, infinite-scroll, refresher): add custom scroll target to improve compatibility with virtual scroll ( #24883 )
...
Resolves #23437
2022-03-15 11:47:46 -04:00
b193b83c7c
test(infinite-scroll): scroll threshold ( #24902 )
2022-03-09 10:31:10 -05:00
8ed948e647
docs(infinite-scroll): update typings for Vue example ( #24892 )
...
Co-authored-by: ThomasHambach <ThomasHambach@users.noreply.github.com>
2022-03-07 11:05:30 -05:00
1c3b3791d0
docs(infinite-scroll): use proper equality check ( #24767 )
2022-02-22 09:02:54 -06:00
143b227d35
chore(): sync GitHub Actions with main
2021-11-02 09:21:41 -04:00
811a34493d
docs(react): fix infinite scroll example to remove extra imports ( #24147 )
2021-11-01 17:47:07 -04:00
794bfbbc57
docs(react): add examples for infinite scroll ( #24130 )
2021-10-28 16:23:26 -04:00
8a86cfb705
fix(infinite-scroll): infinite scroll event now fired with custom elements build ( #24043 )
...
resolves #24034
2021-10-07 14:36:21 -04: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
a9b2260100
test(core): add lang attr to html tag to resolve axe errors ( #22410 )
2020-11-02 17:08:03 -05:00
6be8b8d89d
docs(vue): add infinite scroll examples ( #22317 )
2020-10-14 15:41:46 -04:00
ec7c023873
chore(): run build on infinite scroll docs ( #22025 )
2020-09-03 14:48:01 -04:00
e02b33ac75
docs(infinite-scroll): removing verbiage on infinite scroll support in react ( #22024 )
2020-09-03 09:24:28 -06:00
687122127c
docs(stencil): add stencil usage to components ( #21261 )
2020-05-12 20:35:48 -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
e82648bda2
refactor(all): update to one (part 3) ( #18874 )
2019-07-25 20:22:44 +02:00
0d58101edc
fix(infinite-scroll): fix scroll listener
2019-06-27 17:50:13 +02:00
598a13ecc0
chore(test): remove unused preview tests ( #18608 )
2019-06-24 17:15:57 -05: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
bd96491d03
fix(reorder-group): remove required parameter for the complete method ( #18084 )
...
also updates documentation surrounding the reorder & infinite scroll
fixes #16302
2019-04-22 18:16:23 -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
9c48fa715d
fix(spinner): fix default spinner logic for relevant components ( #17660 )
...
- In the **`loading`** component, fallback to `spinner` icon config before platform default.
- In both **`refresher`** & **`infinite-scroll`** components, use platform default as final fallback.
- In **`infinite-scroll`** test templates, and the _basic_ **`virtual-scroll`** test template, fix loading _spinner_ and _text_ attributes.
fixes #17659
2019-03-15 17:52:33 -04: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
19c8d2252a
docs(infinite-scroll): usage docs
...
* Update readme.md
* Update readme.md
* Modifying readme for scrollInfinite in the right place
2018-12-31 17:14:37 +01:00
3d656ac312
docs(all): improve type docs for event
2018-12-28 20:38:24 +01: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
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
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
33448c6eec
fix(infinite-scroll): disabled resets loading/busy state ( #16107 )
...
fixes #15994
2018-10-26 19:26:16 +02:00
3c7fee5cca
test(e2e): relative paths ( #16077 )
2018-10-24 22:41:48 -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
a72fced6fe
fix(all): docs for all missing props
2018-10-11 16:24:08 -05:00
ae3271f2d7
test(all): inject test styles on flag
2018-10-11 15:13:23 -05:00
2172aa9dae
test(screenshot): use Arial for testing
2018-10-09 13:40:31 -05:00
4036db5480
chore(): update readme
2018-10-08 15:46:34 -05:00
b4a73ad760
fix(infinite-scroll): implements position="top"
...
fixes #15481
2018-10-08 15:46:34 -05:00
9d109d68c8
fix(all): disable animations in e2e tests
2018-10-08 10:18:31 -05:00