Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Adopt SkyLibResourcesProvider #3

Merged
merged 6 commits into from
Oct 18, 2018
Merged

Conversation

Blackbaud-SteveBrush
Copy link
Member

@Blackbaud-SteveBrush Blackbaud-SteveBrush commented Oct 15, 2018

To get this working, clone the @skyux/i18n "lib-resources" branch, here: blackbaud/skyux-i18n#12

  1. Run skyux build-public-library in the skyux-i18n directory
  2. Copy the generated dist folder to skyux-lookup/node_modules/@skyux/i18n (or use npm link)
  3. Run skyux serve in the skyux-lookup directory
  4. Note that all resource strings are being utilized in the Search demo.

Bulider PR: blackbaud/skyux-builder#486
Builder Plugin PR: blackbaud/skyux-sdk-builder-plugin-skyux#2
SKY UX I18N PR: blackbaud/skyux-i18n#12

@codecov-io
Copy link

codecov-io commented Oct 17, 2018

Codecov Report

Merging #3 into master will decrease coverage by 0.16%.
The diff coverage is 100%.

Impacted file tree graph

@@            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
Impacted Files Coverage Δ
...p/public/modules/shared/lookup-resources.module.ts 100% <100%> (ø)
src/app/public/modules/search/search.module.ts 100% <100%> (ø) ⬆️
...blic/plugin-resources/lookup-resources-provider.ts 90.9% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6522f59...d7b1a11. Read the comment docs.

Copy link
Contributor

@blackbaud-conorwright blackbaud-conorwright left a 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"
Copy link
Contributor

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",
Copy link
Contributor

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",
Copy link
Contributor

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

@Blackbaud-SteveBrush Blackbaud-SteveBrush merged commit 79d44cd into master Oct 18, 2018
@Blackbaud-SteveBrush Blackbaud-SteveBrush deleted the lib-resources branch October 18, 2018 15:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants