forked from VulcanJS/Vulcan
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
### 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`. | ||
* 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. | ||
* Updated Kadira package. |