- Updated Font Awesome 6 icons to version
6.5.2
- Update and normalize package.json badges to match README.md badges
- Added support for Font Awesome version
6.0.0
- Updated Font Awesome 5 icons to version
5.15.4
- Added WIP support for Font Awesome 6 (beta3)
- If/once a better & more complete source of metadata is available, the (now) missing information (changes, better search keywords, and categories) will be added.
- Update extension description on all platforms. See README.md for a list of platforms where this extension is available.
- Added
{styleName}
and{name:formatter}
support for settingfontAwesomeAutocomplete.insertionTemplate
.- See Configuration in README.md for more info.
- Added setting
fontAwesomeAutocomplete.enableElevatedSortPriority
- See Configuration in README.md for more info.
- Updated Font Awesome 5 icons to version
5.15.1
- Added support for insertion templates per file type
- See Configuration in README.md for more info.
- Added mouse-over documentation support for custom insertion templates
- Updated Font Awesome 5 icons to version
5.13.0
- Adjusted/fixed icon preview to fully display the icon
- Fixed an issue where typing additional dashes resulted in 0 completion items (see #6)
- [internal] Icon categories are now parsed from the source
.yml
instead of manually generating a.json
per update (this should eventually help with Font Awesome Pro support, if it's ever requested) - Updated Font Awesome 5 icons to version
5.9.0
- Improved VS Code Extension Marketplace integration
- Auto-completion trigger character is now based on the last character of the trigger word.
- See Configuration in README.md for more info.
- Fixed an issue where auto-completing an icon class name resulted in inconsistent behavior in different language modes (e.g.
html
vsjavascript
)- Fixed by introducing a new configuration option for the extension:
disableTriggerWordAutoClearPatterns
- This configuration option is a list of glob patterns that automatically remove the trigger word when a completion item is selected. Defaults to
**/*.html
. If you spot a language that supports it (i.e. when auto-completing a class name with this extension, the output is malformed), please open an issue!
- Fixed by introducing a new configuration option for the extension:
- Improved version migration (from extension version 0.1.4)
- Fixed an issue where a warning for deprecated setting was displayed to the user even after removing the setting.
- Updated to Font Awesome 5.3.1 (web)
- Autocompletion item list no longer contains Font Awesome icons by default.
- Instead a trigger word (defaults to "
fa-
") is used to determine when the list is included. - Implemented by replacing the setting
fontAwesomeAutocomplete
.triggerCharacters
withfontAwesomeAutocomplete
.triggerWord
. - See Configuration in README.md for more info.
- Instead a trigger word (defaults to "
- Added list of categories to icon documentation (Font Awesome 5 only for now)
- Moved documentation link to the icon name (to save vertical space)
- Updated to Font Awesome 5.2.0 (web)
- Fixed broken icon preview (appeared in vscode 1.24.0)
- Added "Changes" display to the documentation
- Fixed Font Awesome 4.7.0 "changes" version display for major versions ("1" -> "1.0", etc.)
- Added support for Font Awesome 4.7.0
- Added configuration option to select the Font Awesome version (4 or 5)
- Breaking changes
- See migrating from 0.0.5 to 0.1.0
- Improved icon preview by adding a background color (configurable)
- Added settings.json entries for icon preview background and foreground colors
- Improved documentation formatting
- Added a mouse-over popup that displays the same documentation as the autocomplete
- Fix typos in readme, adjust manifest
- Fix typos in readme, adjust manifest
- Initial release in the VS Code Extension Marketplace