53113366e2
fix(menu): rtl support
2017-04-24 01:02:20 +02:00
51d507998c
fix(menu): rtl support
...
Squashed commit of the following:
commit 57b59eb373e76401caf1c42fa696a67e1e6a69b7
Merge: dcf80e416 f26c4b4fe
Author: Amit Moryossef <amitmoryossef@gmail.com>
Date: Fri Apr 21 14:38:03 2017 +0300
merge 'master'
commit dcf80e4161f33ca3ff4cea5ce0c6358107bbcdff
Author: Amit Moryossef <amitmoryossef@gmail.com>
Date: Fri Apr 21 01:24:40 2017 +0300
tests(menu): add menu rtl tests
commit d65575b9ca63402fdc49991349320ad1dd76f114
Author: Amit Moryossef <amitmoryossef@gmail.com>
Date: Fri Apr 21 01:24:00 2017 +0300
tests(mock): add platform to mockMenu
commit faad17ca3231d999296907a9892b3afdb48e124f
Author: Amit Moryossef <amitmoryossef@gmail.com>
Date: Fri Apr 21 01:23:01 2017 +0300
fix(menu): update gesture only if it exists
commit e50eb184ec5af3cfdb3634b1d7cfe1899da36054
Author: Amit Moryossef <amitmoryossef@gmail.com>
Date: Fri Apr 21 00:55:50 2017 +0300
refactor(menu): use magic get/set for side update
commit 89a1715661fa889157f39401c419fc55d4809f9e
Author: Amit Moryossef <amitmoryossef@gmail.com>
Date: Thu Apr 20 19:31:49 2017 +0300
revert(menu): revert removed dependency
this PR is for a specific feature
commit 7c1263624c68fc2729b24f10956841b6ff0c22f6
Merge: 4465f82f6 860567288
Author: Amit Moryossef <amitmoryossef@gmail.com>
Date: Thu Apr 20 19:26:10 2017 +0300
Merge remote-tracking branch 'upstream/master' into menu
commit 4465f82f644a96830379fe3bef8e0fbe53e6f998
Author: Amit Moryossef <amitmoryossef@gmail.com>
Date: Thu Apr 20 16:11:13 2017 +0300
style(backdrop): fix code style
commit da4983a16133ee7d85f3393161d16fe1a33d2fa4
Author: Amit Moryossef <amitmoryossef@gmail.com>
Date: Thu Apr 20 16:09:18 2017 +0300
revert(renderer): back to renderer1
commit 80ab0941d6351e3787dba11c4a6398da7044fb24
Author: Amit Moryossef <amitmoryossef@gmail.com>
Date: Sun Apr 16 11:34:34 2017 +0300
fix(swipe-back): change side according to dir
commit f99cb9844f325f43d9fb7ca22394e7ccff89f3b3
Author: Amit Moryossef <amitmoryossef@gmail.com>
Date: Sun Apr 16 11:26:49 2017 +0300
feat(platform): add dir change event emitter
commit 90de5d1105f6554ad759f280d2ed96ff6b3ef28a
Author: Amit Moryossef <amitmoryossef@gmail.com>
Date: Sat Apr 15 20:13:09 2017 +0300
fix(menu): add gesture side real-time update
migrated to Renderer2
2017-04-23 18:06:04 +02:00
396f891f33
chore(docs): updating dgeni typescript package
2017-03-14 14:50:31 -05:00
96657535f1
refactor(navigation): async component loading (aka lazy loading)
...
async component loading (aka lazy loading)
2017-03-02 15:05:35 -06:00
7000b1b173
refactor: improve tree shaking abilities
...
Internal refactor completed in order to improve tree shaking and dead
code removal. The public API, with an exception to ion-slides, has
stayed the same. However, internally many changes were required so
bundlers could better exclude modules which should not be bundled.
Ultimately most changes resorted to removing references to `window` or
`document`, or a module that referenced one of those.
BREAKING CHANGES
ion-slides was refactored to remove the external dependencies, and
rewritten in TypeScript/ES6 modules to again improve tree shaking
abilities.
2017-01-09 09:51:39 -06:00
c08c21a4a0
refactor(gestures): using new DomController
2016-12-02 11:45:26 +01:00
eafd13f53e
fix(menu): clicking the backdrop/content closes the menu
2016-11-29 12:45:00 +01:00
4be47bd3dd
fix(animation): improve menu and go back swipe
2016-11-21 23:09:57 +01:00
32ab817181
fix(gestures): gesture controller handled by components
...
* fix(gestures): gesture controller is handled by components
fixes #9046
* fix(gestures): adds hybrid disable scroll assistance
fixes #9130
fixes #9052
fixes #7444
2016-11-16 10:03:51 -06:00
04d61ee47a
fix(nav): swipe to go back gesture
...
- smoother by debouncing touch events (reduces bank)
- dynamic animation duration
- intelligent behavior based in the position, speed and direccion of the swipe (sharing logic with sliding item)
fixes #8919
fixes #8958
fixes #7934
2016-11-01 13:38:27 -05:00
8585427fb4
fix(menu): open/close race condition
...
fixes #7629 #8001
2016-09-14 15:49:11 -05:00
ed221eff1d
refactor(nav): queue based transitions
2016-09-13 17:13:43 -05:00