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

provider updates, dependency updates, workflow updates #277

Merged
merged 2 commits into from Jul 7, 2021

Conversation

Blackbaud-AlexKingman
Copy link
Contributor

No description provided.

@@ -71,7 +75,8 @@ import {
SkyFileSizePipe
],
providers: [
DecimalPipe
DecimalPipe,
SkyFileItemService
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

☝️ Used by both the SkyFileItemComponent and SkyFileAttachmentComponent.

MutationObserverService,
SkyCoreAdapterService,
SkyThemeService
SkySelectionBoxAdapterService
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

☝️ Used by both the SkySelectionBoxGridComponent and SkySelectionBoxComponent.

@codecov
Copy link

codecov bot commented Jul 6, 2021

Codecov Report

Merging #277 (238fdad) into 5.0.0-next (a7b5136) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##           5.0.0-next      #277   +/-   ##
============================================
  Coverage      100.00%   100.00%           
============================================
  Files              37        38    +1     
  Lines            1081      1082    +1     
  Branches          210       210           
============================================
+ Hits             1081      1082    +1     
Impacted Files Coverage Δ
...modules/file-attachment/file-attachments.module.ts 100.00% <ø> (ø)
...ublic/modules/file-attachment/file-item.service.ts 100.00% <ø> (ø)
...lic/modules/input-box/input-box-adapter.service.ts 100.00% <ø> (ø)
...pp/public/modules/input-box/input-box.component.ts 100.00% <ø> (ø)
...les/selection-box/selection-box-adapter.service.ts 100.00% <ø> (ø)
...blic/modules/selection-box/selection-box.module.ts 100.00% <ø> (ø)
...les/shared/selection-box-for-root-compat.module.ts 100.00% <100.00%> (ø)

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 a7b5136...238fdad. Read the comment docs.

@Blackbaud-AlexKingman Blackbaud-AlexKingman merged commit bf4fc6f into 5.0.0-next Jul 7, 2021
@Blackbaud-AlexKingman Blackbaud-AlexKingman deleted the 5-updates branch July 7, 2021 15:11
johnhwhite added a commit that referenced this pull request Sep 30, 2021
* initial commit

* Updated singletons to use providedIn: root (#269)

Co-authored-by: Alex Kingman <alex.kingman@blackbaud.me>

* Merge from master (#275)

Co-authored-by: Alex Kingman <alex.kingman@blackbaud.me>

* provider updates, dependency updates, workflow updates (#277)

* provider updates, dependency updates, workflow updates

* revert

Co-authored-by: Alex Kingman <alex.kingman@blackbaud.me>

* 5.0.0-beta.0 release (#278)

Co-authored-by: Alex Kingman <alex.kingman@blackbaud.me>

* Deprecate SkySelectionBoxGridAlignItems (#281)

* Deprecate SkySelectionBoxGridAlignItems

* Export union type

* Merge master into 5.0.0-next (#285)

* Input box inline help (#265)

* initial work

* character-count

* padding tweaks

* build fix

* fixed merge

* final positioning for inline help widget

* visual test tweak, test fix

* style tweaks

* updated selector to use sky-control-help

Co-authored-by: Alex Kingman <alex.kingman@blackbaud.me>

* Build #skyux-forms-push-929062241-56873: Added new baseline screenshots. [ci skip]

* Update changelog/package.json for 4.19.0 release (#270)

Co-authored-by: Alex Kingman <alex.kingman@blackbaud.me>

* Fix single file attachment to show full file name in title attribute (#271)

* Update changelog/package.json for 4.19.1 release (#272)

* Added left inset icon for input-box; fix padding bug with country field (#273)

* Added left inset icon for input-box

* visual tweaks

* unit tests

* added scss variables

* fix country field spacing

Co-authored-by: Alex Kingman <alex.kingman@blackbaud.me>

* Build #skyux-forms-push-990175149-08428: Added new baseline screenshots. [ci skip]

* 4.20.0 release (#274)

* 4.20.0 release

* package lock

* Update CHANGELOG.md

Co-authored-by: Paula Hodgkins <77297281+blackbaud-paulah@users.noreply.github.com>

Co-authored-by: Alex Kingman <alex.kingman@blackbaud.me>
Co-authored-by: Paula Hodgkins <77297281+blackbaud-paulah@users.noreply.github.com>
Co-authored-by: John Lyons <John.Lyons@blackbaud.com>

* Fix docs for checkbox (#276)

* Fix async disable selection box (#280)

* all changes associated to trying to fix the selection box disable bug... WIP for Alex's review

* complete disable selection-box unit test. fix broken radio disable test.

* remove unnecesary local experimentation leftovers

* typo

* fixing things according to Alex's comments

* remove editor ruler and word wrap

* fix template style guide violations

* add disable/enable button to /visual selection-box component

* correct typo and a style guide violation

* missed style guide violation

* update changelog. skyux upgrade. (#282)

* update changelog. skyux upgrade.

* Update CHANGELOG.md

Co-authored-by: John Lyons <John.Lyons@blackbaud.com>

* Update CHANGELOG.md

Co-authored-by: John Lyons <John.Lyons@blackbaud.com>

Co-authored-by: John Lyons <John.Lyons@blackbaud.com>

* Fix overlapping input box value and label for textareas in modern theme (#279)

* Fix overlapping input box value and label for textareas in modern theme

* reverted accidental comments

* removed baselines to allow for tiny shift in padding

* fixed visual test

* fix e2e test

* e2e fix

Co-authored-by: Alex Kingman <alex.kingman@blackbaud.me>
Co-authored-by: Paul Crowder <paul.crowder@blackbaud.com>

* Build #skyux-forms-push-1049895399-36432: Added new baseline screenshots. [ci skip]

* Changelog update; redo 4.20.1 release (#283)

* changelog update

* Update CHANGELOG.md

Co-authored-by: John Lyons <John.Lyons@blackbaud.com>

* Update CHANGELOG.md

Co-authored-by: Alex Kingman <alex.kingman@blackbaud.me>
Co-authored-by: John Lyons <John.Lyons@blackbaud.com>

* Removed accidental disabled e2e tests for input box (#284)

Co-authored-by: Alex Kingman <alex.kingman@blackbaud.me>

Co-authored-by: Alex <alex.kingman@blackbaud.com>
Co-authored-by: Alex Kingman <alex.kingman@blackbaud.me>
Co-authored-by: Blackbaud Sky Build User <sky-build-user@blackbaud.com>
Co-authored-by: Steve Brush <steve.brush@blackbaud.com>
Co-authored-by: Paula Hodgkins <77297281+blackbaud-paulah@users.noreply.github.com>
Co-authored-by: John Lyons <John.Lyons@blackbaud.com>
Co-authored-by: Braden Bisping <63625452+bradenbiz@users.noreply.github.com>

* Release 5.0.0-beta.1 (#286)

* Next > Adopt Angular CLI (#288)

* Release 5.0.0-beta.2 (#289)

* Build #skyux-forms-push-1198364695-34681: Added new baseline screenshots. [ci skip]

* Remove circular references (#290)

* Fix visual tests

* Fix import paths

* Update packages

* Delete screenshots

* Build #skyux-forms-push-1210649827-68966: Added new baseline screenshots. [ci skip]

* Release 5.0.0-beta.3 (#291)

* Next > Update peer dependencies (#292)

* Build #skyux-forms-push-1221916356-27461: Added new baseline screenshots. [ci skip]

* 5.0.0-beta.5 release; removed unnecessary dependency on @skyux/modals (#293)

* Removed modals

* 5.0.0-beta.5-release

* Update CHANGELOG.md

* baselines

Co-authored-by: Alex Kingman <alex.kingman@blackbaud.me>

* Build #skyux-forms-push-1234569693-21840: Added new baseline screenshots. [ci skip]

* Document sky-control-help class (#295)

* Document sky-control-help class

* Update dependencies as per error messages

* package.lock

* reset baselines

Co-authored-by: John Lyons <John.Lyons@blackbaud.me>
Co-authored-by: Alex Kingman <alex.kingman@blackbaud.me>

* Build #skyux-forms-push-1258643898-83004: Added new baseline screenshots. [ci skip]

* Workflow and package updates

* Fix tests

* Reset screenshot

* Reset screenshot

* Exact dependencies

* @skyux/packages as prod dependency

* Reset screenshots

* Fix tests

* Reset screenshots

Co-authored-by: Alex Kingman <alex.kingman@blackbaud.me>
Co-authored-by: Alex <alex.kingman@blackbaud.com>
Co-authored-by: Paul Crowder <paul.crowder@blackbaud.com>
Co-authored-by: Blackbaud Sky Build User <sky-build-user@blackbaud.com>
Co-authored-by: Steve Brush <steve.brush@blackbaud.com>
Co-authored-by: Paula Hodgkins <77297281+blackbaud-paulah@users.noreply.github.com>
Co-authored-by: John Lyons <John.Lyons@blackbaud.com>
Co-authored-by: Braden Bisping <63625452+bradenbiz@users.noreply.github.com>
Co-authored-by: John Lyons <John.Lyons@blackbaud.me>
@johnhwhite johnhwhite mentioned this pull request Sep 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants