Releases: VulcanJS/Vulcan
Releases · VulcanJS/Vulcan
DummyScope
v0.12.0 “DummyScope”
Important: existing newsletters and feeds need to be manually enabled in the Settings panel
- Added "Enable Newsletter" setting. Note: existing newsletters must be re-enabled.
- Added "Enable Feeds" settings. Note: existing feeds must be re-enabled.
- Now showing release notes for latest version right inside the app.
- Added dummy posts, users, and comments.
- Added new Events collection for keeping track of important events.
- Log first run event.
MAIL_URL
environment variable can now be set from Settings.- Renamed
viewNav
toviewsMenu
. - Renamed
adminNav
toadminMenu
. - Improvements to the Post by Feed package.
- Added tests for nav bar (thanks @anthonymayer!).
- New and improved documentation.
DummyScope
v0.12.0 “DummyScope”
Important: existing newsletters and feeds need to be manually enabled in the Settings panel
- Added "Enable Newsletter" setting. Note: existing newsletters must be re-enabled.
- Added "Enable Feeds" settings. Note: existing feeds must be re-enabled.
- Now showing release notes for latest version right inside the app.
- Added dummy posts, users, and comments.
- Added new Events collection for keeping track of important events.
- Log first run event.
MAIL_URL
environment variable can now be set from Settings.
FeedScope
- Post submit and edit forms now submit to their respective methods directly.
- Removed
postSubmitRenderedCallbacks
andpostEditRenderedCallbacks
. telescope-post-by-feed
package now lets you import posts from RSS feeds (thanks @delgermurun!).- Adding limit of 200 posts to post list request.
- Refactoring post and comment submit to fix latency compensation issues.
- Tags package now using Autoform.
AvatarScope
- Added new
userCreatedCallbacks
callback hook. - Added new setting to subscribe new user to mailing list automatically.
- Added new
debug
setting. siteUrl
setting now affectsMeteor.absoluteUrl()
.- Added new
clog
function that only logs ifdebug
setting is true. - Simplified post module system, modules are not split in three zones anymore.
- Added new
postThumbnail
hook to show Embedly thumbnail. - Simplified Hubble theme CSS for both desktop and mobile.
- Many CSS tweaks for Hubble mobile.
- Show author and commenters avatars on post item.
- Adding description to post list pages and showing them in menus.
- Improved Russian translation (thanks @Viktorminator!).
- Now using
editorconfig
(thanks @erasaur!). - Upgraded to
useraccounts:unstyled@1.4.0
(thanks @splendido!).
Known bug: the avatar package triggers exceptions when it doesn't find a user. This should be fixed shortly.
RefactorScope
- Renaming Errors to Messages (thanks @yourcelf!).
- Adding
fast-render
(thanks @arunoda!). - Extracted digest into its own package.
- Adding "scheduled" view that shows upcoming scheduled posts.
- Bringing back "delete post" link that was removed by mistake.
- Made user profile display page modular.
- Made user profile edit page modular.
- Started extracting invites into their own package.
FormScope
- Now using Autoform's quickform feature to generate post submit and edit forms.
- Various fixes by @anthonymayer.
- Now using fourseven:scss to directly compile SCSS files.
- Renamed
post
method tosubmitPost
. - Post editing now happens via a
postEdit
method. - Categories are now normalized (only the
_id
is stored on the post object, not the whole category object). - Refactored Embedly package; now fills in description as well (thanks @kvindasAB!).
- Thumbnail height and width are now customizable in settings panel.
- Settings and Post forms now i18n'ized.
i18nScope
Meteor1.0Scope
- Updating to Meteor 1.0.
- Updating to Iron Router 1.0.
- Adding view counter (thanks @steffenstraetz! See PR #489)
- Splitting out
router.js
in multiple files. - URL can now be removed when editing a post (thanks @massimilianomarini! See PR 484).
- Now waiting on
allUsersAdmin
subscription for post submit page (thanks @kai101! See PR 508) - Putting server-side routes for email template tests in their own respective packages.
Meteor1.0Scope
- Updating to Meteor 1.0.
- Updating to Iron Router 1.0.
- Adding view counter (thanks @steffenstraetz! See PR #489)
- Splitting out
router.js
in multiple files. - URL can now be removed when editing a post (thanks @massimilianomarini! See PR 484).
- Now waiting on
allUsersAdmin
subscription for post submit page (thanks @kai101! See PR 508)
LateScope
Seems like I forgot to tag this release…
- Fixing #457 (pending posts view not working).
- Added German translation (thanks @Helmi!).
- Added
?q=
parameter to searches (thanks @yourcelf!). - Abstracting
isAdmin
(thanks @yourcelsf!). - Refactoring
getPostsParameters
(thanks @delgermurun!). - Using
bengott:avatar
package for avatars (thanks @bengott!). - Upgrading to Meteor 0.9.3.1.