playground
playground copied to clipboard
A storybook playground for ReactiveMaps and ReactiveSearch
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2. Changelog Sourced from browserify-sign's changelog. v4.2.2 - 2023-10-25 Fixed [Tests] log when openssl doesn't support cipher [#37](https://github.com/crypto-browserify/browserify-sign/issues/37) Commits Only apps should have lockfiles 09a8995...
- Update dead index - Sync version for reactivesearch
https://opensource.appbase.io/playground/?path=/story/* `n.getStoryPanels is not a function`
Porting from https://github.com/appbaseio/reactivesearch/issues/148. **I'm submitting a ...** - [ ] bug report - [ ] feature request - [x] other Related to UI/Ux of playground stories. - [x] [RangeSlider and...
- [x] Primarily, appbaseField becomes `dataField`, this affects all the components. - [ ] In the `codepen` branch, more changes might be required. - [ ] `showPagination` prop has been...
Same as #13. ResultList provides a much easier to grok `onData` method return format, and should be the default use everywhere we need a list.
ReactiveList requires specifying a lot of user defined markup. We should switch to using ResultList instead. This will also remove over ~50 LOC. Example codepen: http://codepen.io/sids-aquarius/pen/pPPOXX.
- [ ] Add a color theme story for DateRange and DatePicker components.