Skip to content

v10.6.0

Choose a tag to compare

@github-actions github-actions released this 02 Oct 18:16

This release is a minor change and it doesn't represent a breaking change. It allows to set a template in the default_path option. Things to consider with this chnage:

  1. If you use a Jinja template in the default_path option, a Websocket connection needs to be established to render the template, so there will be a delay before redirecting to the returning path. For this reason, it is recommended that you use a Javascript template instead because it is executed straightaway.
  2. If you use a template in the default_path option, it will be compiled only on page load. If any of the entities used in the template changes, it will do nothing until the page is refreshed or one tries to enter directly in a path from the URL.

🚀 Features

🧩 Dependencies

  • [Dependencies]: Bump the dependencies-dev group with 2 updates
  • [Dependencies]: Bump the dependencies-dev group with 5 updates
  • [Dependencies]: Bump the dependencies-dev group with 2 updates
  • [Dependencies]: Bump the dependencies-dev group with 5 updates
  • [Dependencies]: Bump the dependencies-dev group with 4 updates
  • [Dependencies]: Bump the dependencies-dev group with 5 updates
  • [Dependencies]: Bump the dependencies-dev group with 3 updates

⚙️ Configuration

  • [Github Actions]: Bump actions/checkout from 4 to 5 in the actions-deps group
  • [Github Actions]: Bump actions/upload-pages-artifact from 3 to 4 in the actions-deps group
  • [Github Actions]: Bump actions/setup-node from 4 to 5 in the actions-deps group

📝 Documentation

📦 Other