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

Version Packages (beta) #440

Merged
merged 1 commit into from
Aug 25, 2023
Merged

Version Packages (beta) #440

merged 1 commit into from
Aug 25, 2023

Conversation

mark-tate
Copy link
Contributor

@mark-tate mark-tate commented Aug 9, 2023

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.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@jpmorganchase/[email protected]

Patch Changes

  • 682c784: Add Admin endpoints

  • 0ced179: ## Feature

    Any exception raised by plugins during any part of the plugin lifecycle are converted to instances of PluginError and tracked by the source that is running the plugins. This means plugin errors do not cause the source to close and content will continue to be served by Mosaic.

    Plugin authors should be encouraged to throw a PluginError as should an error occur when processing a particular page, then the full path to the page can be included in the error descriptor.

    Plugin errors are not currently surfaced to a Mosaic site but can be viewed using the list sources admin API.

    Fix

    The saveContent plugin lifecycle method is removed. This concept was replaced with workflows some time ago and should have been removed then.

  • Updated dependencies [d3b8b3a]

  • Updated dependencies [7013042]

  • Updated dependencies [682c784]

  • Updated dependencies [c0ee0f3]

  • Updated dependencies [0ced179]

@jpmorganchase/[email protected]

Patch Changes

@jpmorganchase/[email protected]

Patch Changes

@jpmorganchase/[email protected]

Patch Changes

@jpmorganchase/[email protected]

Patch Changes

  • d3b8b3a: SharedConfigPlugin can now apply a shared config to a source that doesn't have one but shares a namespace with 1 that does.

  • 682c784: Add Admin endpoints

  • 0ced179: ## Feature

    Any exception raised by plugins during any part of the plugin lifecycle are converted to instances of PluginError and tracked by the source that is running the plugins. This means plugin errors do not cause the source to close and content will continue to be served by Mosaic.

    Plugin authors should be encouraged to throw a PluginError as should an error occur when processing a particular page, then the full path to the page can be included in the error descriptor.

    Plugin errors are not currently surfaced to a Mosaic site but can be viewed using the list sources admin API.

    Fix

    The saveContent plugin lifecycle method is removed. This concept was replaced with workflows some time ago and should have been removed then.

  • Updated dependencies [d3b8b3a]

  • Updated dependencies [7013042]

  • Updated dependencies [0ced179]

@jpmorganchase/[email protected]

Patch Changes

@jpmorganchase/[email protected]

Patch Changes

  • e32b5c6: ## Fixes

    • Prevent the search results popover from being hidden by the main page content
    • When on smaller screens switch the main content grid to only show the main content grid area
  • b39d77b: ## Feature

    Provide the ability to set the default page layout at the root of a Mosaic site. Pages without a layout in their metadata will use this layout.

    <LayoutProvider layoutComponents={layoutComponents} defaultLayout='DetailTechnical'>
        <Page/>
    </LayoutProvider>
    
  • 993b4b5: The logic for showing a spinner has been simplified and should be more consistent.

  • Updated dependencies [0dc621d]

  • Updated dependencies [4e69178]

  • Updated dependencies [c0ee0f3]

@jpmorganchase/[email protected]

Patch Changes

@jpmorganchase/[email protected]

Patch Changes

  • d3b8b3a: SharedConfigPlugin can now apply a shared config to a source that doesn't have one but shares a namespace with 1 that does.

  • 7013042: Fix pages that are excluded from the sidebar having no sidebar

  • 0ced179: ## Feature

    Any exception raised by plugins during any part of the plugin lifecycle are converted to instances of PluginError and tracked by the source that is running the plugins. This means plugin errors do not cause the source to close and content will continue to be served by Mosaic.

    Plugin authors should be encouraged to throw a PluginError as should an error occur when processing a particular page, then the full path to the page can be included in the error descriptor.

    Plugin errors are not currently surfaced to a Mosaic site but can be viewed using the list sources admin API.

    Fix

    The saveContent plugin lifecycle method is removed. This concept was replaced with workflows some time ago and should have been removed then.

  • Updated dependencies [d3b8b3a]

  • Updated dependencies [0ced179]

