CHANGELOG.md in view_component-2.17.1 vs CHANGELOG.md in view_component-2.18.0

- old
+ new

@@ -1,6 +1,20 @@ # master +# 2.18.0 + +* Fix auto-loading of previews (changes no longer require a server restart) + + *Matt Brictson* + +* Add `default_preview_layout` configuration option to load custom app/views/layouts. + + *Jared White, Juan Manuel Ramallo* + +* Calculate virtual_path once for all instances of a component class to improve performance. + + *Brad Parker* + # 2.17.1 * Fix bug where rendering Slot with empty block resulted in error. *Joel Hawksley*