Skip to content

Releases: IgniteUI/material-icons-extended

2.3.0

03 Sep 07:48
9e28a3f
Compare
Choose a tag to compare

Features:

  • Add ng update capability

2.3.0 Beta

02 Sep 12:24
Compare
Choose a tag to compare
2.3.0 Beta Pre-release
Pre-release

Features:

  • Add ng update capability

2.2.0

28 Aug 12:39
3eb7663
Compare
Choose a tag to compare

Features:

  • Added 42 new icons in 2 new categories - content and editor.
  • Added a new named export - all of type IMXIcon[], which allows you to import all icons at once.

Changes:

  • The values method on the IconCategory type now returns the correct number of categories as an array of strings.

Fixes:

  • Fixed a typo in one of the icon names in the programming category.

Related issues: #6, #8, #12

2.2.0 Beta 2

28 Aug 10:32
Compare
Choose a tag to compare
2.2.0 Beta 2 Pre-release
Pre-release

Changed exported members and added all so we can now import all icons at once.

2.2.0 Beta

27 Aug 11:43
Compare
Choose a tag to compare
2.2.0 Beta Pre-release
Pre-release

Add more icons in 2 new categories - editor and content.

2.1.0

26 Aug 07:21
Compare
Choose a tag to compare

Breaking Changes:

  • Remove the svgs folder from the root of the project. Use the source SVG files located in src/svgs instead

Other:

  • Remove the HTML example files.

2.1.0 Beta

26 Aug 06:50
445147c
Compare
Choose a tag to compare
2.1.0 Beta Pre-release
Pre-release

Reduce package footprint and update documentation.

2.0.0

21 Aug 08:02
4c20b63
Compare
Choose a tag to compare

This release now inlines all SVG images in the JavaScript bunlde. This allows us to include the SVG as strings for easier consumption in JavaScript applications.

Breaking Changes:

  • module is no longer available on the exported JavaScript icon objects
  • value is now the string literal representation of the SVG

2.0.0 Beta

21 Aug 06:37
4c20b63
Compare
Choose a tag to compare
2.0.0 Beta Pre-release
Pre-release

This release inlines all SVGs in the JavaScript bundle.

1.1.1

12 Aug 12:26
Compare
Choose a tag to compare

Bug Fixes:

  • Sprites are not part of the package