Skip to content

Releases: awran5/react-simple-star-rating

v4.0.0

28 Nov 20:02
Compare
Choose a tag to compare

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

06 Jul 02:35
Compare
Choose a tag to compare

3.0.0 (2021-07-06)

Build System

BREAKING CHANGES

  • change github actions

v2.1.0

06 Jul 02:13
Compare
Choose a tag to compare

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

05 Jul 20:41
cbc73b2
Compare
Choose a tag to compare

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