Releases: AckeeCZ/vscode-frontend
Releases · AckeeCZ/vscode-frontend
v1.0.0
Changed
- Replace default exports with named exports only.
Added
typescriptFelaExtendProp
option – should it includeextend
prop in props inteface for given component?typescriptFelaTheme
option- for the
extend
prop: should it useRulesExtend
type (avail. on most of our projects) or fallback to general type:Partial<Record<keyof typeof felaRules, TRule>>;
? - for any fela rule: should it use
TRuleWithTheme
orTRule
type?
- for the
- [breaking 💥]
includeReactImport
option – if enable,React
is imported. It's false by default.
Removed
FC
React type, use props interface directly.