Skip to content

Releases: insin/react-octicon

v3.0.1

01 Dec 08:55
Compare
Choose a tag to compare

Added missing prop-types dependency to package.json

v3.0.0

01 Dec 07:31
Compare
Choose a tag to compare

v3.0.0 / 2017-12-01

Breaking changes

Updated to GitHub Octicons v4 - this is the last version which provides an icon font, as the library has since changed focus to generating SVG markup for string templates.

See below for notable changes from v3 → v4.

Changes

React 16 compatibility - PropTypes are now imported from the prop-types module.

Icon names are now validated with PropTypes in development mode.

Demo

firefox_2017-12-01_16-59-14

Added an icon browser, since later versions of GitHub Octicons no longer provide an icon font, so its docs may no longer accurately represent icons available in react-octicon.

Added a button for copying component code.

GitHub Octicons v3 → v4 changes

Display of certain icons has now changed, notably the GitHub icon

Removed icons/aliases:

  • clone
  • color-mode
  • comment-add
  • eye-unwatch
  • eye-watch
  • file-add
  • file-directory-create
  • gist-fork
  • gist-new
  • gist-private
  • git-branch-create
  • git-branch-delete
  • git-fork-private
  • git-pull-request-abandoned
  • log-in
  • log-out
  • microscope
  • mirror-private
  • mirror-public
  • person-add
  • person-follow
  • remove-close
  • repo-create
  • repo-delete
  • repo-sync
  • screen-full
  • screen-normal
  • search-save
  • star-add
  • star-delete
  • tag-add
  • tag-remove

New icons/aliases:

  • bold
  • ellipses
  • file
  • grabber
  • italic
  • logo-gist
  • plus-small
  • reply
  • smiley
  • tasklist
  • text-size
  • unverified
  • verified

v2.0.0

05 Dec 16:17
Compare
Choose a tag to compare

Update from octicons 2.x to octicons 3.x