Alexander Schwartzberg
Alexander Schwartzberg
I'm also interested in lending a hand - I use this package in several personal + professional projects and would like to help on the maintenance front if I can....
@sorich87 As far as I can tell those are the only changes required for Bootstrap 4 compliance. I've got a feature branch working with the aforementioned changes - I'll have...
Bootstrap 4 beta was just released - so we're likely going to see fewer breaking changes that we did with the alpha releases. I'm going to continue my work on...
:+1: definitely worth adding this to the `README.md` - thanks for sharing @nexus-uw!
https://opencollective.com/
+1 I'm working on a project in BS4 and I would love to contribute to making this v4 compliant.
@joshsmith Thanks for opening this issue and leaving all the notes - agreed, we should address this. I'm going to take a few days to review some options and identify...
@Shen-Yu Thanks for opening the ticket! Looks like this can be solved by creating a custom Express.js application that serves Storybook as middleware - there's a [helpful GitHub issue here](https://github.com/storybookjs/storybook/issues/208)...
I've found a good solution for this inside Storybook: - Add `"http-proxy-middleware": "^1.0.4",` dependency - Add `.storybook/middleware.js`: ```js const { createProxyMiddleware } = require("http-proxy-middleware"); // Adds Storybook server middleware to...
Hi @piotrkochan - it only supports Chrome right now, but it shouldn't be difficult to add support for Firefox - I don't know what's involved in adding support for Opera...