Skip to content

Latest commit

 

History

History
120 lines (71 loc) · 2.62 KB

CHANGELOG.md

File metadata and controls

120 lines (71 loc) · 2.62 KB

Changelog

v0.2.5 (2023-8-27)

  • Closes #4

v0.2.4 (2023-3-28)

v0.2.3 (2023-3-28)

  • SCSS partial file import bug fix.
  • We have added a new feature. If it is not supported, the relative path is inserter by drag and drop.
  • Removed notification preference

v0.2.2 (2023-3-26)

Bug fixes

  • Fixed a bug related to importing relative paths from the same parent directory.

v0.2.1 (2023-1-13)

Features

  • Angular import compatibility for this import style → import { name } from '_relativePath_';.

Updates

  • Wrong extension title in settings.
  • Broken version badge url in project details.

v0.2.0 (2023-1-12)

Features

  • .tsx now supports .scss file extension. (see table below.)
Active text editor
Drop (to)
Supported file extensions
Drag (from)
.tsx self, .scss

Updates

  • Minor code changes.

v0.1.18 (2022-8-22)

Updates

  • Removed unused and redundant dependencies.
  • Minor code changes.

v0.1.16 (2022-8-22)

Updates

  • Defined activation events for performance improvement.

Bug fixes

  • Checkbox toggle in settings breaks the extension. (Requires users to select an editor)

v0.1.14 (2022-8-21)

Updates

v0.1.13 (2022-8-19)

Features

Updates

v0.1.12 (2022-8-18)

Bug fixes

  • Wrong import style inserted to HTML and MD on drop.

v0.1.11 (2022-8-18)

Features

  • Published extension in marketplace
  • Javascript support
  • React Javascript support
  • Typescript support
  • React Typescript support
  • HTML/Markdown support
  • CSS/SCSS support
  • Codebase Comments
  • Extension configurations
  • Extension pre-publish configurations
  • LICENSE.md
  • CHANGELOG.md
  • README.md

To do

  • Add support to more languages.