Skip to content

Latest commit

 

History

History
129 lines (77 loc) · 3.43 KB

File metadata and controls

129 lines (77 loc) · 3.43 KB

Change Log

All notable changes to the "centigrade-vscode-essentials" extension pack will be documented in this file.

[1.0.3]

Changed

  • Added Figma Extension ("figma.figma-vscode-extension") to extension's dependencies.

[1.0.2]

Changed

  • Improved template tsconfig.json

[1.0.1]

Changed

  • Clean up recommendations

Fixed

  • Add missing assets

[1.0.0]

Changed

  • Completely restructure the extension
  • Renamed from centigrade-angular-essentials to centigrade-vscode-essentials

[0.0.11]

Changed

  • Remove StyleLint extension because it is no longer available.
  • Update npm devDependencies

Added

  • Added 2 more properties to VSCode default settings
    • Exclude node_modules from file tree
    • Use relative TypeScript imports by default

[0.0.10]

Changed

  • Moved Angular Console extension to the recommended section because the extension causes an error and prevents our extension from working properly. People have already submitted the Issue (ISSUE I and ISSUE II) but apparently the developer cannot reproduce the bugs and closes the issues.

Fixed

  • Replaced SASS extension maintained by robinbently with the new Version that is maintained by TheRealSyler (syler.sass-indented).
  • Update npm dependencies (fix GitHub issued vulnerabilities)

[0.0.8]

Changed

  • Removed Beautify extension because HTML and SCSS formatting will be handled by Prettier now

Added

  • Command to add extensions.json to .vscode
  • Angular Console to extension pack
  • Swagger Preview to recommended extensions

Fixed

  • Update npm dependencies (fix GitHub issued vulnerabilities)

[0.0.7]

Added

  • Improved karma.conf.js for better Angular testing (#6)
  • Angular Schematics extension to use the CLI from VS code files explorer
  • Extension for improved Sass syntax highlighting
  • Night Owl theme, VS Live Share, ngrx for Angular 2, and Angular Snippets as recommended extension
  • MIT license info

Changed

  • Format only HTML with Beautify as formatting SCSS conflicts with lint rules or breaks some selectors
  • Remove Angular Inline Extension as we would not recommend working with inline templates
  • Remove Angular Files as recommended extension in favor for Angular Schematics
  • Swap Rainbow Brackets with Bracket Pair Colorizer as recommended extension
  • Reorder extensions lists in README alphabetically
  • Remove excludes from VS Code settings as these are rather user settings

Fixed

  • Update npm dependencies (fix GitHub issued vulnerabilities)

[0.0.6]

  • Change default print widths from 80 to 100 (Prettier, VS Code ruler)
  • Add default .prettierignore to Prettier default config
  • Add GitLens to list of recommended extensions
  • Remove TS Hero extension. This is no longer needed as VS Code is able to organize imports by itself
  • Remove editor rulers from workspace settings as this should be a user setting.

[0.0.5]

  • Reorder changelog

[0.0.4]

  • Publish on GitHub and add repo link

[0.0.3]

  • Fix minor typo in description
  • Add link to homepage
  • Adjust logo and banner color

[0.0.2]

  • Adjust list of essential extensions
  • Add commands to add default configurations
  • Detailed README.md

[0.0.1]

  • Initial release