2022 Commits

Author SHA1 Message Date
2c270b3722 feat(menu): enable/disable side menus 2015-10-31 14:41:27 -05:00
b364017ff2 fix(zIndex): ion-page dynamic zIndex 2015-10-31 14:01:23 -05:00
eb26572816 Merge pull request #408 from beautyfree/patch-1
Fix: SqlStorage _getBackupLocation method argument
2015-10-31 09:36:43 -05:00
7d68d07d0c Fix: SqlStorage _getBackupLocation method argument
_getBackupLocation(dbOptions.backupFlag) instead _getBackupLocation(dbOptions)
2015-10-31 17:05:45 +03:00
bf6369175b Feature(generate): Add generator for pipes 2015-10-30 23:38:10 -06:00
f413a9002a Feature(generators): Add generators for login page and signup page 2015-10-30 23:31:25 -06:00
d253b022c7 Merge branch 'master' of github.com:driftyco/ionic2 2015-10-30 23:22:04 -06:00
c79ccfc5ca Feature(generators): Add generators for components, directives, and injectables 2015-10-30 23:21:54 -06:00
1a865eaf7b feat(nav): animate nested navs 2015-10-30 23:31:23 -05:00
25b672dabe Merge branch 'master' of github.com:driftyco/ionic2 2015-10-30 17:45:10 -06:00
5c0bc6ebc3 Fix(generate): Update tabs template to use lowercase variable names in component 2015-10-30 17:44:57 -06:00
c0a14a682f Fix(generate): Adjust spacing in tabs template js and html 2015-10-30 16:50:55 -06:00
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
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
33452f5ce7 refactor(list): combined hairline css together
references #387
2015-10-30 17:53:21 -04:00
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
17f1474527 test(nav): nested navs wip 2015-10-30 16:30:30 -05:00
2d205a3a24 docs(demos): colored switches 2015-10-30 16:30:34 -05:00
eb46236b8e test(setRoot): close menu on nav resolve 2015-10-30 15:58:39 -05:00
1f390d0fda docs(demos): set font path 2015-10-30 15:54:12 -05:00
e5d28e0639 feat: add -path, -font-path 2015-10-30 15:54:12 -05:00
9c23eb45bd docs(demos): add custom colors 2015-10-30 15:54:12 -05:00
3fa2f6b7de docs(components): import ionic sass 2015-10-30 15:54:12 -05:00
d8a5b72dd2 test(generate): Add tests for generate 2015-10-30 14:44:59 -06:00
219fb2c6e7 Refactor(generate): Remove comments and logging 2015-10-30 14:44:41 -06:00
0b861dde46 fix(setRoot): prevent flicker
Closes #381
2015-10-30 15:42:38 -05:00
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
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
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
d16aea8cb8 docs(demos): temporarily hide fab 2015-10-30 11:59:43 -05:00
1d0b65872e docs(demos): hide back button 2015-10-30 11:55:54 -05:00
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
7db5d94e40 docs(demos): add sass build step for demos 2015-10-30 11:36:56 -05:00
7715d047d0 feat(hideBackButton): hide-back-button attr on ion-navbar
Closes #377
2015-10-30 11:11:35 -05:00
7a63fb1038 fix(activator): speed up iOS activate
Closes #364
2015-10-30 10:17:20 -05:00
7158bcd260 Wrap Zone 2015-10-30 10:13:29 -05:00
b0a8da9706 Flipped Zone 2015-10-30 10:08:26 -05:00
cbe99fb8e6 docs(demos): use narrower selector to change ripple
Closes #391
2015-10-30 10:10:37 -05:00
fff2da9b87 runOutside 2015-10-30 09:58:12 -05:00
7a64c33927 docs(demos): replace ion-pane with ion-content 2015-10-30 09:58:31 -05:00
c23d0988aa Fixie stickie 2015-10-30 09:53:46 -05:00
9b9c820b2a fix(sticky): sticky headers. Fixes #383 2015-10-30 09:49:00 -05:00
bdb9a19d0b fix(activated): no active bg for radio/checkbox
Closes #378
2015-10-30 08:38:30 -05:00
ca76ffddec fix(network): isOnline. See #336 2015-10-30 06:51:00 -05:00
636910aee1 test(actionsheet): fix selector 2015-10-29 22:30:03 -05:00
f721020dc0 chore(snapshot): no css animations 2015-10-29 22:29:44 -05:00
6c5b4ff3e1 fix(modal): bg color ion-page.modal
Closes #389
2015-10-29 22:29:19 -05:00
7dd7043064 test(card): removing card tests in favor of applying the activated class
references #369
2015-10-29 18:59:16 -04:00
8f26666214 fix(card): changed font-size of ion-note in a card
fixes #353
2015-10-29 18:36:08 -04:00
7634a3ad33 fix(card): moved the CSS for ion-note so that a note in a card will get the proper styling
references #353
2015-10-29 18:13:12 -04:00