Releases: VulcanJS/Vulcan
Releases · VulcanJS/Vulcan
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!)
DebugScope
- Introduced new template debug mode.
- Fixed invites bugs (thanks @badibouteraa!).
- Made hero modules full width (thanks @jshimko!).
- Renamed
nav
template toheader
. - Renamed
postsListTop
zone totop
. - Renamed
footer
template tofooter_code
, which is part of thefooter
module zone. - 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.
- Implemented post-specific SEO logic for generating Open Graph and Twitter meta tags.
Important: if updating with meteor update
, you will need to manually add the telescope:debug
to your app.
DebugScope
- Introduced new template debug mode.
- Fixed invites bugs (thanks @badibouteraa!).
- Made hero modules full width (thanks @jshimko!).
- Renamed
nav
template toheader
. - Renamed
postsListTop
zone totop
. - 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.
SlugScope
- Added URL slugs for posts (i.e.
/posts/xyz/my-post-slug
). - i18n files clean-up.
- Added post downvote setting.
- Renamed
post_upvote
template topost_vote
. - Refactored notifications code.
- Added
kadira-debug
package. - Fixed avatar bug.
- Fixed screen refresh bug on post page.
- Fixed security issue (thanks @delgermurun).
- Fixed security issue (thanks @pcorey).
- Added Swedish translation (thanks @Alekzanther).
- Improved French translation (thanks @camilleroux).
SlugScope
MinorScope
Just a couple minor bug fixes.
- Changed how email template customization works (see documentation).
- Ensure email uniqueness and keep it in sync.
- Improve profile completion screen validation & errors.
- Generate public user properties list from schema.
- Fixed video lightbox issue.
- Updated Getting Started content.
- Enforcing better URL formatting for Site URL setting.
- Fixed notification settings.
- Reworked user settings.
MinorScope
Just a couple minor bug fixes.
- Changed how email template customization works (see documentation).
- Ensure email uniqueness and keep it in sync.
- Improve profile completion screen validation & errors.
- Generate public user properties list from schema.
- Fixed video lightbox issue.
- Updated Getting Started content.
- Enforcing better URL formatting for Site URL setting.
RefactorScope
RefactorScope RC
PageScope
- Settings now have their own
telescope-settings
package (thanks @delgermurun!). - Swedish translation (thanks @Alekzanther!)
- Various fixes (thanks @azizur, @ndarilek, @kai101, @saimeunt, @Kikobeats!).
- Added
telescope-pages
module for managing static pages.