User-visible changes worth mentioning.
- [Improvement] Setup the Logo so it will link back to the main page. - Thanks ChristineP2 - #85
- [Improvement] Move title for show view. - Thanks ChristineP2 - #87
- [Feature] Support custom example's title, description, and HTML classes - Thanks @ChristinePanus - #81
- [Improvement] I18n support in styleguide - Thanks @ChristinePanus - #79
- [Internal change] Make
component_stubs
return array ofMountainView::Stub
, that has#properties
and#meta
information. If you're customizing your own styleguide this may break some things. Please refer to changelog between 0.13 and 0.14 for changes.
--
- [Feature] Add
rc
as an alias torender_component
- Thanks @diegotoral - #66
- [Fix] Add missing helper to extra pages controller
- [Improvement] Default to alphabetically sort components in styleguide sidebar - Thanks @Spone - #60
- [Improvement] Use
link_to_unless_current
to indicate the current selected page in sidebar
- [Improvement] Move all styleguide-related helpers to StyleguideHelper
- [Fix] Fix issue with generator - Thanks @robcole - #53
- [Feature] Add option to add extra pages to the styleguide - Thanks @GustavoCaso - #29
- [Feature] Allow components to receive blocks - Thanks @MikeRogers0 - #49
- [Feature] Introduce component presenter classes - Thanks @tombeynon - #39
- [Fix] Clone component properties hash when displaying styleguide - Thanks @OddEssay - #31
- [Feature] Ability to component metadata on styleguide - Thanks @GustavoCaso - #27
- [Improvement] Ability to use url helpers in components without prefix - #17 #18
- [Improvement] Call global stylesheets from initializer - #6 #15
- Log missing component's assets files instead of raising an exception. - #13 #14
- [Improvement] Show a hint when there are no components - #4 #12
- [Improvement] Show a hint when stub file is empty - #5 #11
- [Fix] Properly humanize components name in style guide - #9
- [Breaking] Change method name
ui_component
torender_component