v1.3.0
oliviertassinari
released this
26 Jun 10:55
·
18524 commits
to master
since this release
Jun 26, 2018
Big thanks to the 10 contributors who made this release possible.
Here are some highlights ✨:
- 🔥 Support the extended Floating Action Button variant (#11941) @mbrookes.
- 🔥 Add scroll body handling for the Dialog (#11974).
- 📝 Work on SEO for the components (#11963).
Breaking change
N/A
Component Fixes / Enhancements
- [FormControl] Correct minor typo in text (#11931) @FluentSynergyDW
- [Grid] Add
auto
to TypeScript definitions (#11933) @woobianca - [styles] Safer prefix logic (#11943) @oliviertassinari
- [Button] Add extended FAB variant (#11941) @mbrookes
- [styles] Warn when the first argument is wrong (#11953) @oliviertassinari
- [ClickAwayListener] Handle null child (#11955) @oliviertassinari
- [theme] Add border-radius to the theme (#11847) @itelo
- [Dialog] Add a scroll property (#11974) @oliviertassinari
Docs
- [Showcase] Add posters galore (react-admin) (#11939) @fzaninotto
- [docs] Update ts example (#11949) @kevinhughes27
- [docs] Add Outline docs (#11960) @tomasdev
- [docs] Do SEO for the components (#11963) @oliviertassinari
- [docs] Better API wording (#11973) @oliviertassinari
- [docs] In Typescript doc, add missing
createStyles
to import (#11975) @Sylphony
Core
- [typescript] Fix Typings for disableTouchRipple and allVariants (#11944) @franklixuefei
- [core] Upgrade the dev dependencies (#11954) @oliviertassinari
- [core] Upgrade eslint (#11957) @oliviertassinari
- [core] Upgrade preval (#11958) @oliviertassinari
- [core] Use Chrome Headless for the tests over PhantomJS (#11961) @oliviertassinari
Lab
N/A