Victor Berchet
56f6f56c66
fix(router): guards are now triggered on initial navigation ( #23123 )
...
resolves #22936
2021-05-20 10:05:49 -04:00
Liam DeBeasi
f022464cf8
docs(menu, split-pane): update contentId docs to be more clear ( #23008 )
2021-03-03 10:40:39 -05:00
Hans Krywalsky
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
Amith Mihiranga
b768181307
docs(input): add available autocapitalize property options ( #21886 )
...
Co-authored-by: Brandy Carney <brandy@ionic.io >
2020-12-16 09:53:00 -05:00
Brandy Carney
afcc46e1cc
fix(radio): properly announce radios on screen readers and resolve axe errors ( #22507 )
2020-11-24 11:43:59 -05:00
Takuma Kira
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
Brandy Carney
7214a8401b
fix(checkbox): use a native input to fix a11y issues with axe and screen readers ( #22402 )
...
fixes #21644
fixes #20517
fixes #17796
2020-11-12 11:25:33 -05:00
Hans Krywalsky
0a0cbd8f2a
feat(chip): add disabled property ( #20658 )
...
resolves #19510
2020-11-05 14:18:24 -05:00
Liam DeBeasi
27191026ef
docs(): add note on form bindings with debounce ( #22409 )
2020-11-02 09:26:42 -05:00
Vlad Topala
992580a383
fix(label): keep color when focused on a floating or stacked label ( #18576 )
...
fixes #18531
2020-10-07 13:32:15 -04:00
Brandy Carney
ea0e0499e2
fix(radio): update to follow accessibility guidelines outlined by wai-aria ( #22113 )
...
This also fixes the Select "popover" interface as it is made up of radio buttons
WAI-ARIA Guidelines:
- Tab and Shift + Tab: Move focus into and out of the radio group. When focus moves into a radio group :
- If a radio button is checked, focus is set on the checked button.
- If none of the radio buttons are checked, focus is set on the first radio button in the group.
- Space: checks the focused radio button if it is not already checked.
- Right Arrow and Down Arrow: move focus to the next radio button in the group, uncheck the previously focused button, and check the newly focused button. If focus is on the last button, focus moves to the first button.
- Left Arrow and Up Arrow: move focus to the previous radio button in the group, uncheck the previously focused button, and check the newly focused button. If focus is on the first button, focus moves to the last button.
Closes #21743
2020-09-24 14:33:27 -04:00
Brandy Carney
99f2532ee1
fix(input): only focus the first input / textarea when clicking on the parent item ( #22049 )
...
fixes #22037 resolves #22032
2020-09-14 11:44:37 -04:00
Brandy Carney
e4964ff77b
fix(input): properly focus the input when clicking the item padding in WebKit ( #21930 )
...
Related WebKit bug: https://bugs.webkit.org/show_bug.cgi?id=214859
Issue Number: fixes #21509
2020-08-27 14:52:02 -04:00
Liam DeBeasi
eb592b8917
fix(nav): insertPages method correctly inserts multiple pages with props ( #21725 )
...
fixes #21724
2020-07-22 12:06:29 -04:00
Liam DeBeasi
a625c837a6
feat(input, textarea): expose native events for ionBlur and ionFocus ( #21777 )
...
resolves #17363
2020-07-17 17:43:17 -04:00
Liam DeBeasi
77464ef21a
feat(router): add navigation hooks ( #21709 )
2020-07-17 11:08:16 -04:00
Liam DeBeasi
fbcd3f8c08
docs(select-option): clarify that disabled does not apply for action sheets ( #21584 )
...
resolves https://github.com/ionic-team/ionic/issues/21578
2020-06-19 13:45:49 -04:00
Brandy Carney
cf3035778c
chore(stencil): update to v1.14 ( #21458 )
2020-06-10 11:36:02 -04:00
Brandy Carney
17375d2325
feat(all): add shadow parts to missing components ( #21436 )
2020-06-10 09:58:33 -04:00
Stefanos Anagnostou
698e526b9f
feat(fab-button): add closeIcon property ( #19626 )
2020-06-08 16:46:03 -04:00
Liam DeBeasi
f34d3752e3
feat(all): add support for configuring animations on a per-page basis ( #21433 )
2020-06-08 15:49:14 -04:00
Alexey Vinogradov
5bf83b80d7
feat(all): add optional generics typings for overlay component methods ( #21393 )
2020-06-03 09:08:27 -04:00
Niklas Merz
c7e94a1f23
docs(datetime): specify default value for dayShortNames ( #21281 )
2020-06-02 17:21:38 -04:00
Adam Bradley
323e15003f
chore: internal import updates to improve bundling ( #21400 )
...
* chore: internal import updates to improve bundling
- Rename keyboard.ts so it has a good filename after custom element bundling
- Import util fns directly instead of from top level index
- Do not export with *
* chore(angular): bump ng-packagr
Co-authored-by: Mike Hartington <mikehartington@gmail.com >
2020-05-29 10:04:12 -05:00
Manu MA
4fd7c0cc5a
feat(all): add all autocomplete values to input and searchbar ( #21297 )
2020-05-22 09:23:44 -04:00
Liam DeBeasi
bcf0fa17a9
docs(select): direct old controller links to component pages ( #21167 )
2020-04-30 12:10:08 -04:00
Liam DeBeasi
a261cb1f67
chore(select): make note about interfaceOptions and alert input/buttons clearer ( #21166 )
2020-04-30 11:12:54 -04:00
Liam DeBeasi
fa9ddc91bc
feat(all): add ability to eject from Ionic sanitizer ( #20457 )
...
resolves #18277
2020-04-27 16:03:39 -04:00
Liam DeBeasi
1622d9bb3c
feat(textarea): add support for inputmode and enterkeyhint ( #21106 )
2020-04-24 11:56:10 -04:00
Liam DeBeasi
57b2a6b0cc
docs(input): provide info regarding pattern used with date type ( #21067 )
...
fixes #21020
2020-04-17 10:09:21 -04:00
Liam DeBeasi
e90683a713
feat(searchbar): add support for enterkeyhint ( #21036 )
...
fixes #21034
2020-04-15 15:08:43 -04:00
Liam DeBeasi
3efaf43821
feat(input): add support for enterkeyhint ( #21035 )
...
fixes #21034
2020-04-15 15:08:12 -04:00
Manu MA
976e68da5b
refactor(): minor updates for next stencil version ( #20787 )
2020-03-24 11:59:07 -04:00
Niklas Merz
800a9339bc
docs(item-sliding): fix link to list ( #20519 )
2020-02-18 15:37:32 -05:00
Liam DeBeasi
4d50064764
fix(segment): only emit ionChange when user releases pointer from screen ( #20495 )
...
fixes #20500
fixes #20257
2020-02-18 15:11:28 -05:00
Ely Lucas
3a56228290
fix(core): updating type of input value to accept numbers, fixes #20173 ( #20267 )
2020-01-23 13:10:29 -07:00
Manu MA
a5229d90ca
refactor(): remove checked property in favor of parent value ( #19449 )
...
BREAKING CHANGE:
The following components have been updated to remove the checked or selected properties:
- Radio
- Segment Button
- Select
Developers should set the value property on the respective parent components in order to managed checked/selected status.
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com >
2020-01-17 17:22:26 -05:00
Liam DeBeasi
8732a10757
refactor(): remove deprecated controllers ( #20165 )
...
* remove action-sheet-controller and alert-controller
* rmeove loading controller
* remove popover controller
* remove toast controller
* remove picker-controller
* remove modal controller
* remove menu controller
* update menu ctrl in tests
* run linter
* remove window refs
* Update core/src/components/loading/test/standalone/index.html
Co-Authored-By: Brandy Carney <brandyscarney@users.noreply.github.com >
* remove window from modal tests
* test
* testing timeout
* change timeout
Co-authored-by: Brandy Carney <brandyscarney@users.noreply.github.com >
2020-01-14 12:09:35 -05:00
Brandy Carney
dc66ce48e1
feat(segment): implement iOS 13 segment with animation ( #19036 )
...
Changes
Closes #18663
* Converts Segment to shadow
* Enables gesture to swipe between segment buttons
* Adds indicator transition to slide the indicator between buttons
* Updates global theme variables
* Removes activated state, now handled by the gesture
* Updates iOS to latest iOS 13 UI
* Ensures customization is working for the buttons and indicator
* Updates the e2e tests
2020-01-14 11:51:28 -05:00
Asif Rahman
7b032c5e9b
feat(datetime): add custom timezone display property ( #19519 )
...
resolves #19401
2020-01-09 15:29:40 -05:00
Liam DeBeasi
04e7c03132
feat(refresher): add iOS native refresher ( #20037 )
...
fixes #18664
2019-12-18 10:52:58 -05:00
Liam DeBeasi
6612604733
refactor(searchbar): set inputmode default to undefined ( #20080 )
...
fixes #20074
BREAKING CHANGE: The `inputmode` property for `ion-searchbar` now defaults to `undefined`. To get the old behavior, set the `inputmode` property to `"search"`.
2019-12-16 12:16:54 -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
Adam Bradley
69e10de718
refactor(ionicons): update to ionicons v5 ( #19670 )
...
* refactor(ionicons): update to ionicons v5
* refactor(back-button): update back button icon to v5 ionicons
* refactor(item): update default detail icon to chevron-forward
* refactor(reorder): update reorder icon for ionicons v5
* refactor(searchbar): use search-sharp
* refactor(searchIcon): update v5 ionicon
* refactor(clearIcon): update searchbar clear icon
* refactor(cancelButton): update to arrow-back-sharp
* refactor(menuIcon): update to v5 ionicons
* api readme updates
* update react and vue ionicons
* add ionicons to react deps
* add ionicons to ionic/vue deps
* add icon to react test
* updates
* fix back button regression for no icon
* update tests
* fix more tests
* fix more icons
* update ionicons version
* fix circle icons
* add correct ellipsis
2019-11-20 09:53:32 -05:00
Brandy Carney
5bbb95fae1
feat(list-header): redesign list header for iOS spec ( #19915 )
2019-11-19 14:53:37 -05:00
Matthew Harris
9e9f72a87f
docs(): fix occurred typo ( #19916 )
...
* docs(searchbar): typo ocurred / occurred
* docs(textarea): occurred typo
* docs(input): occurred typo
* docs(regenerate): occurred typo fix
2019-11-18 09:20:21 -05:00
Mike Hartington
ab9d3b2696
chore(): update stencil ( #19734 )
...
* chore(): update stencil
* bump deps
* chore(): bump jest
2019-11-01 10:06:23 -07:00
Liam DeBeasi
32b97582cb
refactor(): remove old animation utility ( #19586 )
...
Use Ionic Animations instead
2019-10-11 13:47:52 -04:00
Liam DeBeasi
ac4f254a4f
refactor(): remove [main] from split-pane ( #19511 )
2019-10-10 14:34:16 -04:00
Brandy Carney
3cac855e1a
refactor(searchbar): remove boolean values from showCancelButton ( #18953 )
...
BREAKING CHANGES
The `show-cancel-button` property of the searchbar no longer accepts boolean values. Accepted values are strings: `"focus"`, `"always"`, `"never"`. The following should change:
```
<ion-searchbar show-cancel-button>
<ion-searchbar show-cancel-button="true">
<ion-searchbar show-cancel-button="false">
```
becomes
```
<ion-searchbar show-cancel-button="focus">
<ion-searchbar show-cancel-button="focus">
<ion-searchbar show-cancel-button="never">
```
2019-10-10 14:34:16 -04:00