Skip to content

Latest commit

 

History

History
130 lines (99 loc) · 8 KB

CHANGELOG.md

File metadata and controls

130 lines (99 loc) · 8 KB

Yayoi やよい

Change Log

5.1.0 (2019-01-25)

Added:

Changed:

Closed bugs/regressions:

Regression:

Open:

4.1.1 (2019-01-16)

Added:

Changed:

Closed bugs/regressions:

Regression:

Open:

3.1.1 (2018-12-28)

Added:

Changed:

Closed bugs/regressions:

Regression:

Open:

2.1.1 (2018-12-08)

Added:

Changed:

Closed bugs/regressions:

Regression:

Open:

1.0.0 (2018-08-03)

Added:

  • Swing implementation of basic GUI components: Component, Container, Window, Layout and Listener;
  • components are all lazily loaded;
  • setting essential component properties, Reactions (size, location, centered, etc.);
    • a reaction can depend on another one of the same component (e.g centered depends on size);
  • executing actions on multiple components, Actions (as of now layout setting, doLayout is supported);
  • registering listeners on components (as of now only ActionListener, onActionPerformed, and WindowListener, onWindowEvent are supported):
    • a default WindowAdapter is already registered with lowest precedence (needed for application shutdown) if and only if a exitOnClose has been set on a window declaration;
  • firing of Spring Event when basic component properties are set (on AWT Thread);
  • enabling component construction using object, method and class notation (e.g. ValueDeclaration, FunctionDeclaration and ClassDeclaration) within a package;
  • autowiring of components constructed using class notation;
  • defining a custom log writer;
    • a default log writer is already registered.

Changed:

Closed bugs/regressions:

Regression:

Open: