Skip to content

Releases: Villy-P/File-Makeup-Viewer

Version 1.2.0

09 Nov 21:42
Compare
Choose a tag to compare

Whats Changed

Overall, the most major changes are a new UI that conforms to the VSCode style, along with some bug fixes

First Time Contributers

Added

  • Added types/ui.ts
  • Added Badge.svelte
  • Added Button.svelte
  • Added Checkbox.svelte
  • Added Dropdown.svelte
  • Added Option.svelte
  • Added TextArea.svelte
  • Added Tooltip.svelte
  • Added new Issue Template Bug Report
  • Added new Issue Template Extension Request

Changed

  • Changed UI to conform to the VSCode style
  • Moved styles/style.css to main app.css file
  • Updated animation.gif to use the new UI style

Fixed

  • Fixed type error relating to ChartJS
  • Fixed CONTRIBUTING.md having incorrect run command
  • Fixed CONTRIBUTING.md having incorrect startup command
  • Fixed CONTRIBUTING.md folder structure
  • Fixed bug where graph would still display if there were no files in the directory

Version 1.1.1

09 Oct 20:30
0edea98
Compare
Choose a tag to compare

Added

  • Added PostCSS (postcss.config.js)
  • Added Tailwind (tailwind.config.js)
  • Added app.css
  • Added Visual Studio Code badge to README.md

Changed

  • Converted CSS plugin to PostCSS in rollup.config.mjs
  • Convert CSS styles to Tailwind in App.svelte

Removed

  • Deleted dev dependency rollup-plugin-css-only