Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@rapid-build-ui/rb-icon

rapid-build-ui53MIT0.0.17

Rapid Build UI Web Component: rb-icon

readme

<rb-icon> web component

⚒ Work in progress. Not for use yet.

Documentation

Showcase Site

changelog

0.0.17 (2019-07-16)

Dependencies

0.0.16 (2019-07-12)

Dependencies

  • bump: dep base v0.0.11

0.0.15 (2019-07-05)

Features

  • version: add to component properties accessible via this.version (10625c0)

Dependencies

  • bump: dep font-awesome icons v5.9.0 (86249c9)
  • bump: dep rb-base v0.0.10 (e263d00)

0.0.14 (2019-05-09)

Features

  • bump: dep font-awesome icons v5.8.2 (41613ad)

Dependencies

  • bump: dep rb-base v0.0.9 (1f86fae)

0.0.13 (2019-03-05)

Features

  • animation: create and add it (3917938)

Performance Improvements

  • 🚀 major performance boost: populate the svg via an icons map and remove the inlined svgs from the view (fabf049)

Dependencies

  • bump: dep rb-base v0.0.8 (9ce6657)

0.0.12 (2019-02-24)

Features

  • bump: dep font-awesome icons v5.7.2 (cce7377)
  • styling: set host to inline-block so consumers can add top or bottom bumpers if necessary (1bfb5c1)

Dependencies

  • bump: dep rb-base v0.0.7 (855c81b)

BREAKING CHANGES

  • api: change vertical to valign (e864a81)

To migrate the code follow the example below:

Before:
vertical="top"

Now:
valign="top"

0.0.11 (2018-12-05)

Features

  • bump: dep rb-base v0.0.6 (c54ee21)
  • hidden attribute: display style that respects the hidden attribute (5c07381)

Performance Improvements

  • css: improve browser performance by adding css contain property (7da3d99)

0.0.10 (2018-11-13)

Features

  • bump: dep font-awesome icons to v5.5.0 (0913328)

Dependencies

  • bump: dep rb-base v0.0.5 (6eac495)

0.0.9 (2018-09-26)

Bug Fixes

  • api options: kind and source when dynamically setting (0833d9e)

Features

  • new api option: vertical, for vertically aligning the icon (a4ddabe)

Dependencies

  • bump: dep rb-base v0.0.4 (48d5720)

0.0.8 (2018-09-14)

Dependencies

  • rb-base: bump to v0.0.3 (8c87fd2)

0.0.7 (2018-09-05)

Dependencies

  • rb-base: bump to v0.0.2 (ae60649)

0.0.6 (2018-08-29)

Features

  • bump: dep font-awesome icons to v5.3.1 from v5.2.0 (e3a7e3d)

Dependencies

  • rb-base: replace deps lit-html and skatejs with @rapid-build-ui/rb-base and make corresponding updates (2504129)

0.0.5 (2018-07-11)

Bug Fixes

  • blinking: fix icon from occasionally blinking on initial load (1830f47)

0.0.4 (2018-07-08)

Release switches web components library Polymer 3 to SkateJS and view renderer lit-html.

0.0.3 (2018-06-22)

Bug Fixes

  • alignment: to play nicely with other components (8ab247c)
  • bold: fix bold property, should be boolean (1dff84f)
  • safari: fix safari not showing the icon (15ed3c6)
  • template: remove trailing space, it adds to the width of the icon (c0f287d)

Features

  • bump: dep font-awesome icons to v5.1.0 from v5.0.13 (f117ca2)