Skip to content

v1.4.0

Latest
Compare
Choose a tag to compare
@hawkticehurst hawkticehurst released this 07 Dec 00:16
· 2 commits to main since this release
23f1b46

Features

  • update dropdown styles: updates some dropdown styles to match new VS Code dropdown style (#532), closes #521

Docs

  • fix image typo: fixes incorrect image used in badge docs (#522)

Admin

  • bump @microsoft/fast-element: bumps @microsoft/fast-element from 1.6.2 to 1.12.0 (#525)
  • bump @microsoft/fast-foundation: bumps @microsoft/fast-foundation from 2.38.0 to 2.49.4 (#525), closes #494
  • bump @microsoft/fast-react-wrapper: bumps @microsoft/fast-react-wrapper from 0.1.18 to 0.3.22 (#525)
  • bump eslint related deps: bumps eslint and other related packages to latest stable versions (#526)
  • update ci pipelines: updates github and azure ci pipelines to use node v18 (#526)
  • bump prettier: bumps prettier from 2.2.1 to 3.1.0 (#528)
  • bump @microsoft/api-extractor: bumps @microsoft/api-extractor from 7.18.9 to 7.38.4 (#529)
  • add tsdoc.json: adds a tsdoc.json file to resolve api-extrator warnings (#529)
  • bump typescript: bumps typescript from 4.3.5 to 4.6.2 (#530), closes #514
  • add tslib production dep: fixes error in other package managers (i.e. yarn) where tslib could not be resolved (#531), closes #451