Commit Graph

2929 Commits

Author SHA1 Message Date
Adam Bradley
8fae85e9e6 fix(grid): Correct responsive grid breaks for col-XX, closes #803 2014-03-15 21:35:13 -05:00
Andy Joslin
aa30faf863 fix(ionTab): stop browser-tooltip from appearing due to title attr
Closes #804
2014-03-15 18:57:10 -06:00
Andy Joslin
95b6a83dad chore(travis): fix release scripts 2014-03-15 15:10:09 -06:00
Andy Joslin
af7515bdfe docs(ionNavBackButton): add previous title back button example 2014-03-15 13:42:10 -06:00
Andy Joslin
215b1c1ea0 feat(ionicNavBar): add getTitle() and getPreviousTitle() methods 2014-03-15 13:41:02 -06:00
Andy Joslin
9bd78efa34 docs(navigation): add navigation group 2014-03-15 13:40:40 -06:00
Andy Joslin
66d28c46b8 refactor(ionNavBackButton): make click handler use $ionicNgClick service
Closes #802
2014-03-15 11:51:16 -06:00
Andy Joslin
8e09adb23f test(e2e): fix e2e test for new updates 2014-03-15 11:50:11 -06:00
Andy Joslin
87a25a8bff feat(ionNavBar,ionHeaderBar): use declarative syntax
BREAKING CHANGE:

navBar is majorly different.  Manually write this when changelog is
released.  Add link to docs.
2014-03-15 11:49:49 -06:00
Andy Joslin
f8b5c71778 chore(travis): make release script work in future 2014-03-15 11:48:01 -06:00
Andy Joslin
668eb2606b finalize-release: v0.9.27 "salamander" v0.9.27 2014-03-15 11:40:56 -06:00
Andy Joslin
afc9298e42 release: v0.9.27 2014-03-15 11:31:31 -06:00
Andy Joslin
bef0cfe7fd chore(gulp): fix strip-debug task 2014-03-15 11:10:15 -06:00
Andy Joslin
b1ba0bf1dd chore(): add conventional-changelog module to package.json 2014-03-15 10:55:46 -06:00
Andy Joslin
64b98beb4b chore(): prepare for 0.9.27 - last alpha release 2014-03-15 10:50:48 -06:00
Andy Joslin
4427e8778c feat(ionTab): allow custom ngClick expression that doesnt select tab
Closes #784
2014-03-15 09:45:32 -06:00
Andy Joslin
0ffb748fc7 refactor(ionNavBackButton): make click handler use $ionicNgClick service
Closes #802
2014-03-15 09:25:05 -06:00
Andy Joslin
90f360c827 refactor(ionicTouch): factor ngClick logic out to reusable service
Addresses #802
2014-03-15 09:24:59 -06:00
Adam Bradley
baa04cde4d feat(active): Removing use of :active in favor of .active for more control of active state
Using the :active pseudo works fine for desktop, but mobile is a
completely different beast, especially with the quirks of each
platform. By intentionally not using any :active selectors and manually
adding/removing a .active class, it gives us a precise control on how
the active state works for ALL platforms. Additionally, this places
less selectors in the css, and reduces the possibility of unnecessary
repaints. Currently this method of using .active instead of :active is
being applied to .button and .item elements.
2014-03-15 01:12:56 -05:00
Adam Bradley
a3ea027fb0 fix indent alignment 2014-03-14 22:20:12 -05:00
Adam Bradley
fa0e43237c popup z-index sass variables and csscomb'd popup.scss 2014-03-14 22:07:59 -05:00
Adam Bradley
018608dac3 remove unused sass variable 2014-03-14 22:01:27 -05:00
Adam Bradley
6547ca60cb fix(input): Correct vertical alignment of inputs and their labels, closes #799 2014-03-14 21:57:36 -05:00
Adam Bradley
bf75187188 Merge pull request #800 from ewang/patch-2
Fix item-input-inset active state highlight issue
2014-03-14 21:33:03 -05:00
Eric Wang
c882392a4b Fix item-input-inset active state highlight issue
Fix #798
2014-03-14 19:15:35 -07:00
Andy Joslin
12e47134cd ionicView: fix typo 2014-03-14 15:42:42 -06:00
Max Lynch
fd379de382 Fixed a spelling issue 2014-03-14 16:31:53 -05:00
Andy Joslin
40c715f625 test(e2e): fix e2e test for new updates 2014-03-14 15:14:16 -06:00
Andy Joslin
8619d5e8ec docs(): add groups by topic 2014-03-14 15:14:16 -06:00
Adam Bradley
e81bd96528 replace css comments w/ sass comments 2014-03-14 14:19:46 -05:00
Andy Joslin
bfcfae3747 feat(ionNavBar,ionHeaderBar): use declarative syntax
BREAKING CHANGE:

navBar is majorly different.  Manually write this when changelog is
released.  Add link to docs.
2014-03-14 13:06:10 -06:00
Adam Bradley
c0f08f5113 remove link from menu-subsections 2014-03-14 12:53:15 -05:00
Adam Bradley
799599d42e api template tweaks 2014-03-14 12:30:43 -05:00
Andy Joslin
f5f8fd2e07 chore(travis): fix bower script not working correctly 2014-03-14 10:32:29 -06:00
Adam Bradley
28aaa27447 Item dividers should not be allowed to go active by default, closes #789 2014-03-14 11:11:05 -05:00
Andy Joslin
9c0bca4ef5 chore(travis): remove ionic-bower/bower.json#ignore field 2014-03-14 10:10:28 -06:00
Max Lynch
91090b4849 Updated side menu example 2014-03-14 11:03:08 -05:00
Max Lynch
a58999180b fix(sideMenu): Not snapping on close on certain conditions #795 2014-03-14 10:43:55 -05:00
Andy Joslin
c180a39f1f chore(travis): update ionic-bower's bower.json every release
Closes #793, #759
2014-03-14 09:20:34 -06:00
Max Lynch
880ae7dd23 Removed picture 2014-03-14 09:45:55 -05:00
Max Lynch
66eb93bf87 Updated code pen link for popup docs 2014-03-14 09:37:47 -05:00
Adam Bradley
4628b9fb23 feat(animation): Add right to left animations, and their reverse, for RTL support, closes #643 2014-03-13 23:18:00 -05:00
Adam Bradley
ba2a40c845 feat(modal): On larger displays modals will be inset and centered, not full width/height, closes #783 2014-03-13 22:14:30 -05:00
Andy Joslin
c912832b0b docs: make it rename old version when updating 2014-03-13 20:15:49 -06:00
Andy Joslin
6325d37a86 chore(docs): build to latest, mark latest in dropdown, remove /ionic 2014-03-13 20:00:36 -06:00
Andy Joslin
b01e2734f0 chore(travis): update to latest node ver 2014-03-13 18:30:24 -06:00
Adam Bradley
89ec82aa1e docs-api layout updated 2014-03-13 15:13:42 -05:00
Max Lynch
a30b0b7d4f feat(popup): Added popup support 2014-03-13 14:57:48 -05:00
Adam Bradley
53a426f802 Merge branch 'master' of https://github.com/driftyco/ionic
Conflicts:
	docs/templates/lib/yaml.template.html
2014-03-13 13:56:22 -05:00
Adam Bradley
4d8ceca2d4 rename docs_0.9.0 layout to docs_api, active variable no longer needed 2014-03-13 13:54:02 -05:00