Skip to content

Releases: OakLabsInc/oak

v4.3.0

01 Aug 19:12
Compare
Choose a tag to compare
  • added oak-rebuild <path> as a bin command
  • minor version upgrade for electron
  • minor node version upgrade
  • added .nvmrc for local development consistency

v4.2.4

12 Jul 05:17
Compare
Choose a tag to compare
  • update electron to 1.8.6

v4.2.3

29 May 21:36
Compare
Choose a tag to compare
  • version is now an explicit command
  • electron upgraded to 1.8.6
  • package-lock.json updated

v4.2.2

23 Apr 20:40
Compare
Choose a tag to compare
  • BASE version changed from jessie (node-slim) to stretch
  • electron upgraded from 1.8.3 to 1.8.4

v4.2.1

30 Mar 21:15
Compare
Choose a tag to compare
  • added disableZoom into the browser window context

v4.2.0

30 Mar 21:11
Compare
Choose a tag to compare
  • electron upgraded to 1.8.3
  • node upgraded to 8.2.1

v4.1.3

28 Jan 23:14
Compare
Choose a tag to compare
  • electron upgraded to 1.7.11

v4.1.2

28 Jan 23:10
Compare
Choose a tag to compare

Minor package.json script fix for rebuild

v4.1.1

14 Jan 21:08
Compare
Choose a tag to compare

New:

  • window.alert, window.prompt and window.confirm are now logged in the renderer under window.info and sent on to the window IPC (oak.window.on('alert'))
  • webWorkers enabled by default with the node option true
  • oak.location(url) changes the window location URL

Changed

  • `oak.reload(cache) now takes a boolean which reloads with/without page cache

v4.1.0

14 Jan 19:48
Compare
Choose a tag to compare

CLI

  • width and height options removed for size, which takes a string of WIDTHxHEIGHT
  • electron-version changedelectronVersion
  • oak icon added for OSX and other task bar visible desktops