Liam DeBeasi
d12757f975
fix(): sanitize components using innerHTML ( #18083 )
...
fixes #18065
2019-04-26 11:56:37 -04:00
Santosh Yadav
0fa645b8cc
fix(segment): decrease icon size on ios and stretch segment buttons to fill height ( #17751 )
...
fixes #17069
2019-04-25 12:46:34 -04:00
Liam DeBeasi
2457a23e95
fix(): add prefixed transform for older versions of chrome ( #18128 )
...
fixes #17729
2019-04-25 11:57:25 -04:00
Abdelaziz Bennouna
ae0ecccd2e
fix(button): apply round property to button sizes in iOS ( #18125 )
...
fixes #18108
2019-04-25 11:32:23 -04:00
Brandy Carney
3cdab10aa0
fix(textarea): reposition textarea when keybard appears ( #18098 )
...
fixes #17847
2019-04-24 12:33:22 -04:00
Brandy Carney
95945c05a5
fix(item): use the global activated background for md ripple color ( #16752 )
...
fixes #16585
2019-04-24 11:36:12 -04:00
obedm503
33acd78469
docs(toolbar): fix end slot documentation ( #18092 )
2019-04-23 23:30:12 -04:00
Liam DeBeasi
ca233b547a
fix(datetime): default to current date when value is null ( #18105 )
...
fixes #18099
2019-04-23 13:12:17 -04:00
Brandy Carney
464ec3b70a
docs(components): update method and parameter descriptions ( #18075 )
2019-04-23 12:59:25 -04:00
Brandy Carney
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
KyDenZ
a5b9066fee
feat(searchbar): add disabled property ( #17935 )
...
closes #17921
2019-04-22 11:37:58 -04:00
Liam DeBeasi
c178236e32
docs(slides): add swiper prefix in animation usage ( #18073 )
2019-04-18 09:51:09 -04:00
Nikhil Maheshwari
8d59d44431
docs(fab-list): update the activated description ( #18026 )
2019-04-17 16:47:10 -04:00
Brandy Carney
73e2123ce8
4.3.0
2019-04-17 15:27:06 -04:00
Brandy Carney
70db7080b1
test(toast): remove the safe area to enable clicks on all buttons
2019-04-17 15:06:55 -04:00
Brandy Carney
9e63947e3c
fix(action-sheet): default buttons to empty array
...
fixes an error with the timing of the buttons being added
2019-04-17 12:56:32 -04:00
Tomasz Nicieja
07e739a364
feat(toast): add variables to change position start/end of toast ( #17961 )
...
closes #17854
2019-04-16 18:13:14 -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
Brandy Carney
38ae3620a2
fix(textarea): update label alignment for inputs and textareas ( #18042 )
...
- aligns label and textarea to baseline
- updates floating and stacked labels in items to align closer to the md spec
fixes #16187
2019-04-16 14:57:32 -04:00
Brandy Carney
72be80cb58
fix(item): use the correct input highlight for an inset line item ( #18052 )
...
fixes #18051
2019-04-16 13:14:26 -04:00
Liam DeBeasi
cc60b60135
fix(datetime): date strings no longer revert to previous day ( #18018 )
...
fixes #17977
2019-04-16 12:34:35 -04:00
Liam DeBeasi
447497427e
fix(slides): expose interface to provide custom animations ( #17959 )
...
fixes #16616
Co-Authored-By: CFT-Chris <mail@chrislo.ca >
2019-04-16 12:02:47 -04:00
Liam DeBeasi
18b347b4e9
fix(slides): allow zoom to work
...
fixes #17981
2019-04-16 10:51:23 -04:00
konnectappdev
29bb4fcb05
fix(input): prevent input from losing focus when tapping clear button ( #18004 )
...
fixes #18002
2019-04-16 10:01:56 -04:00
Jason
11aa48c83c
chore(reorder-group): correct typo in ReorderGroupState enum ( #18017 )
...
fixes #18016
2019-04-16 09:39:58 -04:00
Michael Asimakopoulos
f13722cc20
fix(item-sliding): hide opposite side options when other side is open ( #17986 )
...
* fix(item-sliding): hide opposite side options
* Fix padding issue
* add visibility hidden for item options
2019-04-15 17:20:15 -04:00
Liam DeBeasi
983382c327
fix(toast): update toast interface to include buttons
2019-04-15 17:09:00 -04:00
Liam DeBeasi
1b16e1f378
chore(): add rtl label to appropriate tests
2019-04-15 16:50:03 -04:00
Brandy Carney
494991e9fb
fix(textarea): float label when a value is changed async ( #18024 )
...
emits styles to the parent item on value change so that the item will get the proper class to float the label
fixes #17555 fixes #17559
2019-04-12 13:23:04 -04:00
Liam DeBeasi
1199c53437
test(): remove custom screenshot names ( #18022 )
...
* test(): remove custom screenshot names
* update test names
2019-04-12 13:02:03 -04:00
Zachary Keeton
6e1a8f1df2
feat(toast): add header and additional custom toast buttons ( #17147 )
...
Adds a `header` and `buttons` property to toast. This allows for a toast header to be passed and multiple buttons including action buttons and icon only buttons which matches the Material Design spec. Adds hover states to the button to match the spec. Updates usage section to recommend the new way of passing a close button using the buttons array and `cancel` role. If a button is passed using the cancel role default the color to match the spec. Buttons will default to the `end` side but have the option of being placed on the `start` side.
Co-authored-by: Simon Hänisch <simonhaenisch@users.noreply.github.com >
Co-authored-by: Brandy Carney <brandy@ionic.io >
closes #16791 closes #16237 closes #17611
2019-04-11 11:46:10 -04:00
Matt Netkow
b081ca4dd0
docs(modal): update Angular usage code ( #17978 )
...
closes ionic-team/ionic-docs#620
2019-04-06 12:13:50 -04:00
Liam DeBeasi
2f34f52536
move lazy loading to angular usage
2019-04-05 12:32:52 -04:00
Liam DeBeasi
c87e26131a
docs(modal): add lazy loading usage
2019-04-03 12:44:00 -04:00
Liam DeBeasi
72a47548ce
4.2.0
2019-04-03 10:38:58 -04:00
Brandy Carney
2ceacf9d50
remove commented out file
2019-04-02 17:49:15 -04:00
Kelvin Dart
346ecb2a3c
fix(item-option): styling and behaviour for disabled item-option ( #17909 )
...
fixes #17905
2019-03-28 14:20:29 -04:00
Liam DeBeasi
51614c1b32
test(fab): increase fab timeout ( #17906 )
2019-03-28 10:41:40 -04:00
Michael Tintiuc
f69f221e10
docs(range): update ion-range vue docs ( #17885 )
2019-03-28 10:15:56 -04:00
pwespi
29d0d0ef28
chore(): update beta url refs #17900 )
2019-03-28 08:29:20 -04:00
David
dbb39cd00d
fix(css): resolve spinner and checkbox issues on older chrome versions ( #17896 )
...
fixes #17524
fixes #17501
2019-03-27 12:35:53 -04:00
Ivan Tham
04f931f694
feat(img): add ionError event ( #17134 )
...
resolves #16947
2019-03-27 10:58:03 -04:00
Adam LaCombe
352797e932
fix(reorder-group): add ability to reorder items inside shadow ( #17747 )
...
- adds ability to reorder items from within a shadow dom component
- adds interactive test
fixes #17746
2019-03-26 17:00:44 -04:00
David Boho
a8a48a4ca4
fix(virtual-scroll): use correct item top calculation with header or footer function ( #15948 ) ( #17345 )
...
- use the right index in updateVDom to update the top transition ()
- extend unit test to verify the top is also calculated right with a given headerFn and footerFn
- update the visibility of the node also if a given approxHeaderHeight/approxFooterHeight matches the calculated height
fixes #15948 fixes #17298
2019-03-26 16:17:03 -04:00
Seth Lilly
016fa16d44
feat(range): add ticks attribute ( #17718 )
...
closes #17717
2019-03-26 14:33:16 -04:00
Liam DeBeasi
c47764c670
tests(): increase timeout for fab and menu tests ( #17826 )
...
* increase timeouts for fab and menu tests
* increase menu timeout
* wait for menu to be available
* change 250 to 150
* revert 150ms timeout for menu
* testing longer menu timeout
* testing increased timeout
* add enable command
* add enable menu ctrl method call
* remove debug timeouts
2019-03-26 11:41:29 -04:00
Liam DeBeasi
1ecfcd1902
fix(select): fix options being added async while overlay is open ( #17860 )
...
fixes #15716
fixes #17851
2019-03-26 11:29:24 -04:00
Liam DeBeasi
eaec9ca791
docs(item): update item detail property usage ( #17861 )
...
updates the documentation for item to better explain how to use the detail prop
2019-03-25 13:39:15 -04:00
Brandy Carney
fccaaf8a91
fix(progress-bar): flip rtl using the existing reversed property ( #17464 )
...
updates the progress bar to always use the ltr dir but take advantage of the reversed property when dir is rtl.
references #17012
2019-03-25 13:03:19 -04:00
pwespi
34f6f1d736
fix(datetime): account for 0 value when setting up picker columns ( #17869 )
2019-03-25 08:49:29 -04:00