@jpmorganchase/[email protected]

Patch Changes

@jpmorganchase/[email protected]

Patch Changes

@jpmorganchase/[email protected]

Patch Changes

@jpmorganchase/[email protected]

Patch Changes

@jpmorganchase/[email protected]

Patch Changes

@jpmorganchase/[email protected]

Patch Changes

@jpmorganchase/[email protected]

Patch Changes

@jpmorganchase/[email protected]

Patch Changes

  • c0ee0f3: ### Fixes

    • Breadcrumb label matches sidebar label if available.
    • When breadcrumbs collapse into a menu button, the breadcrumb label is used for the menu items.
    • Collapsed breadcrumbs will navigate to the page the breadcrumb represents
    • Breadcrumb links no longer include the unnecessary file extension

@jpmorganchase/[email protected]

Patch Changes

  • 4e69178: Remove dark mode image filter

@jpmorganchase/[email protected]

Patch Changes

  • d3b8b3a: SharedConfigPlugin can now apply a shared config to a source that doesn't have one but shares a namespace with 1 that does.

  • 0ced179: ## Feature

    Any exception raised by plugins during any part of the plugin lifecycle are converted to instances of PluginError and tracked by the source that is running the plugins. This means plugin errors do not cause the source to close and content will continue to be served by Mosaic.

    Plugin authors should be encouraged to throw a PluginError as should an error occur when processing a particular page, then the full path to the page can be included in the error descriptor.

    Plugin errors are not currently surfaced to a Mosaic site but can be viewed using the list sources admin API.

    Fix

    The saveContent plugin lifecycle method is removed. This concept was replaced with workflows some time ago and should have been removed then.

@jpmorganchase/[email protected]

Patch Changes

@jpmorganchase/[email protected]

@jpmorganchase/[email protected]

@jpmorganchase/[email protected]

@jpmorganchase/[email protected]

Patch Changes

  • d3b8b3a: SharedConfigPlugin can now apply a shared config to a source that doesn't have one but shares a namespace with 1 that does.

  • e32b5c6: ## Fixes

    • Prevent the search results popover from being hidden by the main page content
    • When on smaller screens switch the main content grid to only show the main content grid area
  • 0dc621d: LinkButton added to default MDX components.

  • 682c784: Add Admin endpoints

  • c0ee0f3: ### Fixes

    • Breadcrumb label matches sidebar label if available.
    • When breadcrumbs collapse into a menu button, the breadcrumb label is used for the menu items.
    • Collapsed breadcrumbs will navigate to the page the breadcrumb represents
    • Breadcrumb links no longer include the unnecessary file extension
  • b39d77b: ## Feature

    Provide the ability to set the default page layout at the root of a Mosaic site. Pages without a layout in their metadata will use this layout.

    <LayoutProvider layoutComponents={layoutComponents} defaultLayout='DetailTechnical'>
        <Page/>
    </LayoutProvider>
    
  • Updated dependencies [e32b5c6]

  • Updated dependencies [0dc621d]

  • Updated dependencies [4e69178]

  • Updated dependencies [682c784]

  • Updated dependencies [c0ee0f3]

  • Updated dependencies [0ced179]

  • Updated dependencies [b39d77b]

  • Updated dependencies [993b4b5]

@mark-tate mark-tate requested a review from a team as a code owner August 9, 2023 14:18
@vercel
Copy link

vercel bot commented Aug 9, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
mosaic ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 25, 2023 10:03am

@DavieReid DavieReid merged commit 12fc3bb into main Aug 25, 2023
1 check passed
@DavieReid DavieReid deleted the changeset-release/main branch August 25, 2023 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants