959 Commits

Author SHA1 Message Date
b78b454e08 revert(): revert base components feature (#26692)
The Ionic Framework team would like to re-evaluate our approach to improving customization options when building mobile applications. We are looking at other solutions that a) make customizing an app UI easier and b) are applicable to a broader set of developers.
2023-01-30 11:52:36 -05:00
fc561e37ef chore(): sync with main 2023-01-27 14:52:52 -05:00
227b2aea00 chore(ci): sync scripts now account for dependencies (#26686) 2023-01-27 14:37:05 -05:00
2041353187 chore(): update package lock files 2023-01-25 15:15:30 +00:00
8ebe8277e3 v7.0.0-beta.0 2023-01-25 15:15:14 +00:00
6600578d60 Merge remote-tracking branch 'origin/main' into sync-beta-0 2023-01-25 09:19:43 -05:00
e3cc0f4537 chore(): update package lock files 2023-01-25 13:46:56 +00:00
135a4194ce v6.5.1 2023-01-25 13:46:32 +00:00
8d3edd049d feat(textarea): component can be used outside of ion-item (#26674) 2023-01-24 20:57:53 -05:00
e0f610e470 chore(): run build (#26675) 2023-01-24 19:17:12 -05:00
18f109c7da feat(base-components): add ability to remove ios and md theme (#26669) 2023-01-24 16:18:35 -05:00
08da920683 chore(angular): update value accessor method 2023-01-23 13:48:12 -05:00
e8fb9e7328 chore(): sync with main 2023-01-23 13:38:16 -05:00
44b8292226 chore(angular): fix package-lock (#26637) 2023-01-19 09:12:00 -05:00
5f4650da5a chore(): update angular package-lock with legacy peer deps 2023-01-18 15:55:32 +00:00
ffe6f0ee2d chore(deps): temporarily use legacy peer deps 2023-01-18 15:28:56 +00:00
cd5ae8dd5d v6.5.0 2023-01-18 15:06:12 +00:00
c01600191e chore(): sync with main 2023-01-18 09:36:43 -05:00
90405eb0af feat(deps): update ionicons to 6.1.1 (#26626) 2023-01-18 09:12:02 -05:00
f7e630bec8 chore(): update package lock files 2023-01-18 13:53:28 +00:00
a57f532bfc v6.4.3 2023-01-18 13:53:16 +00:00
ccd2a9224e feat(deps): update ionicons to 6.1.0 (#26617) 2023-01-17 16:16:39 -05:00
02640b5795 feat(select): component can be used outside ion-item (#26572) 2023-01-11 11:21:30 -05:00
27edaf4427 chore(): update package lock files 2023-01-11 13:39:42 +00:00
13904c28eb v6.4.2 2023-01-11 13:39:17 +00:00
9761b0a092 feat(radio): component can be used outside of ion-item (#26582) 2023-01-10 21:19:21 -05:00
c2e1ad385d chore(many): replace any types and add tech debt tickets (#26293)
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>
2023-01-06 09:34:55 -06:00
9d52e70361 feat(checkbox): component can be used outside ion-item (#26518) 2023-01-05 13:49:04 -06:00
49baad8ee6 feat(range): component can be used outside of ion-item (#26479) 2022-12-15 15:52:56 -05:00
f9c681331c chore(): sync with main 2022-12-14 16:49:32 -05:00
a445301009 chore(): update package lock files 2022-12-14 14:38:05 +00:00
bcd989bbd0 v6.4.1 2022-12-14 14:37:39 +00:00
b18a193684 chore(): sync with main 2022-12-08 12:39:38 -05:00
05365ae6ce chore(): update package lock files 2022-12-07 14:59:00 +00:00
3794363130 v6.4.0 2022-12-07 14:58:41 +00:00
609a1f63eb chore(): update package lock files 2022-12-07 14:04:04 +00:00
ebf9bb5dee v6.3.10 2022-12-07 14:03:42 +00:00
1278a292f3 feat(input, toggle): add escape hatch property (#26416) 2022-12-05 13:43:07 -05:00
acb12b36ee Merge remote-tracking branch 'origin/main' into chore/sync-7.0-with-main-12-05-22 2022-12-05 11:25:10 -05:00
9729f62c92 chore(prettier): use prettier caching (#26175) 2022-12-02 11:56:16 -05:00
9243840d1d chore(): update package lock files 2022-11-30 14:21:56 +00:00
a907a4a70e v6.3.9 2022-11-30 14:21:39 +00:00
c74901c973 feat(toggle): component can be used outside of ion-item (#26357)
resolves #25570, resolves #23213

BREAKING CHANGE:

The `--background` and `--background-checked` variables have been renamed to `--track-background` and `--track-background-checked`, respectively.
2022-11-29 12:54:31 -05:00
ce2e37b1a1 fix(angular): null values are not converted to falsy value (#26341)
BREAKING CHANGE:

Datetime:

Passing the empty string to the `value` property will now error as it is not a valid ISO-8601 value.

Angular:

`null` values on form components will no longer be converted to the empty string (`''`) or `false`. This impacts `ion-checkbox`, `ion-datetime`, `ion-input`, `ion-radio`, `ion-radio-group`, ion-range`, `ion-searchbar`, `ion-segment`, `ion-select`, `ion-textarea`, and `ion-toggle`.
2022-11-23 13:03:13 -05:00
c0a8501657 feat(picker): add ability to use picker inline (#26336) 2022-11-22 15:33:47 -05:00
f23fb342b2 fix(angular): inline overlays are exported (#26333) 2022-11-22 14:14:04 -05:00
000f27d364 chore(): update package lock files 2022-11-22 15:12:24 +00:00
4d1081ae2a v6.3.8 2022-11-22 15:12:01 +00:00
dd727dbd44 chore(angular): remove unused dep from test apps (#26328) 2022-11-21 15:15:44 -05:00
124e1b505f chore(angular): test app support for angular 15 (#26313) 2022-11-21 13:51:13 -05:00