Skip to content

Latest commit

 

History

History
92 lines (81 loc) · 8.32 KB

changelog.md

File metadata and controls

92 lines (81 loc) · 8.32 KB

Glue42 Core v1.1.0 (2020-07-31)

🚀 New Feature

  • web, workspaces-api, workspaces-app
  • cli-core
    • #110 Extend the CLI with workspaces functionalities. The CLI can now set up a dev environment with workspaces, build and serve all workspaces assets and allows the developers to define and inject css files into the workspace frame. (@flashd2n)
    • #57 Added version command to the CLI, which returns the currently installed version of the package (@flashd2n)
  • golden-layout
    • #106 Added Golden layout package. This is the underlying UI controller of the Workspaces App. (@SvetozarMateev)
  • web
  • web
  • ng
    • #67 Implemented @glue42/ng - a simple, lightweight Angular wrapper compatible with Glue42 Core and Glue42 Enterprise (@flashd2n)

🐛 Bug Fix

  • web
    • #100 Fixed an issue which caused GlueWeb() to crash if no appManager value was provided (@ggeorgievx)
  • core
  • cli-core
    • #54 Fixed a bug where the node process hangs on MacOS 🐛 (@ggeorgievx)
    • #52 Fixed an issue where the CLI build will produce a .js config file, instead of .json (@flashd2n)

💅 Enhancement

  • web
  • react-hooks

📝 Documentation

🔨 Underlying Tools

  • #102 #104#113 Created Glue42 Core E2E testing environment, complete with custom process controllers. This E2E runs on latest CLI, Web, Workspaces API, Workspaces APP, Core, Worker and Gateway packages. (@GrigorPenev)

Committers: 10

Glue42 Core v1.0.0 (2020-04-06)

🚀 New Feature

  • react-hooks
    • #10 Created the @glue42/react-hooks library. This package provides custom React hooks for the Glue42 JavaScript libraries (@3lmo)
  • web
    • #31 Created the @glue42/web package, which exposes an API for all Glue42 Clients to utilize the interop, window and contexts capabilities. (@kirilpopov)
  • core
    • #27 Transferred the existing code-base for the @glue42/core package from the internal stash system to github. This package processes the Glue42 Client connection to the gateway and exposes interop functionality. It is the foundation of @glue42/web. (@kirilpopov)
  • cli-core
    • #25 Completed the @glue42/cli-core package. This development tool makes setting up and working on Glue42 Core project easy and painless. (@flashd2n)
  • worker-web
    • #17 Created the @glue42/worker-web package, which exposes a central connection point, which acts as a bridge between Glue42 Clients and the gateway. (@flashd2n)

📝 Documentation

  • #28 Created the Vanilla JS tutorial - text guide, project start code and full solution. (@flashd2n)
  • #16 Created a React tutorial for Glue42 Core, which showcases the use of the @glue42/react-hooks library. (@3lmo)
  • #36 Added guide for running a Glue42 Core application in Glue42 Enterprise (@kirilpopov)
  • #32 Created the API reference documentation for @glue42/web (@flashd2n)
  • #34#37#43 Created the texts for the initial version of the Glue42 Core documentation (@flashd2n, @ValkaHonda)

🔨 Underlying Tools

  • #14 Created a rest server, which serves mock data to all Glue42 Core tutorials (@3lmo)

Committers: 4