You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My partner is doing a masters degree in Design, taking a coding course using Adobe Spectrum Web Components. The class is struggling with bugs (sp-number-field field ignores min), missing components (breadcrumbs), and mismatches between the docs and the code. I think these are due to them using an old version of the library.
Would you please deploy the latest version of the library to jspm.dev?
Another option is to build the @spectrum-web-components/bundle package and its dependencies and host the bundle.js with GitHub Pages.
Sincerely,
Michael
I built the bundle and it loads (creating <slot> elements), but styles are not working.
Code of conduct
Description of issue
Hi Spectrum Team,
The Getting Started page https://opensource.adobe.com/spectrum-web-components/getting-started/ suggests loading the library with:
Unfortunately, that loads v0.40 which was published in 2023-11.
My partner is doing a masters degree in Design, taking a coding course using Adobe Spectrum Web Components. The class is struggling with bugs (
sp-number-field
field ignoresmin
), missing components (breadcrumbs), and mismatches between the docs and the code. I think these are due to them using an old version of the library.Would you please deploy the latest version of the library to jspm.dev?
Another option is to build the
@spectrum-web-components/bundle
package and its dependencies and host the bundle.js with GitHub Pages.Sincerely,
Michael
I built the bundle and it loads (creating
<slot>
elements), but styles are not working.index.js
index.html
package.json
example.zip
The text was updated successfully, but these errors were encountered: