Skip to content

Latest commit

 

History

History
97 lines (75 loc) · 4.78 KB

CHANGELOG.md

File metadata and controls

97 lines (75 loc) · 4.78 KB

Change Log

[1.3.2] - 2024-06-25

  • Updated Font Awesome 6 icons to version 6.5.2

[1.3.1] - 2022-03-09

  • Update and normalize package.json badges to match README.md badges

[1.3.0] - 2022-03-09

  • Added support for Font Awesome version 6.0.0

[1.2.0] - 2022-01-18

  • 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.

[1.1.2] - 2020-12-20

[1.1.1] - 2020-12-10

  • Update extension description on all platforms. See README.md for a list of platforms where this extension is available.

[1.1.0] - 2020-11-11

  • Added {styleName} and {name:formatter} support for setting fontAwesomeAutocomplete.insertionTemplate.

[1.0.2] - 2020-11-03

  • Added setting fontAwesomeAutocomplete.enableElevatedSortPriority
  • Updated Font Awesome 5 icons to version 5.15.1

[1.0.0] & [1.0.1] - 2020-05-08

  • Added support for insertion templates per file type
  • Added mouse-over documentation support for custom insertion templates
  • Updated Font Awesome 5 icons to version 5.13.0

[0.1.8] - 2019-06-07

  • 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

[0.1.7] - 2018-04-10

  • Improved VS Code Extension Marketplace integration

[0.1.6] - 2018-04-10

  • Auto-completion trigger character is now based on the last character of the trigger word.
  • Fixed an issue where auto-completing an icon class name resulted in inconsistent behavior in different language modes (e.g. html vs javascript)
    • 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!
  • Improved version migration (from extension version 0.1.4)

[0.1.5] - 2018-09-29

  • Fixed an issue where a warning for deprecated setting was displayed to the user even after removing the setting.

[0.1.4] - 2018-09-29

  • 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 with fontAwesomeAutocomplete.triggerWord.
    • See Configuration in README.md for more info.
  • Added list of categories to icon documentation (Font Awesome 5 only for now)
  • Moved documentation link to the icon name (to save vertical space)

[0.1.3] - 2018-06-07

  • Updated to Font Awesome 5.2.0 (web)

[0.1.2] - 2018-06-07

  • Fixed broken icon preview (appeared in vscode 1.24.0)

[0.1.1] - 2018-05-11

  • Added "Changes" display to the documentation
  • Fixed Font Awesome 4.7.0 "changes" version display for major versions ("1" -> "1.0", etc.)

[0.1.0] - 2018-05-11

  • Added support for Font Awesome 4.7.0
  • Added configuration option to select the Font Awesome version (4 or 5)
  • Breaking changes

[0.0.5] - 2018-05-09

  • Improved icon preview by adding a background color (configurable)
  • Added settings.json entries for icon preview background and foreground colors

[0.0.4] - 2018-05-05

  • Improved documentation formatting
  • Added a mouse-over popup that displays the same documentation as the autocomplete

[0.0.3] - 2018-05-05

  • Fix typos in readme, adjust manifest

[0.0.2] - 2018-05-05

  • Fix typos in readme, adjust manifest

[0.0.1] - 2018-05-05

  • Initial release in the VS Code Extension Marketplace