Skip to content

Releases: paleo/bkb

v0.24.0

25 Apr 09:50
Compare
Choose a tag to compare
  • Harden the error management during a component initialisation;
  • Rename 'asApplication' to 'toApplication';
  • Rename 'instance' to 'component';
  • Rename 'unattendedEvents' to 'unmanagedListeners';
  • The member 'app' becomes a property of 'PublicDash';
  • Add the log level 'fatal';
  • Refactoring.

0.20.0

30 Mar 13:55
Compare
Choose a tag to compare
  • Redesign the Events API;
  • New file structure.

0.19.0

16 Oct 18:43
Compare
Choose a tag to compare
  • Add methods:
    • appendInGroup
    • isInGroup
    • idChild
    • isComponent
    • destroyChildren
    • listenToAllParents
    • getAllParents
  • Rename bkb to publicDash

0.18.1

30 Sep 22:24
Compare
Choose a tag to compare
  • Use Rollup;
  • Remove componentName, componentId, nextTick.

0.18.0

26 Sep 08:00
Compare
Choose a tag to compare
  • Better parameters for dash.create();
  • Better method names for events;
  • Remove the member bkb.

Bkb 0.17.0

04 Feb 15:26
Compare
Choose a tag to compare
  • Allow to use all Dash methods from the component constructor;
  • New definition for the type Component.

Bkb 0.16.4

14 Jan 17:43
Compare
Choose a tag to compare
  • Use the operator new with component classes.

Bkb 0.16.1

28 Dec 09:04
Compare
Choose a tag to compare
  • Switch to the npm package "bkb";
  • Rename "groupName" to "group".

Bkb 0.15.0

24 Dec 14:28
Compare
Choose a tag to compare
  • Better way to create the instance of an application;
  • On creating a component, simulate the operator new in order to initialise this before to execute the constructor;
  • Rename createComponent to create.

Bkb 0.14.0

19 Dec 09:33
Compare
Choose a tag to compare
  • Rename Context to Dash;
  • Refactoring in the event system;
  • Add Monkberry in the test-app;
  • Log events are emitted synchronously.

This is the first release after the redesign of 2016.