CHANGELOG.md in view_component-2.13.0 vs CHANGELOG.md in view_component-2.14.0

- old
+ new

@@ -1,6 +1,16 @@ # master +# 2.14.0 + +* Add `config.preview_paths` to support multiple locations of component preview files. Deprecate `config.preview_path`. + + *Tomas Celizna* + +* Only print warning about a missing capybara dependency if the `DEBUG` environment variable is set. + + *Richard Macklin* + # 2.13.0 * Add the ability to disable the render monkey patch with `config.view_component.render_monkey_patch_enabled`. In versions of Rails < 6.1, add `render_component` and `render_component_to_string` methods which can be used for rendering components instead of `render`. *Johannes Engl*