Vulcan/packages/telescope-releases/releases/0.22.1.md

19 lines
1 KiB
Markdown
Raw Normal View History

2015-07-22 15:32:44 +09:00
### v0.22.1 “DebugScope”
* Introduced new [template debug mode](http://docs.telescopeapp.org/docs/debug-mode).
* Fixed invites bugs (thanks @badibouteraa!).
* Made hero modules full width (thanks @jshimko!).
* Renamed `nav` template to `header`.
* Renamed `postsListTop` zone to `top`.
2015-07-27 15:11:01 +09:00
* Renamed `footer` template to `footer_code`, which is part of the `footer` module zone.
2015-07-22 15:32:44 +09:00
* Any template can now be used as menu label in menu component.
* Added `Telescope.menuItems.removeAll()`
* Number of columns in Hubble grid layout now adapts to viewport width.
* Added image support to RSS feed and API.
* Added setting for pointing RSS feed to discussion pages.
* Made video lightbox responsive and made video stop on lightbox close.
* Simplified template modules markup structure.
* Fixed bug preventing non-logged-in users from signing up to newsletter (thanks @frabrunelle!).
* Moved errors and banners styles to base theme.
2015-07-27 15:16:38 +09:00
* Updated Kadira package.
* Implemented post-specific SEO logic for generating Open Graph and Twitter meta tags.