Skip to content

svelte2tsx-0.2.0

Choose a tag to compare

@dummdidumm dummdidumm released this 28 May 07:37
· 802 commits to master since this release
82451d3
  • (fix) correct attribute name: fill-rule instead of fillRule
  • (feat) add aria jsx type declarations (#957)
  • (breaking) be more strict with required props: remove strictMode option (#1030)

Breaking Change

The strictMode option was removed. It was only used to determine whether or not all properties should be marked as optional. This behavior was adjusted: Now all properties that are not initialized are treated as required. This applies to both TS and JS files.