mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
1.2 KiB
1.2 KiB
v0.23 “SubScope”
- Template modules now take
only
andexcept
options to only display on specific routes. - Now only caching first 15 days of
posts_daily
view. - Added
okgrow:iron-router-autoscroll
package. - Small tweaks to search UX.
- [BREAKING] Use collection helpers instead of
postLink
andtarget
inpost_title
andpost_thumbnail
. - [BREAKING] Use collection helpers instead of
pathFor
inpost_comments_link
andpost_discuss
. - Added new i18n strings.
- Modified custom template prefix system to accept multiple prefixes.
- [BREAKING] Changed
Telescope.config.customPrefix = "foo"
toTelescope.config.addCustomPrefix("foo")
. - Added new
facebookPage
setting. - Added category description to category menu, when it exists.
- Fixed post category and post thumbnail CSS classes.
- Switched back to
aldeed:autoform
instead ofsacha:autoform
. - Updated to Meteor 1.1.0.3.
- Added support for menu hierarchies.
- Added hierarchical categories.
- Now only showing "play" button for actual videos.
- Not subscribing to
postsListUsers
on user profile page anymore. - Added per-category RSS routes (thanks @lewisnyman!)
- Now showing top comments in email newsletter (thanks @sungwoncho!)
- Fixed blank URL edit bug (thanks @johnthepink!)