Commit Graph

31 Commits

Author SHA1 Message Date
Brandy Carney
19c36deea3 refactor(grid): remove the old grid system
BREAKING CHANGES:

Removed the deprecated (old) grid. See the blog post for more
information including steps to migrate:
http://blog.ionic.io/build-awesome-desktop-apps-with-ionics-new-responsi
ve-grid/
2017-03-23 14:42:19 -04: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
Dominic Watson
2182cf341b refactor(menu): remove unused $z-index-menu-backdrop (#10394) 2017-02-24 11:40:33 -05:00
Brandy Carney
6ceec7ad4d feat(grid): improve grid to a column layout with more flexibility (#10485)
The old grid is still supported but will be deprecated in the future.

closes #6050 closes #7508
2017-02-21 17:10:16 -05:00
Brandy Carney
f47d4927d3 refactor(typography): move main typography styles to app 2017-02-13 11:43:56 -05:00
Adam Bradley
c492e71d5a chore(ionicons): create ionicons import helper scss 2017-01-23 13:04:14 -06:00
Justin Willis
4461227102 chore(clickblock): comment out test css 2017-01-10 09:30:21 -06:00
Adam Bradley
8ca9797c0f fix(clickblock): add NavOptions.minClickBlockDuration
* feat(clickblock): ability to set a minimum duration for click block

* fix(clickblock): add NavOptions.minClickBlockDuration
2017-01-09 16:44:37 -06:00
Manu Mtz.-Almeida
4512c5c858 fix(item): tappable does not make ion-label pointer-event:none 2016-12-08 15:54:38 -06:00
Manu Mtz.-Almeida
e0d876e9f0 fix(clickblock): clickblock applies longer
references #9531
2016-12-07 09:49:13 -06:00
Brandy Carney
790e3d4a87 refactor(tabs): add and rename variables to style tabs
- separate toolbar and tabs variables since there are cases where they
shouldn’t automatically match
- add opacity to iOS tabs when a color is applied to the tabs
- fix Material Design styling to match spec

closes #9294
2016-11-30 17:29:21 -05:00
Manu Mtz.-Almeida
d82bb01505 fix(nav): back button and title not aligned on baseline
fixes #8983
2016-11-27 18:09:23 +01:00
Manu Mtz.-Almeida
320989540e perf(menu): improves menu performance and fixes some edge cases 2016-11-25 22:56:53 +01:00
Brandy Carney
b515f5251b refactor(toolbar): move border from toolbar to header/footer and increase opacity
This matches native iOS. Removed the `no-border-top` and
`no-border-bottom` from toolbars since it is only added to `ion-header`
and `ion-footer` now, and added `no-border` to each of those.
2016-11-23 17:54:05 -06:00
Brandy Carney
bf00803737 fix(note): separate note from item so its styles will alway be applied
this was discussed with Ben previously, fixes #9173
2016-11-22 12:45:40 -05:00
Adam Bradley
3b304974ec fix(input): improve scroll to input and focusing
Related #6228
2016-11-21 08:56:00 -06:00
Manu Mtz.-Almeida
7150f84d68 Merge pull request #9111 from Manduro/patch-4
Improve IE support
2016-11-20 11:40:51 +01:00
Justin Willis
7bbfb7e536 fix(fonts): auto-set ionicons font path if not already set 2016-11-18 10:56:18 -06:00
Brandy Carney
9f7972b6fd fix(styles): update ios and md styles closer to native 2016-11-16 14:12:29 -05:00
Adam Bradley
89feb689b8 chore(tappable): add pointer cursor to tappable elements 2016-11-16 10:29:53 -06:00
Brandy Carney
4a74127012 Revert "fix(sass): change default font path (#8811)"
This reverts commit 0940d5a4d7.
2016-11-10 20:17:26 -05:00
Justin Willis
0940d5a4d7 fix(sass): change default font path (#8811) 2016-11-10 19:29:06 -05:00
Job
fcba3238a7 fix(util): click-block transform on IE 2016-11-10 16:50:37 +01:00
Brandy Carney
eb0b05df88 fix(sass): remove usage of colors other than primary, improve error (#8907)
* fix(sass): remove usage of colors other than primary, improve error

fixes #8266

* refactor(sass): add variables to override all modes for fab and input

* refactor(fab): rename Sass variable from in-list to list-button

BREAKING CHANGE:

- `$fab-<mode>-in-list-background-color` ->
`$fab-<mode>-list-button-background-color`
- `$fab-<mode>-in-list-text-color` ->
`$fab-<mode>-list-button-text-color`
- `$fab-<mode>-in-list-background-color-activated` ->
`$fab-<mode>-list-button-background-color-activated`
2016-11-07 17:41:10 +01:00
Manu Mtz.-Almeida
f34d0c298e refactor(css): appearance mixin (#8212) 2016-10-06 16:18:00 -04:00
Manu Mtz.-Almeida
14e668c957 fix(item-divider): fabs have higher z-index than item-dividers
fixes #8489
2016-10-06 09:52:52 +02:00
Manu Mtz.-Almeida
490a06dd3e feat(fab): update floating action buttons 2016-09-21 09:42:07 -05:00
Adam Bradley
78122c551d refactor(sass): restructure for sass theme updates 2016-09-13 15:54:23 -05:00
Brandy Carney
11d5488fdc style(item): remove the mixin for detail push from the themes
added the sass variable for the color directly to the svg instead. This
will help with future themes since the mixin was just being copied over.

references #5993
2016-06-08 13:27:18 -04:00
Brandy Carney
c41f24d8ee feat(item): add the ability to show a forward arrow on md and wp modes
The following Sass variables control this:

```
$item-ios-detail-push-show
$item-md-detail-push-show
$item-wp-detail-push-show
```

ios is set to true by default, the others are set to false.

references #5993
2016-06-08 13:27:18 -04:00
Josh Thomas
c8f760f080 chore(build): rename ionic directory to src and update all references in the build process. 2016-05-19 13:22:40 -05:00