GenSpectrum / dashboard-components

https://genspectrum.github.io/dashboard-components/
GNU Affero General Public License v3.0
2 stars 0 forks source link

provide standalone bundle alongside bundle that needs dependencies #425

Closed fengelniederhammer closed 3 months ago

fengelniederhammer commented 4 months ago

resolves #407

Summary

The standalone bundle will not be includable from js code, but it's contained in the published artifact, so it should be usable via unpkg. If we notice that users need to include the standalone bundle, we can still add that later.

Screenshot

image

PR Checklist

vercel[bot] commented 4 months ago

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

Name Status Preview Comments Updated (UTC)
dashboard-components ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 20, 2024 2:12pm
github-actions[bot] commented 4 months ago

This is a preview of the changelog of the next release. If this branch is not up-to-date with the current main branch, the changelog may not be accurate. Rebase your branch on the main branch to get the most accurate changelog.

Note that this might contain changes that are on main, but not yet released.

Changelog:

0.6.14 (2024-08-20)

Features

Bug Fixes

fengelniederhammer commented 3 months ago

Lets test after the release in codePen

I tried it - it works.