3.3 KiB
3.3 KiB
4.0.2
- Decouple component
nameand class output.
4.0.1
- Use
this.classesinstead of$options.classNamefor wrapper usage.
4.0.0
- Use Vue's warn util directly and offer better debugging experience.
- Support
classNameon component options to make wrapper components easier. - Fix the problem that icons with undefined
names were throwing uncaught exceptions. - Update to
@fortawesome/fontawesome-free@5.11.2. - [Breaking] Update required version of peer dependency
vueto^2.4.0(to support transparent event passing through).
3.5.4
- Update to
@fortawesome/fontawesome-free@5.9.0.
3.5.3
- Fix spelling of
aria-labelledby. - Update to
@fortawesome/fontawesome-free@5.8.2.
3.5.2
- Fix stacked icons layout after content is updated.
3.5.1
- Fix
rolegeneration.
3.5.0
- Add
titleprop support. - Update to
@fortawesome/fontawesome-free@5.8.0.
3.4.0
- Update to
@fortawesome/fontawesome-free@5.7.2.
3.3.1
- Fix npm package.
3.3.0
- Fix unexpected focus for IE.
- Updated to
@fortawesome/fontawesome-free@5.6.3.
3.2.0
- Updated
fa2svgto1.2.0.
3.1.3
- Supported not rendering anything when explicitly set
nametonull.
3.1.2
- Fix missing width and height.
3.1.1
- Get rid of unnecessary
<g>wrapper forrawmode.
3.1.0
- Switch to
@fortawesome/fontawesome-free@5.2.0.
3.0.5
- Fix build.
3.0.4
- Add
nameoption to root classes.
3.0.3
- Update
rollup-plugin-vueto4.2.0.
3.0.2
- Fix package publish.
3.0.1
- Update
@fortawesome/fontawesome-free-webfontsto1.0.9.
3.0.0
- Updated all icons to Font Awesome 5, see README for updated usages.
2.3.5
- Fix
idreplacement.
2.3.4
ids are now unique underrawmode.
2.3.2
- Replaced publish npm scripts with shell commands to prevent failure upon npm install.
- Added
pulseprop.
2.3.1
- Fixed the problem that styles are missing for precompiled version (#35).
2.3.0
- Added new ways to register icon.
- Clarify custom icon registration in documentation.
2.2.8
- Switch build tool to rollup.
- Provide
moduleinpackage.json.
2.2.7
- Hot fix for last version. Use
console.warntemporarily.
2.2.6
- Mark Vue as an external dependency in webpack config.
2.2.5
- Use
Vue.util.warndirectly. - Added warning for referring to unregistered icons.
2.2.4
- Remove unused icon files.
2.2.3
- Fix the issue caused by webpack 2.2 with
babel-plugin-add-module-export.
2.2.2
- Switch to webpack 2 and fix compiled version.
2.2.1
- Move animation to
<svg>to make them work in IE10+.
2.2.0
- Added support for registering multiple paths with different styles (eg. multi-colored icons).
2.1.0
- Added support for stacked icons.
2.0.3
- Added Font-Awesome -> SVG -> JSON build process integration.
- Update Font-Awesome to
4.7.0.
2.0.2
- Updated readme and build.
2.0.1
- Removed project configs for distribution to prevent problems with existing project templates.
2.0.0
- Switch to Vue.js dependency to
2.0. - Added support for users to specify used icons to reduce bundle size.
- Bump major version to 2.
0.3.0
- Supported registering custom icons.
0.2.2
- Fixed the problem that
distis not updated after last version.
0.2.1
scalenow works well with CSSemsizes.
0.2.0
- Added
aria-label="false"for icons withoutlabelprop.
0.1.0
- First version.