Commit Graph

3682 Commits

Author SHA1 Message Date
Justin Willis
223ad8a58c docs(demos): padding on action content
this is for issue #453
2016-02-27 13:54:31 -06:00
Brandy Carney
d5ebf3ff5e refactor(alert): remove duplicated styles from imports
closes #5624
2016-02-26 16:57:55 -05:00
Brandy Carney
8cfebe1386 refactor(tabs): remove tabbarIcons and add tabbarLayout which accepts different values
BREAKING CHANGES: `tabbarIcons` has been replaced with `tabbarLayout`
with the following values: `icon-top`, `icon-left`, `icon-right`,
`icon-bottom`, `icon-hide`, `title-hide`.

closes #5625
2016-02-26 16:44:32 -05:00
Brandy Carney
cb8afc58ca Merge branch 'pr/5615' into 2.0 2016-02-25 18:37:06 -05:00
Brandy Carney
a0f0004012 refactor(searchbar): add class to searchbar when hideCancel is passed
only hide the search icon when hideCancel isn’t passed
2016-02-25 18:36:12 -05:00
Adam Bradley
6c73446628 feat(spinner): SVG spinners 2016-02-25 17:23:52 -06:00
Dominique Rau
21d4cef543 (search-bar) Hide cancle button for android
Hide cancle button for android as well...
Added `hideCancelButton` to example. This helps a lot for guys coming from ng1 as I tried snake-case way too long.
2016-02-25 23:52:22 +01:00
Tim Lancina
4a9013e02e chore(npm): update package description
Related: https://github.com/npm/newww/issues/1864.
2016-02-25 13:34:36 -06:00
mhartington
96d35ffbe7 docs(menuTypes): make private from dgeni 2016-02-24 14:12:06 -05:00
mhartington
1cdf10238f docs(api demos): update api demos 2016-02-24 11:18:51 -05:00
perry
d945bdeed9 chore(dgeni): new source input point 2016-02-23 19:58:12 -06:00
Perry Govier
41f2f888a3 chore(ionitron): wake up ionitron! 2016-02-23 19:04:09 -06:00
Perry Govier
53fd11c49f chore(ionitron): wake up ionitron! 2016-02-23 18:55:05 -06:00
Adam Bradley
c75be0b146 Merge pull request #5573 from felipew/patch-1
docs(sqlStorage): string error in query example
2016-02-23 11:37:01 -06:00
Felipe Wagner
f7c8658993 docs(sqlStorage): string error in query example 2016-02-23 13:44:35 -03:00
mhartington
ec4b5ce974 docs(config): update docs 2016-02-23 11:05:13 -05:00
Tim Lancina
ccf4215265 chore(): copy.libs before CJS bundle task 2016-02-23 09:38:12 -06:00
Adam Bradley
e622e72e5f chore(animation): end animations when fallback applies 2016-02-23 09:32:22 -06:00
mhartington
d0a3872628 docs(navbar): add doc for hideBackButton 2016-02-23 09:47:04 -05:00
Tim Lancina
0cb080c924 chore(karma): update Ionic imports
Closes https://github.com/driftyco/ionic/issues/5566.
2016-02-23 07:35:02 -06:00
Adam Bradley
4524e5ad7d fix(animation): ensure final inline styles applied when fallback runs
Closes #5484
2016-02-22 21:05:56 -06:00
Tim Lancina
c883a2ae91 chore(): update Ionic imports in tests 2016-02-22 17:45:17 -06:00
Tim Lancina
1495a1353e chore(generators): update Ionic imports
To be in line with 1cfca53f9.
2016-02-22 16:47:47 -06:00
Adam Bradley
b53d70710e feat(input): default autocomplete/autocorrect=off, fix autofocus
Related: #5480
2016-02-22 15:00:54 -06:00
Tim Lancina
1cfca53f9d chore(npm): publish package as 'ionic-angular'
BREAKING CHANGE: imports from the framework were:
```
  import {Platform} from 'ionic-framework/ionic';
```
and are now:
```
  import {Platform} from 'ionic-angular';
```
2016-02-22 13:25:55 -06:00
Adam Bradley
69a3517756 Merge pull request #5552 from seunje/patch-1
docs(): update id.ts
2016-02-22 09:58:32 -06:00
Tim Lancina
fa7d3bcb68 chore(generators): use @Inject for constructor params
Addresses https://github.com/driftyco/ionic/issues/5544.
2016-02-22 09:49:10 -06:00
Tim Lancina
c238b750c7 chore(): use correct files property in tsconfig 2016-02-22 08:58:53 -06:00
Arunas Cesonis
cc1dff2ceb Update id.ts 2016-02-22 10:34:13 +00:00
Adam Bradley
548b7d52d1 chore(animation): clearAsync on destroy, reset tmr each clear 2016-02-21 21:47:52 -06:00
Adam Bradley
ea5172527b chore(gesture): null hammer on unlisten 2016-02-21 21:35:24 -06:00
Adam Bradley
ed85ab9863 test(nav): create nav memory test 2016-02-21 21:30:10 -06:00
Adam Bradley
f00abb7ad7 chore(animation): only clear async when async used 2016-02-21 21:29:35 -06:00
Adam Bradley
1324362cc6 chore(util): do not global window/document variables 2016-02-21 21:25:46 -06:00
Adam Bradley
b62725c8ce chore(animation): pass instance to onFinish callbacks 2016-02-21 13:52:25 -06:00
Adam Bradley
3c8daa0781 feat(prodMode): set isProd() when prodMode set in @App config 2016-02-21 13:01:31 -06:00
Adam Bradley
5302d63b54 chore(animation): fix ele querySelectorAll 2016-02-21 12:26:47 -06:00
Adam Bradley
7c27bcf6eb chore(animation): add more types 2016-02-21 10:54:44 -06:00
Adam Bradley
4cae151d47 fix(overlay): do not dom cache views before overlays
Closes #5483
2016-02-21 00:03:58 -06:00
Adam Bradley
4fabadecb7 fix(nav): immediately stop if view removed before trans finished 2016-02-20 22:43:17 -06:00
Adam Bradley
22ec46403a chore(radio): add more types 2016-02-20 22:04:15 -06:00
Adam Bradley
730cccdc97 feat(toggle): add change event
Related #5513
2016-02-20 21:59:43 -06:00
Adam Bradley
2596731e91 feat(checkbox): add change event
Related #5513
2016-02-20 21:45:37 -06:00
Adam Bradley
5c677dc583 chore(contributing): update contributing info 2016-02-20 20:53:03 -06:00
Adam Bradley
892b0071cb fix(sass): rename brightness/inverse sass functions
Prefix custom sass color functions with color-
Closes #5542
2016-02-20 20:34:59 -06:00
Adam Bradley
27eacd4e0d Merge branch 'menu-improvements' into 2.0 2016-02-19 23:38:13 -06:00
Adam Bradley
004e63555e refactor(menu): improve menu get lookup
If a `menuId` is not provided then it'll return the first menu found.
If a `menuId` is `left` or `right`, then it'll return the enabled menu
on that side. Otherwise, if a `menuId` is provided, then it'll try to
find the menu using the menu's `id` property. If a menu is not found
then it'll return `null`. If a menu id was provided, but was not found,
it will not fallback to finding any menu. Closes #5535
2016-02-19 23:37:31 -06:00
Adam Bradley
b9eec24c88 fix(tabs): pop tab page to parent nav
Closes #5196
2016-02-19 21:43:28 -06:00
Brandy Carney
8564d79a7d fix(menu): fix enabled check
references #5535
2016-02-19 20:36:27 -05:00
Brandy Carney
5f31df05de test(menu): add karma tests 2016-02-19 20:36:05 -05:00