Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 720 Bytes

CHANGELOG.md

File metadata and controls

23 lines (14 loc) · 720 Bytes

0.9.0 (2020-06-15)

0.9.0 (2020-06-14)

Breaking Changes

  • Icon names in material icon set has breaking changes. Size part in icon names has been removed due to icon source migration. To migrate your app, follow the instuctions:
// Remove size part of the imported icon
import { Agriculture20Filled, Agriculture24Filled } from '...' // Old

// Change it to
import { AgricultureFilled } from '...' // New

0.8.0

  • Update fluent to 1.1.128. For icon names' change please see 4b8c76f6551f9c1d7b386cb16cee2ed5a481809c.