React Simple Star Rating Versions Save

A simple react component for adding a star rating to your project.

v4.0.0

2 years ago

4.0.0 (2021-11-28)

Features

BREAKING CHANGES

  • rename: star prop to iconsCount
  • remove: width, height you can use size prop instead
  • add: readonly prop
  • add: fillColorArray prop to add a color range
  • add: fullIcon, emptyIcon, customIcons for add a custom SVG icons
  • add: rtl for RTL support
  • add: allowHalfIcon prop to enable a fractional icon (half icon)
  • add: allowHover enable / disable hover effect
  • add: showTooltip prop to show a tooltip with live values with other props to customize

v3.0.0

2 years ago

3.0.0 (2021-07-06)

Build System

BREAKING CHANGES

  • change github actions

v2.1.0

2 years ago

2.1.0 (2021-07-06)

Bug Fixes

  • github action setup: edit release.yml to setup github action (ea0e87d)

Features

  • moved to semantic-release (8ff381d)

v2.0.0

2 years ago

Major Changes

  • 923df0d: - Edit: Named Imports.
    • Removed: CSS stylesheet.
    • Removed: Label Prop
    • Update: Package dependencies.
    • Added: Eslint airbnb style.
    • Added: RatingView Component
    • Added: Ability to add a custom SVG icon