c0c1e3ab01
chore(): build and lint
2022-10-11 15:58:18 +00:00
f1cdf18316
chore(): sync with main:
2022-10-11 11:38:27 -04:00
f7176bbb44
fix(textarea): clearOnEdit clears textarea when user initially types ( #26006 )
2022-10-10 14:20:50 -04:00
bf5e118313
fix(input): clearOnEdit clears input when user initially types ( #26005 )
2022-10-10 14:00:10 -04:00
85d3bd99be
feat(toggle): ionChange will only emit from user committed changes ( #26078 )
...
Co-authored-by: Sean Perkins <sean@ionic.io>
2022-10-10 09:55:58 -05:00
b052d3b262
feat(searchbar): ionChange will only emit from user committed changes ( #26026 )
2022-10-03 15:08:43 -05:00
b13983848c
feat(button): submit from outside of form ( #25913 )
...
Resolves #21194
Co-authored-by: Sean Perkins <sean@ionic.io>
2022-09-30 14:10:40 -04:00
68bae80a51
feat(textarea): ionChange will only emit from user committed changes ( #25953 )
2022-09-23 13:26:21 -04:00
a6b2629ede
feat(checkbox): ionChange fires on user interaction ( #25923 )
...
BREAKING CHANGE:
`ionChange` is no longer emitted when the `checked` property of `ion-checkbox` is modified externally. `ionChange` is only emitted from user committed changes, such as clicking or tapping the checkbox.
2022-09-13 16:27:34 -04:00
c76de0cc37
chore(input): build output ( #25933 )
2022-09-13 15:16:20 -04:00
4eea9fa5c0
feat(accordion): ionChange will only emit from user committed changes ( #25922 )
...
BREAKING CHANGE:
`ionChange` is no longer emitted when the `value` of `ion-accordion-group` is modified externally. `ionChange` is only emitted from user committed changes, such as clicking or tapping the accordion header.
2022-09-13 14:33:49 -04:00
d478e03914
feat(slides): remove ion-slide, ion-slides, and IonicSwiper module ( #25868 )
2022-09-01 14:36:17 -05:00
8a1b3c5f30
feat(datetime): add header text to multiple selection; improve header consistency between modes ( #25817 )
...
Co-authored-by: Sean Perkins <sean@ionic.io>
2022-08-29 11:18:45 -05:00
499733105e
feat(datetime-button): add button for displaying datetime in overlays ( #25655 )
...
resolves #24316
2022-07-27 09:47:02 -04:00
9d31608f2d
feat(datetime): add multiple date selection ( #25514 )
2022-07-20 13:44:30 -05:00
c2781cc1c3
feat(range): add reference point for start position of range slider ( #25598 )
...
Resolves #24348
Co-authored-by: Sachin Garg <sg@rawzor.com>
2022-07-15 12:00:15 -04:00
29d0831291
chore(): run build ( #25616 )
2022-07-12 11:35:59 -04:00
3d19771185
feat(datetime): add wheel style picker for dates and times ( #25468 )
2022-06-14 16:35:47 -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
760ab24c37
chore(): sync with main
2022-04-07 14:14:05 -04:00
9fbaaf95eb
chore(): simplify overlay attribute types ( #25074 )
2022-04-07 14:11:30 -04:00
f5cb1f8444
feat(range): add knobMoveStart and knobMoveEnd events ( #25011 )
2022-04-01 11:16:01 -05:00
171020e9d2
feat(item): counter formatter to customize counter text display ( #24336 )
...
Resolves #24327
2022-03-14 16:38:37 -04:00
e932a04223
feat(datetime): isDateEnabled to enable/disable specific days ( #24898 )
...
Resolves #24209
2022-03-11 14:40:03 -05:00
d50740029e
feat(select): add event for when overlay is dismissed ( #24400 )
2022-03-02 16:25:38 -05:00
412e5f168e
chore(): revert "feat(select): add event for when overlay is dismissed ( #24099 )" ( #24398 )
...
This reverts commit c1ecf94e4e6e320b61606da3c889926f7372ced7.
2021-12-14 09:05:06 -06:00
c1ecf94e4e
feat(select): add event for when overlay is dismissed ( #24099 )
2021-12-14 08:39:25 -06:00
13d4418588
fix(react, vue): remove sideeffects to improve treeshaking ( #24313 )
2021-12-06 11:39:23 -05:00
fc1eae982d
fix(angular): prevent duplicate event emissions ( #24200 )
...
* fix(angular-output-targets): prevent duplicate event emissions
* feat(angular-output-target): update package to ^0.2.1
2021-11-11 15:42:58 -05:00
118c606703
fix(icon): update to ionicons 6 to resolve typescript 4.4 errors ( #24185 )
2021-11-08 16:59:30 -05:00
52cd5d0cce
fix(input): ionInput event emits with type of InputEvent ( #24111 )
...
The ionInput event for both ion-input and ion-textarea will emit with a type of InputEvent.
2021-11-08 16:01:38 -05:00
7ce3959b66
feat(header, footer): add ios fading header style ( #24011 )
2021-10-05 16:44:23 -04:00
4715a57010
refactor(angular): use Stencil output target for Angular bindings ( #23986 )
2021-10-05 16:14:12 -04:00
18765e7e39
feat(datetime): add clear button ( #23920 )
...
resolves #17482
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>
2021-09-14 22:52:33 -04:00
ea348f005a
feat(datetime): add firstDayOfWeek property ( #23692 )
...
resolves #23556
Co-authored-by: Liam DeBeasi <liamdebeasi@icloud.com>
2021-08-17 10:45:39 -04:00
6342fde56c
feat(datetime): add hourCycle property ( #23686 )
...
resolves #23661
Co-authored-by: Liam DeBeasi <liamdebeasi@icloud.com>
2021-08-10 13:20:17 -04:00
b6c53e539b
feat(segment): add keyboard navigation, add selectOnFocus property to control selection follow focus behavior ( #23590 )
...
resolves #23520
2021-07-20 16:45:17 -04:00
321341d97d
feat(datetime): add size property ( #23649 )
...
resolves #23518
2021-07-20 12:31:38 -04:00
8f2c4f73db
feat(range): add support for customizing pin format ( #22972 )
2021-07-09 10:57:52 -04:00
7ac010943b
feat(datetime): add showDefaultTimeLabel property and time-label slot ( #23577 )
...
resolves #23555
2021-07-07 09:21:13 -04:00
9a60dd0ea7
feat(accordion-group): add animated property to disable animations ( #23530 )
2021-06-29 08:59:41 -04:00
2f6b1e4eea
feat(breadcrumbs): add breadcrumbs component ( #22701 )
...
resolves #22770
2021-06-17 18:19:10 -04:00
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
073883a098
feat(accordion): add accordion and accordion-group components ( #22865 )
...
resolves #17094
2021-03-24 09:17:54 -04:00
215eb5d4ef
feat(searchbar): add showClearIcon property ( #22759 )
...
resolves #22738
Co-authored-by: Liam DeBeasi <liamdebeasi@icloud.com>
2021-02-23 12:34:42 -05:00
0de75afbef
feat(custom-elements): add experimental custom elements build ( #22863 )
...
Co-authored-by: Liam DeBeasi <liamdebeasi@icloud.com>
2021-02-11 12:08:00 -05:00
65bc99577c
feat(segment): add swipeGesture property to allow for disabling of the swipe gesture ( #22087 )
...
resolves #22048
2020-11-13 12:38:23 -05:00
0a0cbd8f2a
feat(chip): add disabled property ( #20658 )
...
resolves #19510
2020-11-05 14:18:24 -05:00
c83826aa73
chore(): update to stencil 2, resolve npm7 build issues ( #22396 )
...
* feat(stencil): update to stencil 2.1.2
- Updates package entry points, index.js and index.cjs.js
- Fix treeshaking unused and remove side effect globals
* chore: add typescript 4.0.5 to devDeps
* npm7 fixes
Co-authored-by: Adam Bradley <adamdbradley@users.noreply.github.com>
2020-10-27 13:42:24 -04:00