Results 3 issues of 0b10

**storybook/react v5.2.1 react v16.9.0 storybook-addon-jsx v7.1.6** When using `options = { showFunctions: false, displayName: "MyComponent" }`, function bodies are shown. Removing the displayName option means function bodies are hidden as...

I have a service class that looks like: ```typescript class PostDetailService { public post: IPost; getPostSub(): Subscription { /* ... */ } } ``` post is not observable, and the...

Make the parsing option more robust by also parsing RGB and RGBA strings. This option is disabled by default, and is evaluated by a single conditional within the main export....