Skip to content

Releases: choojs/bankai

v9.10.7

13 Apr 08:08
593eb8f
Compare
Choose a tag to compare
  • Replace findup by @choojs/findup (#465)
  • Move UI code out of http.js (#417)
  • Upgrade standard (#464)

v9.10.6

11 Apr 11:26
56abac7
Compare
Choose a tag to compare
  • support files without extensions in assets (#462)
  • support content and public dirs in http (#463)

Thanks @s3ththompson!

v9.10.5

11 Apr 11:26
6eaf67a
Compare
Choose a tag to compare
  • Catch routing errors when attempting to render missing routes (@bendik in #457)

v9.10.4

29 Mar 08:52
8dcf1ad
Compare
Choose a tag to compare

v9.10.3

22 Mar 08:31
7562b51
Compare
Choose a tag to compare
  • Fix inlining critical css. (#448)
  • Only minify CSS when watch: false. (#442)

v9.10.2

21 Mar 13:55
18ba950
Compare
Choose a tag to compare
  • Filter all routes with partials. (#445)

v9.10.1

16 Mar 13:59
89311dd
Compare
Choose a tag to compare
  • Remove some files that were published accidentally from the package.

v9.10.0

14 Mar 15:02
cdc4325
Compare
Choose a tag to compare
  • Expose mime types on graph nodes (#443)
    You can use this to set a content-type header if you are using Bankai inside a server.
  • Read custom html templates (#447)
    Add an index.html file to change the base HTML bankai uses.

v9.9.1

14 Mar 11:51
beed8c0
Compare
Choose a tag to compare
  • Fix assets list assigned an empty buffer (@tornqvist in #444)
    This also fixes font preloading.

  • Inject server rendered app at its mount point. (#414)
    Previously server rendered apps were always rendered into the <body> directly; now the app.mount('.selector') parameter will be respected.

v9.9.0

07 Mar 13:41
3c06a3a
Compare
Choose a tag to compare

Add transform configuration help to the CLI as --help config. (#437)

Thanks @kareniel!