Skip to content

Commit

Permalink
chore: 🔖 v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
harshzalavadiya authored Mar 26, 2021
1 parent 0db6569 commit eae0883
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Optionally customise dropdown item by passing `ItemRenderer` prop
You can override CSS variables to customize the appearance

```css
.multi-select {
.rmsc {
--rmsc-main: #4285f4;
--rmsc-hover: #f1f3f5;
--rmsc-selected: #e2e6ea;
Expand All @@ -154,6 +154,10 @@ You can override CSS variables to customize the appearance

> use `!important` if CSS variables are not getting applied
## Changelog

For every major or minor release changelog/migration-guide will be available in [releases](https://github.com/harshzalavadiya/react-multi-select-component/releases)

## 🤠 Credits

- This project gets inspiration and several pieces of logical code from [react-multiple-select](https://github.com/Khan/react-multi-select/)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-multi-select-component",
"version": "3.1.7",
"version": "4.0.0",
"description": "Simple and lightweight multiple selection dropdown component with checkboxes, search and select-all",
"author": "harshzalavadiya",
"license": "MIT",
Expand Down

0 comments on commit eae0883

Please sign in to comment.