New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-select-virtualized

Package Overview
Dependencies
Maintainers
1
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-select-virtualized - npm Package Compare versions

Comparing version 0.0.18 to 0.0.19

2

package.json
{
"name": "react-select-virtualized",
"version": "0.0.18",
"version": "0.0.19",
"description": "react-select v2 + react-virtualized + react hooks",

@@ -5,0 +5,0 @@ "author": "guiyep",

@@ -14,2 +14,4 @@ # react-select-virtualized

![Alt Text](https://imagizer.imageshack.com/img922/7402/CSd9cM.gif)
## Note

@@ -22,3 +24,3 @@

```bash
npm install --save react-select-virtualized
npm install --save react-select-virtualized --save
```

@@ -49,30 +51,32 @@

- useCallback every where. DONE
- move fast options to group. DONE
- fix minimum input search on grouped component. DONE
- upgrade alpha version. DONE
- review all the TODOs. DONE
- improve filtering function in `fast-react-select`. DONE
- improved performance by 50%
- add gzip. DONE
- review support to all the react-select props. Should all work but multi-val.
- [x] useCallback every where.
- [x] move fast options to group.
- [x] fix minimum input search on grouped component.
- [x] upgrade alpha version.
- [x] review all the TODOs.
- [x] improve filtering function in `fast-react-select`.
- [x] improved performance by 50%
- [x] add gzip.
- [ ] review support to all the react-select props. Should all work but multi-val.
<----- FIRST RELEASE ---->
```bash
I have decided to work in the filter on the infinite loader after the release. I tried but the results where not the expected one i wanted.
```
<-------------------------->
- [ ] filtering data on infinite loader, performance degradation start after 30000 elements we need to filter only first batch size so we don't see any
- [ ] add multi value support
- [ ] add testing so we do not only relay on storybook
- [ ] remove react-hover-observer.
- filtering data on infinite loader, performance degradation start after 30000 elements we need to filter only first batch size so we don't see any
- add multi value support
- add testing so we do not only relay on storybook
- remove react-hover-observer and do it ourselves so we do not have one more peer dep. Leave this till the end.
## React-select Issues
- cacheOptions do not work with async select and grouped options. we will need to relay on filtering on infinite loader.
## Documentation
SOON
\* Select Component \*
| Props | Type | Description |
| ------------- | ------------- | ------------- |
| ANY_REACT_SELECT_V2 | ... | ... |
| onChange | function | Content Cell |
| grouped | boolean | specify if options are grouped |
| formatGroupHeaderLabel | Content Cell | Content Cell |
| optionHeight | Content Cell | Content Cell |
| groupHeaderHeight | Content Cell | Content Cell |

@@ -145,4 +149,8 @@ ## Usage without group

## React-select Issues
- cacheOptions do not work with async select and grouped options. we will need to relay on filtering on infinite loader.
## License
MIT © [guiyep](https://github.com/guiyep)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc