Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Isolate search placeholder styles #509

Merged
merged 1 commit into from Jun 23, 2017
Merged

Isolate search placeholder styles #509

merged 1 commit into from Jun 23, 2017

Conversation

n1313
Copy link
Collaborator

@n1313 n1313 commented Jun 23, 2017

Fixes #491

@codecov-io
Copy link

codecov-io commented Jun 23, 2017

Codecov Report

Merging #509 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #509   +/-   ##
======================================
  Coverage    94.5%   94.5%           
======================================
  Files          95      95           
  Lines        1275    1275           
  Branches      280     280           
======================================
  Hits         1205    1205           
  Misses         67      67           
  Partials        3       3
Impacted Files Coverage Δ
...ponents/TableOfContents/TableOfContentsRenderer.js 100% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 12e0ac5...212ac80. Read the comment docs.

@sapegin sapegin merged commit d014ee2 into master Jun 23, 2017
@sapegin sapegin deleted the 491 branch June 23, 2017 07:02
@sapegin
Copy link
Member

sapegin commented Jun 23, 2017

Cool, thanks!

sapegin added a commit that referenced this pull request Jun 28, 2017
## New features

### Copy pathline to clipboard button

![](http://wow.sapegin.me/3t2u3S0P0L2T/Image%202017-06-28%20at%204.17.16%20PM.png)

(#485, #471 by @SaraVieira)

### Easier way to override style guide React components

New config option `styleguideComponents` to override React components used to render a style guide.

```javascript
module.exports = {
	styleguideComponents: {
		Logo: path.join(__dirname, 'styleguide/components/Logo'),
		StyleGuideRenderer: path.join(__dirname, 'styleguide/components/StyleGuide'),
	},
};
```

(#504)

### Customizable logging

New `logger` option:

```javascript
module.exports = {
	logger: {
    // One of: info, debug, warn
    // Suppress messages
		info: () => {},
    // Override display function
		warn: message => console.warn(`NOOOOOO: ${message}`),
	},
};
```

(#472, #510)

## Bug fixes

* Allow `devServer.watchConfig` to be configured, this also means Vagrant is now supported (#515, #516 by @esphen)
* Default `getExampleFilename` should be case-insensitive (#423, #460, #440, #482)
* Allow dynamic JSS styles
* Isolate search placeholder styles (#509, #491 by @n1313)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants