Skip to content

Releases: glzr-io/glazewm-js

v1.3.0

25 Jul 10:56
e3f9835
Compare
Choose a tag to compare

🎉 New features

  • Client update to GlazeWM v3 (#13 and #14).

🛠️️ Internal changes

  • Remove prepublishOnly command.

Big thanks to @ehellman and @lars-berger for contributing to this release 💛

v1.2.2

21 Jul 18:12
Compare
Choose a tag to compare

🛠️️ Internal changes

  • Fixes to NPM build output (#12).

Big thanks to @ptazithos and @lars-berger for contributing to this release 💛

v1.2.0

17 Feb 16:58
Compare
Choose a tag to compare

🎉 New features

  • Add ContainerType enum; add missing container interfaces.
  • Add FocusedContainerMovedEvent, WorkingAreaResizedEvent, WindowManagedEvent, and WindowUnmanagedEvent.
  • Add client methods for getting binding mode + focused container.
  • Rename GwmClient -> WmClient; rename any enum types to be PascalCase.
  • Use enums for WindowState, TilingDirection, ResizeDimension, Direction, and ServerMessage types.

🐛 Bug fixes

  • Correct type of WorkspaceActivatedEvent.

🛠️️ Internal changes

  • Add esm + commonjs builds; install "tsup".
  • Add install step to release workflow.
  • Add separate build workflow.
  • Bump Node version to 20 (#8).
  • Change license to MIT (#10).
  • Consume tsconfig from glzr style guide; fix any resulting ts errors.
  • Correct references to old org name (#9).
  • Update release workflow (#11).
  • Update release workflow; rename lint check workflow.
  • Use glzr style guide for prettier config; format with prettier.
  • Use shared GitHub workflows (#6).

Big thanks to @lars-berger for contributing to this release 💛

v1.1.2

19 Nov 16:30
e0ddcba
Compare
Choose a tag to compare

1.1.2 (2023-11-19)

Bug Fixes

  • crash on import when using CommonJS (#5) (e0ddcba)

v1.1.2-next.1

19 Nov 14:46
e0ddcba
Compare
Choose a tag to compare
v1.1.2-next.1 Pre-release
Pre-release

1.1.2-next.1 (2023-11-19)

Bug Fixes

  • crash on import when using CommonJS (#5) (e0ddcba)

v1.1.1

19 Nov 16:29
823209e
Compare
Choose a tag to compare

1.1.1 (2023-09-14)

Bug Fixes

  • change how optional dependency ws is resolved (#3) (823209e)

v1.1.1-next.1

14 Sep 11:31
823209e
Compare
Choose a tag to compare
v1.1.1-next.1 Pre-release
Pre-release

1.1.1-next.1 (2023-09-14)

Bug Fixes

  • change how optional dependency ws is resolved (#3) (823209e)

v1.1.0

03 Sep 20:30
39c72e8
Compare
Choose a tag to compare

Initial release 🎉