Skip to content

Releases: playcanvas/pcui-graph

v5.2.5

29 Apr 14:38

Choose a tag to compare

What's Changed

  • fix: clear inline 0px dimensions when element is not yet in DOM by @willeastcott in #134
  • chore: remove stale react peer dependencies by @willeastcott in #135
  • refactor: replace deepCopyFunction with structuredClone by @willeastcott in #136
  • chore(deps): update actions/deploy-pages action to v5 by @renovate[bot] in #137
  • chore(deps): update actions/configure-pages action to v6 by @renovate[bot] in #138
  • chore(deps): update softprops/action-gh-release action to v3 by @renovate[bot] in #139
  • chore(deps): update actions/upload-pages-artifact action to v5 by @renovate[bot] in #140
  • chore(deps): update all npm dependencies by @renovate[bot] in #142
  • fix: avoid double initialization of node context menu items by @willeastcott in #143
  • chore: prepare tsconfig for TypeScript 6 compatibility by @willeastcott in #145
  • chore(deps): update dependency typescript to v6 by @renovate[bot] in #144

Full Changelog: v5.2.4...v5.2.5

v5.2.4

08 Mar 15:59

Choose a tag to compare

What's Changed

Full Changelog: v5.2.3...v5.2.4

v5.2.3

07 Mar 11:00

Choose a tag to compare

What's Changed

  • refactor: migrate source code from JavaScript to TypeScript by @willeastcott in #113

Full Changelog: v5.2.2...v5.2.3

v5.2.2

07 Mar 08:58

Choose a tag to compare

What's Changed

Full Changelog: v5.2.1...v5.2.2

v5.2.1

07 Mar 00:09

Choose a tag to compare

What's Changed

  • chore(deps): update all npm dependencies by @renovate[bot] in #109
  • chore(deps): update all npm dependencies (major) by @renovate[bot] in #110

Full Changelog: v5.2.0...v5.2.1

v5.2.0

07 Mar 00:04

Choose a tag to compare

What's Changed

Full Changelog: v5.1.0...v5.2.0

v5.1.0

22 Feb 10:12

Choose a tag to compare

What's Changed

Full Changelog: v5.0.0...v5.1.0

v5.0.0

18 Dec 10:45

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.0...v5.0.0

v4.1.0

20 Feb 22:11

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.0...v4.1.0

v4.0.0

22 Mar 14:53

Choose a tag to compare

What's New

  • Fix various spelling mistakes #46
  • Remove PCUI styles #47 (Breaking Change)
  • Improve JSDoc block formatting #49
  • Migrate all vars to let and const #50
  • Enable docs build on Windows #51
  • Update API docs to latest #52
  • Switch to first party rollup terser plugin #53
  • Update to Rollup 3.x #54
  • Use the TypeScript compiler to generate type declarations #55
  • Align more closely with PCUI Typedoc generation #56