Commit Graph

2039 Commits

Author SHA1 Message Date
Tim Lancina
df4b5f04b1 chore(build): use specific dependency versions 2015-11-02 13:29:12 -06:00
Tim Lancina
9c9895b0af chore(tooling): add q as generator dependency 2015-11-02 13:27:53 -06:00
Tim Lancina
b8aec70113 test(tooling): remove unused require 2015-11-02 12:59:30 -06:00
Tim Lancina
9de07d93d4 chore(tooling): add inquirer as generator dependency 2015-11-02 12:59:01 -06:00
Adam Bradley
0edc60eefc chore(nav): make transition/stage private 2015-11-02 12:20:26 -06:00
Adam Bradley
b336c280b9 feat(nav): pass opts in insert/remove 2015-11-02 12:13:00 -06:00
Adam Bradley
d38fff878c feat(nav): make popTo public 2015-11-02 12:05:39 -06:00
Adam Bradley
ef19d7ca61 chore(nav): return transition promises 2015-11-02 12:01:35 -06:00
Adam Bradley
b8db33ebb8 refactor(nav): move stage to nav-controller 2015-11-02 11:55:53 -06:00
Tim Lancina
f72a0e0f5a chore(build): update npm package information 2015-11-02 11:29:16 -06:00
Drew Rygh
88c24f9d5d docs(components): add no-lines to correct list 2015-11-02 11:18:51 -06:00
Drew Rygh
0f6d9e5286 docs(demos): no-lines list attribute 2015-11-02 11:05:22 -06:00
Max Lynch
61dc17099d fix(item): prevent propagation on item option buttons. Fixes #412 2015-11-02 10:56:51 -06:00
Drew Rygh
2d27f270dc Update README.md
Closes #399
2015-11-02 10:28:22 -06:00
Adam Bradley
70db8e695e test(tabs): tabs with a side menu example 2015-11-02 09:30:45 -06:00
Max Lynch
71627c327a fix(item): sliding item doesn't click if open 2015-11-02 08:37:30 -06:00
Adam Bradley
d3e9980f9c fix(menu): enabling/disabling 2015-10-31 15:02:59 -05:00
Adam Bradley
2c270b3722 feat(menu): enable/disable side menus 2015-10-31 14:41:27 -05:00
Adam Bradley
b364017ff2 fix(zIndex): ion-page dynamic zIndex 2015-10-31 14:01:23 -05:00
Max Lynch
eb26572816 Merge pull request #408 from beautyfree/patch-1
Fix: SqlStorage _getBackupLocation method argument
2015-10-31 09:36:43 -05:00
Alexey Elizarov
7d68d07d0c Fix: SqlStorage _getBackupLocation method argument
_getBackupLocation(dbOptions.backupFlag) instead _getBackupLocation(dbOptions)
2015-10-31 17:05:45 +03:00
jbavari
bf6369175b Feature(generate): Add generator for pipes 2015-10-30 23:38:10 -06:00
jbavari
f413a9002a Feature(generators): Add generators for login page and signup page 2015-10-30 23:31:25 -06:00
jbavari
d253b022c7 Merge branch 'master' of github.com:driftyco/ionic2 2015-10-30 23:22:04 -06:00
jbavari
c79ccfc5ca Feature(generators): Add generators for components, directives, and injectables 2015-10-30 23:21:54 -06:00
Adam Bradley
1a865eaf7b feat(nav): animate nested navs 2015-10-30 23:31:23 -05:00
jbavari
25b672dabe Merge branch 'master' of github.com:driftyco/ionic2 2015-10-30 17:45:10 -06:00
jbavari
5c0bc6ebc3 Fix(generate): Update tabs template to use lowercase variable names in component 2015-10-30 17:44:57 -06:00
jbavari
c0a14a682f Fix(generate): Adjust spacing in tabs template js and html 2015-10-30 16:50:55 -06:00
jbavari
9205f400eb Feature(generate): Add generate feature for tabs. Inquire each tab name, and generate the tabs therein 2015-10-30 16:35:28 -06:00
Brandy Carney
4148ca5636 refactor(item): added the ability to assign no-lines to an item and remove the borders on that item only
references #387
2015-10-30 18:14:50 -04:00
Brandy Carney
33452f5ce7 refactor(list): combined hairline css together
references #387
2015-10-30 17:53:21 -04:00
Brandy Carney
04c795ec0e refactor(list): changing no-borders to no-lines b/c Ben hated it
Added line for headers on Android. Added some more tests for cards with
lists. Removed unused CSS. References #387
2015-10-30 17:53:21 -04:00
Adam Bradley
17f1474527 test(nav): nested navs wip 2015-10-30 16:30:30 -05:00
Drew Rygh
2d205a3a24 docs(demos): colored switches 2015-10-30 16:30:34 -05:00
Adam Bradley
eb46236b8e test(setRoot): close menu on nav resolve 2015-10-30 15:58:39 -05:00
Drew Rygh
1f390d0fda docs(demos): set font path 2015-10-30 15:54:12 -05:00
Drew Rygh
e5d28e0639 feat: add -path, -font-path 2015-10-30 15:54:12 -05:00
Drew Rygh
9c23eb45bd docs(demos): add custom colors 2015-10-30 15:54:12 -05:00
Drew Rygh
3fa2f6b7de docs(components): import ionic sass 2015-10-30 15:54:12 -05:00
jbavari
d8a5b72dd2 test(generate): Add tests for generate 2015-10-30 14:44:59 -06:00
jbavari
219fb2c6e7 Refactor(generate): Remove comments and logging 2015-10-30 14:44:41 -06:00
Adam Bradley
0b861dde46 fix(setRoot): prevent flicker
Closes #381
2015-10-30 15:42:38 -05:00
Brandy Carney
fe55efb307 feat(list): added no-borders attribute for lists
if you apply the no-borders attribute it will remove all borders inside
of a list. Added a test case for showing this.
2015-10-30 16:30:29 -04:00
Brandy Carney
6827adb281 feat(card): added list example to card and modified padding and margin for it
references #387
2015-10-30 16:08:39 -04:00
jbavari
01fbaede20 Feature(generate): Add generators into the tooling/generators folder. Add in main file into package.json. Bump lodash to 3.10.1 for template and camelCase methods. Move lodash to dependencies from devDependencies. Have index.js require in the generate module. 2015-10-30 12:15:12 -06:00
Drew Rygh
d16aea8cb8 docs(demos): temporarily hide fab 2015-10-30 11:59:43 -05:00
Drew Rygh
1d0b65872e docs(demos): hide back button 2015-10-30 11:55:54 -05:00
Brandy Carney
abaa35f679 fix(button-fab): added box-shadow for activated fab buttons
Removed the use of !important so the activated class would be applied,
added sass variable for it. Closes #392
2015-10-30 12:51:50 -04:00
Drew Rygh
7db5d94e40 docs(demos): add sass build step for demos 2015-10-30 11:36:56 -05:00