Skip to content

Commit eae0883

Browse files
chore: 🔖 v4.0.0
1 parent 0db6569 commit eae0883

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Optionally customise dropdown item by passing `ItemRenderer` prop
139139
You can override CSS variables to customize the appearance
140140

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

155155
> use `!important` if CSS variables are not getting applied
156156
157+
## Changelog
158+
159+
For every major or minor release changelog/migration-guide will be available in [releases](https://github.com/harshzalavadiya/react-multi-select-component/releases)
160+
157161
## 🤠 Credits
158162

159163
- This project gets inspiration and several pieces of logical code from [react-multiple-select](https://github.com/Khan/react-multi-select/)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-multi-select-component",
3-
"version": "3.1.7",
3+
"version": "4.0.0",
44
"description": "Simple and lightweight multiple selection dropdown component with checkboxes, search and select-all",
55
"author": "harshzalavadiya",
66
"license": "MIT",

0 commit comments

Comments
 (0)