Release v1.1.2
What's Changed
Version 1.1.2 includes the following changes:
This release includes changes from merged pull request #137.
Changes
fix: stroke-width property.
Description
Fixes a JSX warning from the stroke-width property (should be camelCase).
Type of Change
Bugfix.
Checklist
Before submitting this PR, please make sure:
- I have performed a self-review of my own code
- I have commented my code, particularly in hard-to-understand areas
- I have made corresponding changes to the documentation
- I have added tests that prove my fix is effective or that my feature works
- I have read the CONTRIBUTING.md file
Important
Fixes JSX warning by changing stroke-width to strokeWidth in ThemeAwareLogo.tsx.
- Bugfix:
- Fixes JSX warning by changing
stroke-widthtostrokeWidthinThemeAwareLogo.tsx. - Affects
pathelements inThemeAwareLogocomponent.
- Fixes JSX warning by changing
- Misc:
- Updates
.github/pull_request_template.mdto simplify type of change options and remove redundant sections.
- Updates
This description was created by for 5dae11b. You can customize this summary. It will automatically update as commits are pushed.