Release Notes for version v0.16.0
New Features:
Product Search: (PR #1350) (see documentation for more details.) Server-side code is in the package search-mongo
, client-side & UI is located in ui-search
.
Shipping: (PR #1357) Fixes to saving errors (#1320), various updates to UI, refactored shipping methods naming conventions (breaking change).
Changes:
Updated to Meteor 1.4.1.1
Added babelrc and stage-2 preset (#1329)
Move plugin loader from startup to reaction-cli (#1332)
Preserve custom profile fields in Accounts.onCreateUser (#1335)
Copy deprecated cfs:gridfs to local and update npm deps (#1336)
Persistent profile language (#1338)
Only build Docker image on master/development (#1359)
Load default user from env (#1369)
Exclude anonymous users from accounts publication (#1390)
Various UI and dependency updates
Bug Fixes:
Rounding of order total to negate fractions of cents in shipping invoice
##Testing
Test speed increase (#1355)
Acceptance test setup of user permissions (#1315)