Skip to content

0.10.0

Compare
Choose a tag to compare
@joelmoss joelmoss released this 15 Jul 16:47
· 180 commits to master since this release

Features

  • Automatic code splitting for side loaded assets.
  • Support side loading of partials.
  • Added .jsx, .tsx and .module.css file extensions to those which are side loaded.
  • Modified and greatly improved environment variable usage, and moved to the proscenium.env.* object, with support for tree shaking.
  • The side_load_stylesheets helper now accepts and passes through additional arguments.
  • Further support for importmaps, including some basic functionality of the spec, along with URL values, extension-less values, and indexes.

Chores

  • Update esbuild and all other dependencies to the latest.
  • Improved and simplified test suite.