Commit Graph

18 Commits

Author SHA1 Message Date
Manu Mtz.-Almeida
53113366e2 fix(menu): rtl support 2017-04-24 01:02:20 +02:00
Dan Bucholtz
59eb9a328d refactor(): restructure components to loosen coupling, move overlay-portal, click-block, menu-controller and other app-level functionality to app directory. The motivation for this change is logical grouping, decoupling components from each other, and improving the ability to drop more unused components from bundle 2017-04-20 23:21:25 -05:00
Manuel Mtz-Almeida
fa7ea0c617 feat(split-pane): adds enabled input
fixes #10949
2017-04-02 15:03:14 +02:00
Manuel Mtz-Almeida
979ca63a6a feat(split-pane): sizing via scss variables
fixes #10893
2017-04-01 21:42:18 +02:00
Manuel Mtz-Almeida
57f3f9742b fix(split-pane): rtf support
fixes #10903
2017-04-01 21:28:11 +02:00
Brandy Carney
eb468d2530 test(e2e): fix broken e2e tests for snapshot
removed the e2e.ts files from 3 split pane tests so they won’t show up
in snapshot
2017-03-30 11:09:55 -04:00
Dan Bucholtz
02f8f11e74 test(e2e): fix broken tests
fix broken tests
2017-03-21 12:10:03 -05:00
Dan Bucholtz
945cd8ff52 test(e2e): restructure e2e to tests to import modules
restructure e2e to tests to import modules
2017-03-21 10:49:11 -05:00
Brandy Carney
042f698555 Merge branch 'master' into 3.0
# Conflicts:
#	src/components/action-sheet/test/basic/pages/page-one/page-one.ts
#	src/components/alert/alert.ts
#	src/components/content/content.ts
#	src/components/datetime/datetime.ts
#	src/components/datetime/test/datetime.spec.ts
#	src/components/loading/loading.ts
#	src/components/modal/test/basic/app.module.ts
#	src/components/picker/picker-component.ts
#	src/components/toast/toast.ts
#	src/components/toolbar/toolbar.ios.scss
#	src/components/toolbar/toolbar.md.scss
#	src/components/toolbar/toolbar.wp.scss
#	src/components/virtual-scroll/test/basic/app.module.ts
#	src/util/util.ts
2017-03-20 18:07:38 -04:00
Dan Bucholtz
af16846568 chore(e2e): rename to to standardize on format
rename  to  to standardize on format
2017-03-20 11:57:26 -05:00
Manu Mtz.-Almeida
963cdcbe76 feat(split-pane): support for side=right 2017-03-16 19:41:19 +01:00
mhartington
546003037e docs(): hide modules from docs 2017-03-16 11:49:46 -04:00
Brandy Carney
ddcd3cf1c5 refactor(components): convert components to separate modules 2017-03-15 16:07:06 -04:00
perry
396f891f33 chore(docs): updating dgeni typescript package 2017-03-14 14:50:31 -05:00
alex-pl
446e468b59 docs(split-pane): copy editing (#10708)
Fixed typo in word "also".
2017-03-10 10:41:32 -05:00
Brandy Carney
7dfe061a7c test(split-pane): fix ionic import path and structure 2017-03-08 10:41:05 -05:00
mhartington
a4748fca69 docs(splitPane): add split-pane docs 2017-03-06 13:24:07 -05:00
Manu MA
9e4c3a6e3e feat(split-panel): split panel support for ion-nav and ion-menu (#10343)
* feat(split-panel): split panel support for ion-nav and ion-menu

Revert some changes

adds support split-panel support for tabs

Removes .orig

removes e2e.ts

Removes unneeded changes in menu.ts

improves stuff

* fix(split-panel): resize is called when menu wraps a ion-nav

* test(split-panel): improves split-panel/basic test

* feat(split-panel): ionChange is an ng2 @Output()

* fix(split-panel): fix tabs as side content

* fix(menu): forzedClose works as expected

* feat(split-panel): split-panel works with several menus

* chore(split-panel): renames to split-pane

* refactor(split-pane): splitPane can be injected

* fix(split-pane): it is a directive

* fix(slides): integration with split-panel

* Make gulp validate happy
2017-03-03 20:13:07 +01:00