mhartington
75175f6388
docs(): update docs
2016-09-27 11:35:30 -04:00
mhartington
dbfc183cac
docs(): update docs
2016-09-26 21:11:54 -04:00
Max Lynch
f817ac0f60
chore(storage): Remove storage. Code moving to @ionic/storage
2016-09-26 13:35:10 -05:00
mhartington
4baa5b1e0c
docs(): update docs
2016-09-26 14:28:11 -04:00
Manu Mtz.-Almeida
75d552690b
fix(ion-fixed): ion-fixed directive is not longer needed
2016-09-26 14:38:10 +02:00
Manu Mtz.-Almeida
b70614b00d
fix(fab): colors in speed dial buttons
2016-09-26 14:20:13 +02:00
Adam Bradley
d8ecf16feb
refactor(nav): do not auto-add pascal case css class
...
Previously a css class generated from the JS class name, was
automatically being added to the page element. However, the JS class
name returned is not consistent among all browsers. Instead of
automatically applying a css classname, we now recommend adding a
`selector` to each page component.
2016-09-26 00:40:10 +01:00
Basti Be
43cfea6ee0
docs(menu): fixed broken links for navbar
...
Closes #8184
Also renamed "NavBar" to "Navbar" to be consistent with the rest of the documentation.
2016-09-23 14:06:34 -04:00
Ramon Henrique Ornelas
86afdcc5a8
docs(events): fix private functions
2016-09-23 13:01:00 -05:00
Brandy Carney
a7315285c5
fix(action-sheet): add icon-left to the button if an icon exists
2016-09-22 22:43:41 -04:00
mattbryan9
e26c425766
fix(navigation): move onWillDismiss and onDidDismiss, add unit tests
2016-09-22 21:37:50 -04:00
Adam Bradley
963e83514f
fix(platform): fire platform ready on app init
2016-09-22 14:11:06 -05:00
mhartington
f62706eaa0
docs(ionFab): clean up docs
2016-09-21 14:37:31 -04:00
Adam Bradley
fd26de511d
chore(module): add Events to IonicModule providers
2016-09-21 13:21:07 -05:00
Manu Mtz.-Almeida
c7163a8d26
docs(fab): fab docs WIP
2016-09-21 19:52:56 +02:00
Dan Bucholtz
49168d5459
chore(build): export QueryParam stuff
...
export QueryParam stuff
2016-09-21 09:45:22 -05:00
Manu Mtz.-Almeida
490a06dd3e
feat(fab): update floating action buttons
2016-09-21 09:42:07 -05:00
Dan Bucholtz
83d973b1a8
chore(demos): change dgeni path for demos
...
change dgeni path for demos
2016-09-20 15:20:04 -05:00
Manu Mtz.-Almeida
14a3ea2ef8
perf(ripple): md ripple effect update to not affect layout
2016-09-20 12:52:21 -05:00
Sani Yusuf
11f4f516fc
docs(toast): update direction for table placement
...
The table is actually below not above.
2016-09-19 20:00:19 -05:00
Adam Bradley
9fca394bdb
chore(polyfill): break DOM polyfills into external file
2016-09-19 08:56:25 -05:00
Adam Bradley
0e8ebe5734
fix(animation): prevent possible raf null errors
2016-09-19 08:43:27 -05:00
mattbryan9
35193c42c4
fix(nav): move null assignment of _onWillDismiss
2016-09-19 08:30:17 -05:00
mattbryan9
001c1c9f2c
fix(app): corrected paths to theme from app.scss
2016-09-19 08:27:24 -05:00
Adam Bradley
ca8cc0af2e
feat(nav): set default stack history on app init
2016-09-19 08:06:04 -05:00
Manu Mtz.-Almeida
50e445ef5c
refactor(): rename some setCssClass to setElementClass
2016-09-18 18:52:12 +02:00
Manu Mtz.-Almeida
47491fb55d
fix(item): sliding item events are zone wrapped
...
fixes #7630
2016-09-17 16:20:31 +02:00
Manu Mtz.-Almeida
1d3d5a185d
fix(item): sliding item with icon-only buttons
2016-09-17 16:15:37 +02:00
Manu Mtz.-Almeida
e0c21290c2
fix(item): regression in sliding item introduced by 52ada1c
2016-09-17 15:43:57 +02:00
Manu Mtz.-Almeida
b750e4691c
fix(): gulp validate passes successfully
2016-09-17 01:58:40 +02:00
Max Lynch
4236d57ad8
chore(docs): DeepLinker docs
2016-09-16 14:41:30 -05:00
Adam Bradley
9d563f5438
fix(urlSerializer): improve findLinkByComponentData
2016-09-16 12:36:43 -05:00
Manu Mtz.-Almeida
70127346c4
fix(nav): setRoot() and setPages() should not animate
...
This commit also refactors both methods to avoid deduplicate code,
2016-09-16 17:26:09 +02:00
Adam Bradley
c1777c6d18
test(config): fix unit tests
2016-09-16 01:23:04 -05:00
Adam Bradley
7c05d0c0ba
fix(di): update dependency injection and default configs
2016-09-16 00:49:09 -05:00
Adam Bradley
6784f5e744
fix(exports): update module exports
2016-09-14 15:54:24 -05:00
Manu Mtz.-Almeida
8585427fb4
fix(menu): open/close race condition
...
fixes #7629 #8001
2016-09-14 15:49:11 -05:00
Brandy Carney
9c3e60d76e
test(validate): fix validate errors with karma and sass, add button mode karma test
2016-09-13 23:58:08 -04:00
Adam Bradley
f368abee26
test(ion): fix ion tests
2016-09-13 22:16:26 -05:00
Adam Bradley
95bcaca362
chore(module): move all providers to IonicModule
2016-09-13 21:49:26 -05:00
Adam Bradley
f477aa2391
feat(nav): component url navigation
2016-09-13 17:16:14 -05:00
Dan Bucholtz
7b443dea4c
chore(slides): swiper updates
2016-09-13 17:14:28 -05:00
Adam Bradley
ed221eff1d
refactor(nav): queue based transitions
2016-09-13 17:13:43 -05:00
Brandy Carney
bc7d328bc0
refactor(components): add color/mode properties
2016-09-13 17:11:38 -05:00
Adam Bradley
52ada1ca6d
chore(components): ngmodule updates
2016-09-13 17:07:33 -05:00
Brandy Carney
16df3a4aab
refactor(css): update theme imports
2016-09-13 16:57:32 -05:00
Brandy Carney
750cde38e2
refactor(css): scope component css to mode
2016-09-13 16:52:47 -05:00
Adam Bradley
a154d837a0
chore(storage): move storage out of platform
2016-09-13 16:40:13 -05:00
Adam Bradley
93fc30793d
style(util): style updates
2016-09-13 15:55:36 -05:00
Adam Bradley
78122c551d
refactor(sass): restructure for sass theme updates
2016-09-13 15:54:23 -05:00