-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore(release): 4.14.0 #925
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This pull request has been linked to Shortcut Story #1549: Release Client 4.14.0. |
abbyoung
approved these changes
Feb 9, 2023
jcbcapps
pushed a commit
that referenced
this pull request
Feb 22, 2023
## [4.14.0](4.13.0...4.14.0) (2023-02-08) ### Features * Add LaunchDarkly back and put Search behind feature flag ([#912](#912)) ([f235860](f235860))
jcbcapps
added a commit
that referenced
this pull request
Feb 22, 2023
* dev: add luxon to handle date operations * feat: Add LaunchDarkly back and put Search behind feature flag (#912) * Add LD dependencies we were using previously * Add withLDProvider to export * Add env variable and feature flag * Version lock * Update storybook add ons and move flag to PageHeader * Update storybook to toggle Search w/ LD * Update to remove SearchOff * Remove disableSearch prop * Fix dark mode styles * Update text color * Add missing ComponentType * Add launchDarklyContext w/ localfile config * Add test * Add disabled prop back * chore(release): 4.14.0 (#925) ## [4.14.0](4.13.0...4.14.0) (2023-02-08) ### Features * Add LaunchDarkly back and put Search behind feature flag ([#912](#912)) ([f235860](f235860)) * feat: Connect documents page to cms (#921) * Fetch documents page data from cms * update unit test for documentation page * address feedback for dark mode, loading expanded state * fix docs page to handle errors * Add LD flag to docs page * adding unit test coverage * rearranging layout so right sidebar displays correctly * test: correct bad test check with correct one --------- Co-authored-by: John Gedeon <[email protected]> * feat: Support article scheduling (#922) * dev: add luxon to handle date operations * feat: an article published in the future should return 404 * feat: pass current date to InternalNews queries * feat: pass publishedDate to ORBITBlog queries --------- Co-authored-by: Abigail Young <[email protected]> * chore(deps): update actions/cache digest to 6998d13 (#918) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update docker/setup-buildx-action digest to f03ac48 (#926) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update github/codeql-action digest to 17573ee (#928) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update docker/build-push-action digest to 1104d47 (#919) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update github-actions (#929) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * style: design: adds in theme configurable background images and some theme refactoring (#933) * uploads light background img Signed-off-by: Shauna Keating <[email protected]> * adds in background img for dark background * creates variables for background images * adds new variables into default layouts module to allow to multiple backgrounds * adds in light gradient * adds in light bacgkround image * adds in positioning and size properties for background image * addresses performance issue with sattelight image background, switches to png * connects dark mode variables * removes page header background * removes page header background image code * adjusts breadcrumb link color to have passing color contrast on light mode * chore(deps): update github/codeql-action digest to 17573ee (#928) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update docker/build-push-action digest to 1104d47 (#919) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update github-actions (#929) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * removes more page header background code * changes myspace bg varibale to be a general widget bg fill, adds to epubs card * adds background fill to feedback card * adds background fill on sites and application page components missing it * adjusts the settings and connects breadcrumbs to theme * adds background fill to about us page sidebar * replaces background image with lower opacity image * replaces light mode bacground with lower opacity to improve legibility on about and news and annoucments * changes search results banner to themed backgorund color * adds color themeing to search error background * removes dark background lock on breadcrumb nav story * changes link color selector * adjusts storybook view of news and annousements header to reflect what is on production: * removes non-applicable items from typography page * test: add tests for branch in NewsItem * test: simplify this check to reduce the number of branches * test: add test for ThemeToggle when user not logged in --------- Signed-off-by: Shauna Keating <[email protected]> Co-authored-by: Shauna Keating <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: John Gedeon <[email protected]> * chore(deps): bump undici from 5.11.0 to 5.20.0 (#939) * chore(deps): bump undici from 5.11.0 to 5.20.0 Bumps [undici](https://github.com/nodejs/undici) from 5.11.0 to 5.20.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v5.11.0...v5.20.0) --- updated-dependencies: - dependency-name: undici dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Empty-Commit --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: minh-truss <[email protected]> * chore(deps): update dependencies (#936) Co-authored-by: John Gedeon <[email protected]> * Filter announcements * Update query to only return announcements up until current date * Remove unused type * Filter announcements * Update query to only return announcements up until current date * Remove unused type * Update import * Update import --------- Signed-off-by: Shauna Keating <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: John Gedeon <[email protected]> Co-authored-by: Abigail Young <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Shauna Keating <[email protected]> Co-authored-by: Shauna Keating <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: minh-truss <[email protected]> Co-authored-by: minh <[email protected]>
Merged
gidjin
added a commit
that referenced
this pull request
Feb 23, 2023
## [4.15.0](4.14.0...4.15.0) (2023-02-23) ### Features * Connect documents page to cms ([#921](#921)) ([616f5ee](616f5ee)) * Display current announcements ([#924](#924)) ([4ad1f8d](4ad1f8d)), closes [#912](#912) [#925](#925) [#912](#912) [#921](#921) * Support article scheduling ([#922](#922)) ([d4dc1a4](d4dc1a4)) * support preview of unpublished articles by keystone cms users ([#934](#934)) ([55615b7](55615b7))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
4.14.0 (2023-02-08)
Features