Peter Valadez
Peter Valadez
### Problem The "next blog" link at the bottom of blog posts isn't pointing to the right path. Example: on the [first blog of the demo site](https://brevifolia-gatsby-forestry.netlify.app/blog/on-the-geneology-of-morals) the link points...
### Expected behavior Should be able to use Browsersync web UI at `localhost:3002` after issuing `stencil start` ### Actual behavior UI fails to load properly. The issue is described in...
### Expected behavior You should be able to move a component using a Foundation dropdown inside the mobile menu. For example, you should be able to move the [Currency Selector...
### Expected behavior Should be able to view a hidden product or category pages with stencil-cli using the `showHidden=true` query parameter. ### Actual behavior Hidden product/category pages show the 404...
### Expected behavior `stencil push` works. Or an easier to see and more informative error is shown. ### Actual behavior `stencil push` fails with the error `worker initialization failed`. ###...
#### What? On the search page, errors for the price range faceted filter are not displayed. This can be demonstrated on [the Cornerstone demo store](https://cornerstone-light-demo.mybigcommerce.com/search.php?search_query=cup): https://www.loom.com/share/17f6a4dfb4064c55948067615b5048e0 It seems the existing...
#### What? Add missing `nonce="{{nonce}}"` nonces to all script tags. Adds to nonces to following files: - `templates/pages/account/orders/invoice.html` - `templates/pages/order-confirmation.html` - `templates/components/products/schema.html` - `templates/pages/subscribed.html` #### Requirements - [X] CHANGELOG.md entry...