superset/superset-frontend/spec/javascripts
Jesse Yang 81ab8dd8b4
feat: upgrade react-select and make multi-select sortable (#9628)
* feat: upgrade react-select v1.3.0 to v3.1.0

Upgrade `react-select`, replace `react-virtualized-select` with a custom
solution implemented with `react-window`.

Future plans include deprecate `react-virtualized` used in other places, too.

Migrate all react-select related components to `src/Components/Select`.

* Fix new list view

* Fix tests

* Address PR comments

* Fix a flacky Cypress test

* Adjust styles for Select in CRUD ListView

* Fix loadOptions for owners select in chart PropertiesModal

TODO: add typing support for AsyncSelect props.

* Address PR comments; allow isMulti in SelectControl, too

* Clean up NaN in table filter values

* Fix flacky test
2020-05-19 16:59:49 -07:00
..
addSlice feat: upgrade react-select and make multi-select sortable (#9628) 2020-05-19 16:59:49 -07:00
chart refactor: simplify getExploreUrl functions (#9831) 2020-05-18 19:19:05 +03:00
components feat: upgrade react-select and make multi-select sortable (#9628) 2020-05-19 16:59:49 -07:00
CRUD test(frontend): use absolute path for src imports (#9761) 2020-05-07 14:18:10 -07:00
dashboard feat(frontend): add ability to download dashboard and chart as image (#9819) 2020-05-17 14:50:27 -07:00
datasource test(frontend): use absolute path for src imports (#9761) 2020-05-07 14:18:10 -07:00
explore feat: upgrade react-select and make multi-select sortable (#9628) 2020-05-19 16:59:49 -07:00
messageToasts test(frontend): use absolute path for src imports (#9761) 2020-05-07 14:18:10 -07:00
middleware test(frontend): use absolute path for src imports (#9761) 2020-05-07 14:18:10 -07:00
modules test(frontend): use absolute path for src imports (#9761) 2020-05-07 14:18:10 -07:00
profile test(frontend): use absolute path for src imports (#9761) 2020-05-07 14:18:10 -07:00
showSavedQuery test(frontend): use absolute path for src imports (#9761) 2020-05-07 14:18:10 -07:00
sqllab feat: upgrade react-select and make multi-select sortable (#9628) 2020-05-19 16:59:49 -07:00
utils fix: use snake_case for error_type (#9835) 2020-05-18 12:35:55 -07:00
views test(frontend): use absolute path for src imports (#9761) 2020-05-07 14:18:10 -07:00
welcome test(frontend): use absolute path for src imports (#9761) 2020-05-07 14:18:10 -07:00