Radium v0.13.5 Release Notes

Release Date: 2015-07-29 // almost 9 years ago
  • ๐Ÿ‘Œ Improvements

    • ๐Ÿ‘Œ Support for old and tweener flexbox syntax, #279, thanks @sylvaingi
    • Only calls console.warn during development, not in production

    ๐Ÿ› Bug Fixes

    • ๐Ÿ’… Don't call resolveStyles more than once on the same element, #293
    • ๐Ÿ‘ Allow null or undefined values in style, #263
    • โœ‚ Remove redundant babel-core from dependencies
    • ๐Ÿ›  Fix using numeric 0 as key to getState, #275
    • Don't wrap display name with "Radium(...)", #271
    • ๐Ÿ›  Fix older firefox missing float property, #277, thanks @bencao
    • Don't warn when mixing transform properties, #272, thanks @MattHauglustaine
    • ๐Ÿ’… Use for loop instead of Array prototype on the result of window.getComputedStyle, which was breaking Android web view, #267, thanks @bsbeeks
    • Ignore functions as children instead of blowing up, #265, thanks @Cottin

    Misc

    • โž• Add test-dev command for faster test feedback during development