Commit Graph

3190 Commits

Author SHA1 Message Date
Brandy Carney
e3f153cfc1 Update CHANGELOG.md 2016-01-25 14:31:29 -05:00
Adam Bradley
60c7d929db Merge branch '2.0' of https://github.com/driftyco/ionic into 2.0 2016-01-25 13:22:52 -06:00
Adam Bradley
86ce9a0eec feat(tabs): add selectedIndex property to tabs 2016-01-25 13:22:38 -06:00
Brandy Carney
22b340b9fc Update CHANGELOG.md 2016-01-25 14:21:06 -05:00
Adam Bradley
8f9727891b fix(tabs): fix overlay present on tabs 2016-01-25 12:54:55 -06:00
Brandy Carney
48c2ca6e98 test(tabs): add modal to the basic tabs test to make sure it opens properly
references #5126
2016-01-25 13:46:04 -05:00
Adam Bradley
bc55a066eb Merge pull request #5184 from dkro/ISSUE-5180
feat(menu): restrain menu slide start to a specific angle
2016-01-25 12:42:07 -06:00
Adam Bradley
36737143bf fix(tabs): fix tabs init loading/preloading 2016-01-25 11:44:53 -06:00
David Kronmueller
504540f51c feat(menu): restrain menu slide start to a specific angle
The menu curently opens and closes at any angle of slide action. In case the menu has enough items
to create a vertical scrollbar it makes it impossible for the user the scroll vertically without
affecting the slide behavior of the menu. This fix restrains the menu open/close to a specific
angle.

#5180
2016-01-25 14:22:38 +01:00
Brandy Carney
8fc159e2e8 test(tabs): add badge test for a dynamic value
References #5007
2016-01-23 14:31:48 -05:00
Brandy Carney
ff60b3c5ea test(grid): add a test that uses grid to make a full height menu
This is something users often request so it is good to have a test on
it.
2016-01-23 14:23:23 -05:00
Brandy Carney
915278a29b fix(searchbar): hardcoding the width of the icon for now since it is zero on init
If the user drastically changes the search icon width in the Sass we
will have a problem so this is really just a temporary fix.

Closes #5029
2016-01-23 12:52:31 -05:00
Brandy Carney
21ae736b9a feat(tabs): add tabBadgeStyle which allows you to pass in a color for the badge to be
Closes #5007
2016-01-23 12:41:56 -05:00
Brandy Carney
16f9931957 refactor(badge): add a directive for badges which adds the colors as a class
This makes it so we can add a class to the badge on a tab which will
show the right color.

References #5007
2016-01-23 12:41:56 -05:00
Brandy Carney
28196e9427 feat(tabs): add ability to add badges to the tab
Can now add badges to a tab but can’t style them yet.

References #5007
2016-01-23 12:41:56 -05:00
perry
0be6079734 chore(demos): use gulp config 2016-01-22 15:41:53 -06:00
Brandy Carney
ce44ffb149 fix(alert): clean up alert css
Removed borders from radio and checkbox items in an alert, increased
the font size of the md message, transformed md button to uppercase,
fixed padding

fixes #5133
2016-01-22 15:12:41 -05:00
Brandy Carney
b424866b19 fix(alert): remove borders from checkboxes and radios
also fixed the border width for retina

references #5133
2016-01-22 15:12:41 -05:00
perry
7d158a5219 Merge branch '2.0' of github.com:driftyco/ionic into 2.0 2016-01-22 13:59:54 -06:00
perry
0ecd311778 moving docs.index task to ionic-site repo 2016-01-22 13:59:49 -06:00
Brandy Carney
706832f031 fix(toolbar): make iOS toolbar closer to native
aligned title and back button, increased font size of back icon,
removed color shade from toolbar buttons, increased font weight of
title, changed primary color, reduced back button text letter spacing.

Fixes #5149
2016-01-22 14:14:33 -05:00
Brandy Carney
a8e7941a27 fix(button): remove color shade from clear buttons 2016-01-22 14:12:31 -05:00
Brandy Carney
a4137d2bdc fix(toolbar): remove opacity on md buttons in a toolbar
remove the opacity from the activated class for md buttons

