Skip to content

v1.2.2

Compare
Choose a tag to compare
@hawkticehurst hawkticehurst released this 24 Feb 23:00
· 31 commits to main since this release
83c0b55

Bug fixes

  • fix react build script: fixes react build script that was generating incorrect react type declaration file (#456), closes #455

Docs

  • new getting started guide: adds new content to getting started guide demoing better component API usage and extension CSP (#383), closes #74 and #348
  • update resource links: adds and removes a few links to resources in the project readme.md and getting-started.md (#447)
  • remove readme badge: removes deploy docs readme badge since it was broken to due removal of docs CD pipeline (#449)
  • data grid docs: updates data grid docs to show how to create data grids with React (#457), closes #453

Admin

  • add .eslintrc.cjs to npmignore: forgot to include in a previous release (#444), resolves #438
  • enable codeql: adds codeql to azure pipeline for improved static analysis and security audits of toolkit source code (#441)