mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
4.3 KiB
4.3 KiB
Changelog
3.3.1 - 2021-12-20
Changed
- Fix a typo
- Set the minimum supported VS Code version to 1.58.0
- Update dependencies
3.3.0 - 2021-11-08
Added
- Add
@vscode/webview-ui-toolkitpackage to the project
Changed
- Use
radio-groupandradioelements from “Webview UI Toolkit” - Set the minimum supported VS Code version to 1.57.0
- Update dependencies
3.2.4 - 2021-10-27
Changed
- Set the minimum supported VS Code version to 1.56.0
- Update dependencies
3.2.3 - 2021-06-17
Changed
- Set the minimum supported VS Code version to 1.52.0
- Update dependencies
3.2.2 - 2021-02-19
Fixed
- Fix links to demo gifs
3.2.1 - 2021-02-19
Changed
- Set the minimum supported VS Code version to 1.47.0
- Update dependencies
- Rename default git branch from
mastertomain
3.2.0 - 2020-10-29
Added
- Keyboard shortcut to open the cheatsheet -
Ctrl + K K(Win, Linux) /Cmd + K K(Mac)
3.1.0 - 2020-10-21
Added
- Support for selecting directionality to be used in the interactive playgrounds
Changed
- Rename command title used for opening the cheatsheet from
Open Flexbox CheatsheettoOpen CSS Flexbox Cheatsheet - Migrate TSLint to ESLint
3.0.2 - 2020-09-24
Changed
- Add
dirattribute with a value ofltrto each playground
Fixed
- Update the links in the Resources section
3.0.1 - 2020-09-12
Changed
- Add missing headings to property groups
3.0.0 - 2020-09-09
Added
- Interactive demos to most properties
- Adopt
asWebviewUriAPI so the extension will work properly in future versions of VS Code - Content security policy (CSP) when loading local resources
Changed
- Set the minimum supported VS Code version to 1.44.0
- Update dependencies
Fixed
- Decrease package size
2.0.1 - 2020-03-19
Fixed
- Fix broken image in hover popup
Changed
- Update dependencies
2.0.0 - 2020-03-16
Added
- Show an image for each flexbox property in the hover popup
Changed
- Set the minimum supported VS Code version to 1.33.0
1.2.1 - 2019-11-16
Changed
- Set the minimum supported VS Code version to 1.31.0
- Add title to command link
- Update resources
1.2.0 - 2019-09-23
Added
- Adjust colors based on the selected theme
- Use the user’s preferred font family
1.1.0 - 2019-09-16
Added
- Add icon before
flexvalue - Add
space-eventlytojustify-content - Add two more links to resources
- Add Content security policy
1.0.0 - 2019-09-04
- Initial release
Added
The cheatsheet can be opened in two ways:
- Press
Ctrl+Shift+P(Win, Linux) /Cmd+Shift+P(Mac) and search for theOpen Flexbox Cheatsheetcommand. - Hover any
display: flexdeclaration and click theOpen Flexbox Cheatsheetlink in the popup.