Skip to content
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

Release Tracking #166

Merged
merged 1 commit into from
Aug 22, 2024
Merged

Release Tracking #166

merged 1 commit into from
Aug 22, 2024

Conversation

openprojectci
Copy link

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@openproject/primer-view-components@0.43.0

Minor Changes

Patch Changes

  • #2983 5d68193 Thanks @keithamus! - Ensure ActionMenu restores focus on close of a dialog, if a menu item opened that dialog

  • #3010 ebab85a Thanks @camertron! - Fixes several SelectPanel bugs:

    1. If multiple server-rendered items are checked, the panel will only show one item checked.
    2. If no data-value attributes are provided, panels in single-select mode will allow multiple items to be checked.
  • #3011 9507093 Thanks @JoyceZhu! - Remove "loading" screenreader-only text after Spinner load for
    eventually_local SelectPanels

  • #3012 adcdddd Thanks @orhantoy! - Fix a bug where all requests from the ToggleSwitch view component are being made with a Turbo Accept header.
    This started happening after the change in Add turbo: true as an option for ToggleSwitch primer/view_components#2964 because data-turbo=false gets interpreted as a truthy value.

Copy link

❗ Pre-merge checklist

Please ensure these items are checked before merging.

🔎 Smoke test

  • All CI checks pass
  • Lookbook opens in a browser
  • Successful integration test with OpenProject as a primary consumer
    • Install the npm package locally
    • Install the primer_view_components gem locally
    • Verify no new build errors appear
    • Verify no new linting errors appear
    • Manually test critical paths
    • Manually test release-specific bugfixes and/or features work as described

🤔 Sanity test

  • All bugfixes in this release have resolved their corresponding issues
  • All new features in this release have been tested and verified as compatible with OpenProject
  • No noticeable regressions have been introduced as a result of changes in this release
  • Release notes accurately describe the changes made

Please also leave any testing notes as a comment on this pull request. In particular, describing any issues encountered during your testing. This is helpful in providing historical context to maintainers.

@HDinger HDinger merged commit 9b85dad into main Aug 22, 2024
38 checks passed
@HDinger HDinger deleted the changeset-release/main branch August 22, 2024 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants