Skip to content

v0.8.0

Latest
Compare
Choose a tag to compare
@tkonopka tkonopka released this 27 Apr 14:47
· 2 commits to main since this release

Highlights

  • Internal code improvements and updates

Added

Changed

  • audit fix dependencies
  • fix lodash imports leading to webpack "can't resolve" errors
  • code improvements in response to typescript validations (noPropertyAccessFromIndexSignature)
  • removed exported types related to themes (SideRecords, ColorsRecords)
  • simplified type definitions for themes
  • updated test suite to support framer-motion >10.16.1
  • code modifications in response to typescript validations (noUncheckedIndexedAccess)
  • turned on additional typescript validations ('noImplicitAny', 'strictNullChecks', 'strictFunctionTypes', 'strictBindCallApply', 'strictPropertyInitialization', 'noImplicitThis', 'useUnknownInCatchVariables', 'alwaysStrict', 'noFallthroughCasesInSwitch', 'noImplicitOverride')
  • code improvements in response to typescript validations (noImplicitReturns)
  • code improvements in response to typescript validations (noUnusedLocals)
  • code improvements in response to typescript validations (noUnusedParameters)