The versioning refers to the React component build.
- Icon added: "science"
- Icon added: "reader-comment"
- Icon added: "reader-external"
- Icon added: "reader-share"
- Icon added: "reader-star"
- Updated icon: "reader-follow"
- Updated icon: "reader-following"
- React 18 support
- Icon added: "story"
- Icon added: "trending"
- Icon added: "recent"
- React 17 support
- Update grunt and babel dependencies to latest versions
- Remove duplicate file from NPM package.
- Include SVG spritemap (svg-sprite/gridicons.svg) in gridicons npm package.
- Include offset configuration (sources/react/icons-offset) in gridicons npm package.
- Icon added: "site"
- Icon added: "list-ordered-rtl"
- Icon added: "stats-up"
- Icon added: "stats-up-alt"
- Icon added: "stats-down"
- Icon added: "stats-down-alt"
- Icon added: "line-graph"
- Icon updated: "filter"
- Icon updated: "pin"
- React: Revert to use React.PureComponent in main Gridicon, as to not break backward compatibility.
- React: remove obsolete @ssr-ready pragma from components.
- React: allow importing individual icons in CommonJS module formats.
- React: substitute React.PureComponent for a JavaScript function, to minimize the bundle size of transpiled CommonJS files as much as possible.
- Build: use template literals to create the React components and centralize the icon needs offset logic in the svg-to-react Grunt task.
- Build: renamed
build/
todist/
, which is now part of the gridicons npm package.
- Icon added: "Shutter"
- Icon added: "Plans"
- Icon updated: "Create"
- Icon added: "Zoom In"
- Icon added: "Zoom Out"
- React: Update example headers and footers to use
PureComponent
instead ofcreateClass
. - React: Allow version ^16.0.0.
- Icon updated: "image"
- Icon updated: "video"
- Icon added: "image-remove"
- Icon added: "video-remove"
- Icon updated: "Reply", flipped direction so it is pointing down and to the right.
- Icon added: "Gift"
- Icon added: "Reader Follow Conversation"
- Icon added: "Reader Following Conversation"
- Icon updated: "Chat", made sure this matches all bubble icons style
- Icon updated: "Comment", made sure this matches all bubble icons style
- Icon updated: "Chat", flipped direction for more modularity.
- Icon added: "Nametag".
- React: fix
className
generation. - Build: now automatically builds PDFs using
svg-to-pdfkit
.
- Icon added: "Play".
- Icon added: "Bug".
- Icon added: "Share Computer".
- Icon added: "H1" to "H6".
- Icon updated: "Code".
- Icon updated: "Read More".
- React: dependency raised to 15.3.0.
- React: dependency added to
prop-type
15.5.10. - Build: refactoring, now SVG are master sources.
- Build: polished example site.