0.2.79 • Published 5 months ago
@befe/brick-comp-link v0.2.79
2021 BREAKING CHANGES
- size 默认值
undefined->theme.baseSize- 即字号默认尺寸 从
inherit从父级节点继承字号,改为跟随主题配置的基础字号
- 即字号默认尺寸 从
- 不再支持
props.style(此前的支持是由于不恰当的 props 传递造成)- 见 /main/getting-started 中 FAQ.组件原则上不支持 props.style
FAQ
是否可以用 <Button type={'plain'} /> 来替代 <Link />
详见 Button FAQ. 是否可以用来替代<Button type={'plain'} />`