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

4.20.0 release #274

Merged
merged 4 commits into from Jul 1, 2021
Merged

4.20.0 release #274

merged 4 commits into from Jul 1, 2021

Conversation

Blackbaud-AlexKingman
Copy link
Contributor

No description provided.

CHANGELOG.md Outdated Show resolved Hide resolved
@blackbaud-ado
Copy link
Member

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

codecov bot commented Jul 1, 2021

Codecov Report

Merging #274 (e4eeff8) into master (043c25d) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##            master      #274    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           25        37    +12     
  Lines          913      1081   +168     
  Branches       128       210    +82     
==========================================
+ Hits           913      1081   +168     
Impacted Files Coverage Δ
src/app/public/modules/radio/radio.module.ts 100.00% <0.00%> (ø)
src/app/public/modules/radio/radio.component.ts 100.00% <0.00%> (ø)
src/app/public/modules/checkbox/checkbox.module.ts 100.00% <0.00%> (ø)
.../app/public/modules/checkbox/checkbox.component.ts 100.00% <0.00%> (ø)
.../app/public/modules/radio/radio-group.component.ts 100.00% <0.00%> (ø)
.../app/public/modules/radio/radio-label.component.ts 100.00% <0.00%> (ø)
...pp/public/modules/shared/forms-resources.module.ts 100.00% <0.00%> (ø)
...p/public/modules/file-attachment/file-size.pipe.ts 100.00% <0.00%> (ø)
...ublic/modules/checkbox/checkbox-label.component.ts 100.00% <0.00%> (ø)
...ublic/modules/file-attachment/file-item.service.ts 100.00% <0.00%> (ø)
... and 26 more

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 4816552...e4eeff8. Read the comment docs.

@blackbaud-ado
Copy link
Member

@blackbaud-ado
Copy link
Member

@Blackbaud-AlexKingman Blackbaud-AlexKingman merged commit 6eaa13a into master Jul 1, 2021
@Blackbaud-AlexKingman Blackbaud-AlexKingman deleted the 4.20.0-release branch July 1, 2021 18:40
Blackbaud-PaulCrowder added a commit that referenced this pull request Jul 29, 2021
* 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>
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>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
4 participants