github sveltejs/language-tools svelte2tsx-0.2.0

latest releases: extensions-109.2.1, language-server-0.17.4, svelte-check-4.0.6...
3 years ago
  • (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.

Don't miss a new language-tools release

NewReleases is sending notifications on new releases.