- (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.