closes #5131
2016-01-22 11:50:59 -05:00
Brandy Carney
5c334fb486 fix(button): add z-index to button to make sure ripple doesn't expand outside of it
The material design ripple on round and fab buttons is no longer a square but contained within the
button

fixes #5074 fixes #5148
2016-01-22 11:37:30 -05:00
Drew Rygh
4d218666fb docs(navController): fix param parsing error
Closes #5137
2016-01-22 10:24:32 -06:00
Brandy Carney
61a16b74bf fix(menu): fix menu toggle not showing right opacity
added important to ensure the menu toggle will get the right opacity but this will be removed later
on

fixes #5131
2016-01-22 11:11:26 -05:00
Adam Bradley
41055a759f Merge pull request #5141 from 3dd13/fix-storage-constructor-error
fix(StorageEngine): remove the error throwing in storage engine constructor
2016-01-22 07:48:44 -06:00
Eddie Lau 3dd13
893009a603 remove the error throwing in storage engine constructor 2016-01-22 13:54:25 +08:00
Adam Bradley
f5f4169db0 fix(NavController): default setRoot/setPages to not animate transitions
setRoot() will be commonly used by side menus, which should not animate between pages.
2016-01-21 16:38:57 -06:00
Adam Bradley
ba0a041e86 fix(NavController): check if view has already been destroyed 2016-01-21 16:32:59 -06:00
Brandy Carney
ce9da0c652 fix(button): change transition on fab buttons to match other buttons
fixes #5129
2016-01-21 17:03:30 -05:00
Brandy Carney
d87b4fbdf7 fix(button): md outline buttons
Outline ripple is now the correct color per button, removed the background color when activated and
increased ripple opacity for outline buttons

closes #5128
2016-01-21 16:23:57 -05:00
Brandy Carney
e094d8658a chore(commitizen): increase cz version 2016-01-21 15:03:51 -05:00
Brandy Carney
98bed97896 fix(tabs): fixing the tabs text on iOS
closes #5119
2016-01-21 14:58:59 -05:00
Tim Lancina
9acd56ef51 chore(publish): read versions from root package.json 2016-01-21 10:50:58 -06:00
Brandy Carney
55f156366f docs(CHANGELOG): add alpha.51 changelog 2016-01-21 11:42:41 -05:00
Brandy Carney
96b796228b docs(README): add steps for releasing 2016-01-21 11:09:18 -05:00
Adam Bradley
6eb0146660 fix(tabs): fix md tab highlight 2016-01-20 21:55:06 -06:00
Adam Bradley
fdaaded1c7 chore(snapshot): fix e2e tests for snapshot 2016-01-20 21:50:02 -06:00
Tim Lancina
01d7eea9e0 chore(package): add caret to angular peerDep 2016-01-20 16:41:41 -06:00
perry
92c67b4174 chore(search): automatically compile docs search index 2016-01-20 14:42:37 -06:00
perry
d0de3d8d8a Merge branch '2.0' of github.com:driftyco/ionic into 2.0 2016-01-20 13:41:09 -06:00
perry
73b9014271 chore(docs): generate unique v2 docs search index 2016-01-20 13:41:04 -06:00
Adam Bradley
72af685620 fix(alert): fix css add class 2016-01-20 12:24:54 -06:00
Adam Bradley
eeb0417d02 test(alert): add alert checkbox and fast close tests 2016-01-20 11:59:36 -06:00
Adam Bradley
ee106377fc chore(angular): upgrade to angular 2.0.0-beta.1
Biggest change was that renderer takes  and not just .
2016-01-20 11:15:01 -06:00
Adam Bradley
94ef1f4ce1 chore(package): add npm keywords property 2016-01-20 09:09:19 -06:00
Adam Bradley
da9d8922aa docs: add code of conduct 2016-01-20 09:00:32 -06:00
Adam Bradley
ab9fb159a4 Merge pull request #5104 from manucorporat/storage-setjson
feat(Storage): adds setJson() method
2016-01-20 08:25:48 -06:00
Manu Mtz.-Almeida
6da7762139 v2: feat(Storage): adds setJson() method 2016-01-20 14:35:22 +01:00