-
Notifications
You must be signed in to change notification settings - Fork 5
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3 +/- ##
==========================================
- Coverage 100% 99.83% -0.17%
==========================================
Files 11 13 +2
Lines 600 615 +15
Branches 107 108 +1
==========================================
+ Hits 600 614 +14
- Misses 0 1 +1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just package versions, one needs to wait
"@skyux/indicators": "^3.0.0-rc.0", | ||
"@skyux/popovers": "^3.0.0-rc.0", | ||
"rxjs": "^5.4.3" | ||
"@skyux/popovers": "^3.0.0-rc.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is going to need to be updated when popovers is released using i18n 3.2.0
@@ -30,10 +30,9 @@ | |||
"@angular/core": "^4.3.6", | |||
"@angular/router": "^4.3.6", | |||
"@skyux/core": "^3.1.0", | |||
"@skyux/i18n": "^3.0.1", | |||
"@skyux/i18n": "^3.2.0", | |||
"@skyux/indicators": "^3.0.0-rc.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be updated to rc.2 so that this package is fully using the libresources
"@skyux/core": "3.1.0", | ||
"@skyux/i18n": "3.0.1", | ||
"@skyux/i18n": "3.2.0", | ||
"@skyux/indicators": "3.0.0-rc.0", | ||
"@skyux/popovers": "3.0.0-rc.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
^ devDependency versions for indicators and popovers should be updated too
To get this working, clone the
@skyux/i18n
"lib-resources" branch, here: blackbaud/skyux-i18n#12skyux build-public-library
in the skyux-i18n directorynpm link
)skyux serve
in the skyux-lookup directoryBulider PR: blackbaud/skyux-builder#486
Builder Plugin PR: blackbaud/skyux-sdk-builder-plugin-skyux#2
SKY UX I18N PR: blackbaud/skyux-i18n#12