Skip to content

Commit

Permalink
Merge pull request #15 from Convertiv/docs/0.2.0-changelog
Browse files Browse the repository at this point in the history
Release notes for 0.2.0
  • Loading branch information
bradmering authored Mar 23, 2023
2 parents 6acb4b6 + 483bcb4 commit 33dab9d
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,30 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [0.2.0] - 2023-03-23
### Changes

- Significant improvements to the markdown pages.
- Adds syntax highlighting for markdown pages and blocks.
- Just wrap your code in single ticks or create blocks with three ticks.
- Currently support highlighting for CSS/SCSS, HTML, Javascript/Typescript,
Yaml and Bash. Use ` ```{type}` to define the syntax. For example ` ```js`.
- Adds anchor links to markdown h{n} tags to allow deep linking to headers.
- Adds line numbering to all code blocks.
- Improves the installation experience with better help text.
- Provides Node 16+ version checking on installation to make it clear.

### Bug

- Improves handling of missing components in Figma. If its not found:
- An alert is shown in the fetch output.
- The component page is hidden in the menu and the components list.
- A 404 page is shown if the missing component is accessed directly.
- Fixes a grouping issue where opacity was in an undefined group on the buttons
page.
- Fixes a problem with blur radius and spread values on shadow tokens

## [0.1.5] - 2023-03-10

### Bug
Expand Down

0 comments on commit 33dab9d

Please sign in to comment.