Skip to content

Release v1.1.2

Choose a tag to compare

@github-actions github-actions released this 15 Aug 00:19
· 30 commits to develop since this release

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-width to strokeWidth in ThemeAwareLogo.tsx.
    • Affects path elements in ThemeAwareLogo component.
  • Misc:
    • Updates .github/pull_request_template.md to simplify type of change options and remove redundant sections.

This description was created by Ellipsis for 5dae11b. You can customize this summary. It will automatically update as commits are pushed.