Remove Deprecated APIs
Changed
- Simplify external API, remove deprecated methods
- Remove
createStyles()function - Remove
composeStyle()in favor of existingjoin(...)utility - Add
useCss()for using any CSS object, cachedcss()object or computed functional style
- Remove
Added
- Allow
undefinedandstringvalues as parameters tojoin(...)utility