Skip to content

Releases: choojs/bankai

v9.15.3

03 Dec 11:27
9b70f8a
Compare
Choose a tag to compare
  • Migrate Windows tests to Travis from Appveyor. (#530)
  • Load CSS normally if JavaScript is disabled. (#531, #535)

Thanks @auggod!

v9.15.1

22 Jun 12:28
39b753c
Compare
Choose a tag to compare
  • Linkify all the transforms in the documentation. (#514)
  • Replace deprecated package opn by open. (#525)
  • Update dependencies. (#513)

Thanks @perguth!

v9.15.0

06 Sep 08:43
6e7b439
Compare
Choose a tag to compare
  • Add favicon. (#502)
    A favicon.ico in the root of your project will be used as the icon for your
    app!
  • Prevent infinite redirect behind a reverse proxy. (#510)
  • Fix documentation typo. (#505)

Thanks @ZhouHansen, @mjstahl and @jekrb!

v9.14.0

01 Jun 10:28
ee88a34
Compare
Choose a tag to compare
  • Add console paonel. (#468)
    With bankai start, press "2" to switch to the console output.
    Press "1" to switch to the main output.

v9.13.0

30 May 08:15
d907c26
Compare
Choose a tag to compare

v9.12.1

16 May 15:08
12236b9
Compare
Choose a tag to compare
  • Use consistent URL format in service-worker environment variables (@ZhouHansen in #483)

v9.12.0

08 May 14:08
840a05b
Compare
Choose a tag to compare
  • Improve syntax error messages. (#480)
  • Fixed + more consistent basedir handling. (#467)
    Doing bankai build app/index.js and bankai build app now results in the same behaviour.

v9.11.2

02 May 10:36
260b3e6
Compare
Choose a tag to compare
  • Fix outputting dynamic bundles (#474)

v9.11.1

02 May 10:36
86e16d0
Compare
Choose a tag to compare
  • Add quotes around theme-color content. (#466)
  • deps: add missing dependency resolve (#471)

v9.11.0

13 Apr 14:27
8b0fe15
Compare
Choose a tag to compare
  • Disable Babel modules transform for dependencies. Allows consuming dependencies that use top-level this. (#455)
  • Add option babelifyDeps to disable transpiling dependencies. This is intended as a stopgap measure until a faster/reliable way to transpile ES2015+ code from dependencies is implemented. (#422)