Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge pull request #2 from ionic-team/master #2

Merged
merged 37 commits into from
Dec 20, 2018
Merged
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
4053f38
refactor(components): consistent css variables for size (#16600)
brandyscarney Dec 14, 2018
33e0ae4
feat(react): add initial react code. (#16748)
jthoms1 Dec 14, 2018
c2ada84
fix(fab-button): get translucent working including with color (#16750)
brandyscarney Dec 14, 2018
e8cec60
fix(fab-button): adding size prop instead of [mini] (#16692)
manucorporat Dec 14, 2018
e7db407
test(menu): fix e2e
manucorporat Dec 14, 2018
7366677
4.0.0-beta.19
manucorporat Dec 14, 2018
60ef98d
fix(list): adjust label margin to align with spec for md (#16751)
brandyscarney Dec 14, 2018
56dd8ae
feat(angular): tabs.select()
manucorporat Dec 16, 2018
f393a82
fix(all): ts 3.2 issues
manucorporat Dec 16, 2018
4c4bdf2
fix(pwa): use 100% of the viewport
manucorporat Dec 16, 2018
0699884
fix(body): body background matches ion-content
manucorporat Dec 16, 2018
77640c9
fix(core): export ionic lifecycle names
manucorporat Dec 16, 2018
b5efede
fix(progress-bar): looking nice inside toolbar
manucorporat Dec 16, 2018
35e3848
fix(angular): fix sibling router-outlets (#16774)
manucorporat Dec 17, 2018
9b0fe95
chore(changelog): backtick typo in property (#16778)
peterennis Dec 17, 2018
54e5a24
fix(tab-bar): adds selected color if tab bar is using a color (#16766)
paulstelzer Dec 17, 2018
c9cef12
chore(): update ionicons (#16784)
manucorporat Dec 17, 2018
e3d7282
fix(action-sheet): set 100% height to fix scrollable options (#16789)
brandyscarney Dec 17, 2018
ec83e99
docs(contributing): update steps for v4 (#16705)
paulstelzer Dec 18, 2018
c25f27b
test(angular): add e2e tests for ion-nav
manucorporat Dec 18, 2018
dfbb5b6
docs(modal): add docs for params
manucorporat Dec 18, 2018
320eb03
feat(angular): expose animationDirection (#16802)
manucorporat Dec 18, 2018
d1cecf1
fix(virtual-scroll): fixes dynamic changes
manucorporat Dec 18, 2018
2c41823
fix(angular): router-outlet memory leak
manucorporat Dec 18, 2018
f613b3b
perf(angular): detach fromn change detection
manucorporat Dec 19, 2018
fb38002
fix(core): ts lint issue (#16814)
manucorporat Dec 19, 2018
e735d2c
fix(angular): Fix cordova browser error when resumed (#16810)
MarkChrisLevy Dec 19, 2018
e2ee0b6
fix(modal): --box-shadow
manucorporat Dec 19, 2018
45b2e5c
4.0.0-rc.0
manucorporat Dec 19, 2018
e30c5f1
feat(react): Initial implementations of controller required elements.…
jthoms1 Dec 19, 2018
394b42c
docs(CHANGELOG): fix typo (#16818)
danielsogl Dec 19, 2018
67f81f6
docs(react): Update to react readme
jthoms1 Dec 19, 2018
45ef6c1
docs(react): replace x emoji with open checkbox
jthoms1 Dec 19, 2018
74587db
fix(segment): update indicator and border based on theme (#16821)
brandyscarney Dec 19, 2018
1227d57
fix(select): interfaceOptions can customize mode (#16826)
manucorporat Dec 19, 2018
99bdd1f
feat(react): create initial portal implementation for overlay ctrls (…
jthoms1 Dec 20, 2018
696f62c
feat(react): add missing simple components to react. (#16836)
jthoms1 Dec 20, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(core): export ionic lifecycle names
  • Loading branch information
manucorporat committed Dec 16, 2018
commit 77640c907c398b41069272dfd8add3fcc11871da
1 change: 1 addition & 0 deletions core/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from './utils/platform';
export * from './utils/config';
export * from './components/nav/constants';