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