Esri / calcite-design-system

A monorepo containing the packages for Esri's Calcite Design System
https://developers.arcgis.com/calcite-design-system/
Other
285 stars 76 forks source link

Latest version availability and issues with unpkg.com #6492

Closed capegreg closed 1 year ago

capegreg commented 1 year ago

Background

As of 2/16/2023, we are no longer able to use unpkg.com. I'm not sure if the issue is on the unpkg.com side or ours. We use several other CDNs without issues. We had to switch CDN from unpkg.com to js.arcgis.com and everything is working much better. We plan on staying here!

I have some concerns with the Calcite devops and API documentation. Why is 1.0.7 available on unpkg.com but not on js.arcgis.com? Why isn't the Esri Calcite API documentation getting updated? It's still on beta 99. This is very concerning.

Latest version available on unpkg.com https://unpkg.com/@esri/calcite-components@1.0.7/

Latest version available on js.arcgis.com https://js.arcgis.com/calcite-components/1.0.6/

Desired Outcome

Latest version should be up-to-date on js.arcgis.com. API documentation should be updated to latest version.

geospatialem commented 1 year ago

@capegreg Your note above mentions the documentation site is on beta.99, but has been updated to 1.0.5. We haven't noticed any caching issues, but perhaps a browser cache clear will do the trick?

Reached out via the Community post with some context, which includes the following:

You can certainly use the js.arcgis.com CDN if unpkg.com doesn't suit the organization's security or needs, which is also documented on the Getting started page.

The builds on js.arcgis.com can be seen with the following links (updated to 1.0.7) :

As for the documentation, our page releases weekly on Wednesday, and will update from 1.0.5 (current build) to 1.0.7. Since we are releasing patches with only bug fixes, the documentation is up-to-date.

Upcoming monthly and quarterly releases will still take place prior to documentation page updates, but will fall within the same week moving forward.

geospatialem commented 1 year ago

Closing out this issue per the discussion above, and resources posted to Community.