e23d91c6e7
fix(react): checking if node is actually an element before treating it like one, fixes #19769 ( #19783 )
2019-10-30 13:16:15 -06:00
1f2b161ccd
fix(react): unmount leaving view when using browser back button, fixes #19749 ( #19781 )
2019-10-30 13:16:15 -06:00
67737bbb54
fix(react): checking isOpen again after async call before opening overlay, fixes #19755
2019-10-30 13:16:15 -06:00
29f8178794
fix(react): don't remove current view, provide a better method to determine showGoBack fixes #19731 and #19732
2019-10-30 13:16:15 -06:00
d80f45516d
feat(split-pane): convert to shadow component, add width, max-width, and min-width vars ( #19754 )
...
resolves #17088
Co-authored-by: troyanskiy <roman.rosluk@utopix.ch>
2019-10-30 14:16:39 -04:00
420aa66392
fix(toast): call button handler on cancel ( #19793 )
...
fixes #19791
v4.11.3
2019-10-30 14:02:18 -04:00
7988720b1c
fix(picker): pass data and role to the dismiss based on button click or backdrop ( #19787 )
...
- Pass the button role on dismiss of the picker (on button click or backdrop tap)
- Pass the selected values in the data on dismiss ONLY if the dismiss role is not "cancel" or "backdrop"
- Call the cancel handler when dismissing if the role is "cancel" or "backdrop"
Fixes #18454
2019-10-30 13:25:11 -04:00
67a7e232b9
feat(angular): Expose Ionic Animations via the AnimationController ( #19745 )
...
* Add animation controller for angular
* remove empty constructor
* sync with master
2019-10-29 16:14:26 -04:00
7d417154c5
feat(animation): Animation Identifiers ( #19771 )
...
resolves #19550
2019-10-29 15:44:41 -04:00
b642b532e8
fix(header): translucent toolbars now work with collapsible headers ( #19774 )
...
fixes #19773
2019-10-29 15:43:26 -04:00
0a7aae28a7
fix(header): avoid flicker on collapsible header load ( #19682 )
...
* fix flicker on collapse load
* remove old test
2019-10-29 14:36:26 -04:00
39fb8f6720
fix(menu): clicking backdrop closes menu properly ( #19785 )
2019-10-29 13:26:15 -04:00
f63d37a4c5
fix(textarea): remove padding from textarea placeholder ( #19694 )
...
fixes #19616
2019-10-22 11:01:15 -04:00
9568f228b2
merge release-4.11.2
...
Sync 4.11.2
2019-10-21 17:54:25 -04:00
a2e1c55911
4.11.2
2019-10-21 17:36:16 -04:00
834666c754
fix(react): adding change events to iontabs, fixes #19665 ( #19711 )
2019-10-21 17:32:37 -04:00
5acb58a03d
fix(react): removing pages from DOM on nav, fixes #19701 ( #19712 )
2019-10-21 17:32:32 -04:00
ce7314db0b
chore(react): removing console log and tree shaking change
2019-10-21 17:32:28 -04:00
71fdcbc1b4
fix(react): adding HashRouter to available ion routers, fixes #19621 ( #19683 )
2019-10-21 17:32:22 -04:00
4ed525dbac
chore(github): add weekly digest
v4.11.2
2019-10-18 12:07:02 -04:00
e6e01381eb
fix(ios): hide leaving view after nav transition to avoid flicker ( #19691 )
...
fixes #19674
2019-10-18 10:08:42 -04:00
e3233000c6
fix(menu): clamp out of bounds swipe value ( #19684 )
...
fixes #18927
2019-10-18 08:56:53 -04:00
f0e4215f41
docs(header): add collapse header styling details ( #19669 )
...
* update large title styles
* add missing space
2019-10-17 14:19:33 -04:00
df1bc1e627
refactor(gesture): update Gesture API to latest ( #19671 )
2019-10-17 14:18:39 -04:00
f69f9e4d54
fix(header): collapsible header works in tabs ( #19658 )
...
fixes #19640
2019-10-17 12:59:08 -04:00
ed6f3b9f3f
fix(searchbar): use back button config value ( #19353 )
...
fixes #19347
2019-10-16 11:41:25 -04:00
2981eaa501
docs(contributing): add an example of multi-line breaking changes
2019-10-15 13:14:48 -04:00
c1bff121d9
docs(contributing): update commit message guidelines
2019-10-15 12:21:44 -04:00
7fc93b61cd
merge release-5.0.0-beta.0
...
release 5.0.0-beta.0
2019-10-15 11:44:54 -04:00
cbf30ea9b7
5.0.0-beta.0
v5.0.0-beta.0
2019-10-15 11:29:02 -04:00
43ecf6ce5f
chore(release): update target branch to current branch for release tag
2019-10-14 20:07:55 -04:00
ce0bed4cf3
chore(release): update release script to move the npm link
2019-10-14 20:07:55 -04:00
b3e035085c
chore: increase timeout
2019-10-14 20:07:55 -04:00
94c13c2994
chore(scripts): update release script to include tag for rc
...
- adds support for changing the tag from `latest` to `next`
- checks the user's confirmation on the prepare and tag to end the script if the user selects no
- adds support for passing --dry-run to see what the publish will be
2019-10-14 20:07:55 -04:00
2f882373bf
fix(animations): ensure all elements are cleaned up when calling .destroy() ( #19654 )
...
* fix race condition
* remove zero
2019-10-14 14:18:29 -04:00
91008ac9a4
merge release-4.11.1
2019-10-14 11:36:08 -06:00
53010057bb
4.11.1
2019-10-14 11:14:53 -06:00
48575f8163
chore(): bumping timeout
2019-10-14 11:14:53 -06:00
28d21ae55f
chore(react): fixing test and another method to tab nav
2019-10-14 11:13:20 -06:00
8935d4d1b6
fix(react): handle tab back nav better, fixes #19646 ( #19647 )
2019-10-14 11:13:20 -06:00
3ba9e71a1f
fix(react): add IonPicker as controller component, fixes #19620 ( #19643 )
2019-10-14 11:13:20 -06:00
889f282450
fix(build): properly update peer dependencies ( #19639 )
2019-10-14 11:13:20 -06:00
b5f077b60e
fix(react): moving tslint and friends to devDependencies ( #19624 )
2019-10-14 11:13:20 -06:00
1cb97504d9
chore(release): npm link react package for the release script ( #19657 )
2019-10-14 12:54:30 -04:00
981cb5674b
chore(tests): update tests and add e2e to ci ( #19637 )
...
- increase timeout to fix failing tests
v4.11.1
2019-10-11 16:51:02 -04:00
32b97582cb
refactor(): remove old animation utility ( #19586 )
...
Use Ionic Animations instead
2019-10-11 13:47:52 -04:00
0d699fb2e4
perf(animations): do not create setTimeout if infinite iterations ( #19632 )
...
closes #19627
2019-10-11 12:49:54 -04:00
589e67e4af
perf(animations): wrap loops in requestAnimationFrame call ( #19630 )
...
fixes #19629
2019-10-11 12:00:52 -04:00
250718a40f
fix(toast): inherit height in container to center align content ( #19409 )
2019-10-10 16:05:11 -04:00
08bb60dcbb
refactor(card): convert card to shadow ( #19395 )
...
references #18899
2019-10-10 15:55:35 -04:00