Releases: playcanvas/pcui
Releases · playcanvas/pcui
v5.1.0
What's Changed
- Bump rexml from 3.2.6 to 3.3.9 in /docs by @dependabot in #408
- Permit use with React 19 by @willeastcott in #409
- Standardize on nullish coalescing operator in constructors by @willeastcott in #410
Full Changelog: v5.0.0...v5.1.0
v5.0.0
Breaking Changes
- Allow root
TreeViewItem
to be closed by @willeastcott in #388 - Set a sensible default font by @willeastcott in #389
- Sass reorg by @willeastcott in #402
What's Changed
- Bump actions/upload-pages-artifact from 2 to 3 by @dependabot in #373
- Bump github/codeql-action from 2 to 3 by @dependabot in #374
- Bump actions/checkout from 3 to 4 by @dependabot in #375
- Bump actions/deploy-pages from 2 to 4 by @dependabot in #376
- Bump actions/setup-node from 3 to 4 by @dependabot in #377
- Moving React to
peerDependencies
by @marklundin in #381 - Update NPM dependencies by @willeastcott in #383
- Add unit tests for
NumericInput
expression handling by @willeastcott in #384 - Improve API overview docs for
NumericInput
by @willeastcott in #386 - Minor examples improvements by @willeastcott in #387
- Perform edit pass on
BUILDGUIDE.md
by @willeastcott in #390 - Make
MenuItem
handlers bare properties by @willeastcott in #391 - Refactor
searchItems
and add tests by @willeastcott in #392 - Have examples load PCUI from dist folder by @willeastcott in #394
- Migrate
SelectInput
to pointer events by @willeastcott in #395 - Add meta viewport tag to all examples by @willeastcott in #396
- Minor refactor to
Element
registry by @willeastcott in #397 - Improve typings of React wrapper and eliminate all ts-ignores by @willeastcott in #398
- Revert changes to React render calls by @willeastcott in #399
- [FIX] Allow iframed
SelectInput
to close on iOS by @willeastcott in #400 - Eliminate all global function calls from SASS by @willeastcott in #401
- Remove StoryBook's storyStoreV7 flag by @willeastcott in #403
- Upgrade to StoryBook 8 by @willeastcott in #404
- Upgrade to @types/react v19 by @willeastcott in #405
- Switch useless accessors to properties by @willeastcott in #406
- Document public interfaces by @willeastcott in #407
New Contributors
- @marklundin made their first contribution in #381
Full Changelog: v4.6.0...v5.0.0
v4.6.0
What's Changed
- Improve TreeView arrow keys navigation by @willeastcott in #370
- Upgrade ESLint to latest by @willeastcott in #371
- Generate source maps by @willeastcott in #372
Full Changelog: v4.5.2...v4.6.0
v4.5.2
v4.5.1
What's Changed
- Retrieve pointerLockElement from shadowRoot by @missingtears in #363
- Ensure TreeView drag handle is initially hidden by @willeastcott in #364
- Color picker fixes by @slimbuck in #365
- Update NPM dependencies by @willeastcott in #366
Full Changelog: v4.5.0...v4.5.1
v4.5.0
What's Changed
- Fix for SelectInput by @missingtears in #359
- Fix React Element component by @willeastcott in #360
- Remove all default exports by @willeastcott in #361
- Fix for slider input events by @slimbuck in #362
Full Changelog: v4.4.0...v4.5.0
v4.4.0
What's Changed
- Migrate SliderInput to Pointer Events by @willeastcott in #350
- Remove some occurrences of ts-ignore by @willeastcott in #351
- Add constructor API docs by @willeastcott in #352
- Refactor class name imports by @willeastcott in #353
- fix: Correct color box pop-up position by @missingtears in #354
- Small refactor to Element and Container by @willeastcott in #355
- Document all getters by @willeastcott in #356
- Scrollbar styles by @willeastcott in #357
New Contributors
- @missingtears made their first contribution in #354
Full Changelog: v4.3.0...v4.4.0
v4.3.0
What's Changed
- Add the examples to the docs by @willeastcott in #344
- Storybook development fixes by @kpal81xd in #346
- Vector input binder for changing all inputs by @kpal81xd in #347
- Vector input history fix by @kpal81xd in #348
- React export fix by @kpal81xd in #349
New Contributors
Full Changelog: v4.2.0...v4.3.0
v4.2.0
What's Changed
- Align PCUI API reference with the PlayCanvas Engine by @willeastcott in #324
- Update to Storybook 7 by @willeastcott in #325
- Regenerate package-lock.json by @willeastcott in #326
- Update scripts section of package.json by @willeastcott in #327
- Rename stories files by @willeastcott in #328
- Update Storybook Story format to latest by @willeastcott in #329
- Update NPM dependencies by @willeastcott in #332
- chore(ci): github CI updates by @epreston in #331
- chore: update package-lock.json to remove warning by @epreston in #333
- fix observer example by @Sirahi in #337
- Update NPM dependencies by @willeastcott in #338
- Document version and revision by @willeastcott in #339
- Update deploy.yml by @willeastcott in #340
- Update README.md by @willeastcott in #341
- Update NPM dependencies by @willeastcott in #342
- Fix exports for React build by @willeastcott in #343
New Contributors
Full Changelog: v4.1.2...v4.2.0
v4.1.2
What's Changed
- Protect navigator access from causing a ReferenceError by @kungfooman in #323