Skip to content

Releases: reactioncommerce/reaction

v0.2.3

03 Feb 07:57
Compare
Choose a tag to compare
v0.2.3 Pre-release
Pre-release
  • Release fixes a number of order workflow issues
  • PDF Formatting now useable (but not ideal)
  • ReactionSessions renamed to Sessions
  • cart* variables refactored to use cart collection
  • Refactored dashboard and console, layouts
  • Refactored admin dropdown menu
  • @prinzdezibel Introduces guest checkout (not enabled by default, still a work in progress)
  • @viewplatgh Introduces chinese translations
  • bugfixes from @evliu @prinzdezibel @bstocks

This release has feature incomplete packages.. Feedback and testing, or authoring tests appreciated.

v0.2.2

18 Jan 22:04
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release
  • Add reaction-core-theme package. Creates less themes (moves LESS out of core)
  • Add registry and template functionality for packages, allows multiple of the same package type
  • Implement bunyan logging library (ongoworks:bunyan package)
  • Add reaction-braintree, reaction-stripe, reaction-shipping packages. incomplete feature packages
  • updated to iron:router@1.0+
  • updates to createVariant, updateVariant methods
  • client side pdf generation ( ongoworks:pdf ) testing, refinement needed

This release has feature incomplete packages.. Feedback and testing, or authoring tests appreciated.

Pull requests for various Translation, Layout and UI issues from contributors:
@ramusus @evliu @olegshilov @lovetostrike @prinzdezibel @KEFIRCHIK @danielgindi @aldeed

v0.2.0

31 Oct 00:49
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

reactioncommerce:core v0.2.0
Meteor 1.0
Inventory and Pricing logic updates
OAuth Login Bug Fixes
Currency Conversion / Pricing Localization
Basic SEO Implementation + Docs for customization

v0.1.7

30 Sep 20:46
Compare
Choose a tag to compare
v0.1.7 Pre-release
Pre-release

Move reaction package loading to fixtures
Upgrade to Meteor 0.9.3

v0.1.6

25 Sep 02:51
Compare
Choose a tag to compare
v0.1.6 Pre-release
Pre-release

Meteor 0.9.2.2
All packages now use new meteor package registry.
reactioncommerce:core is now a published package.
Minor bug fixes.
Documentation updates.

v0.1.5

03 Sep 16:00
Compare
Choose a tag to compare
v0.1.5 Pre-release
Pre-release

Adds i18n translations to accounts-ui, templates, and autoform/schemas.
Add the ability to extend templates with template-extensions
Fixes some UI issues.
Meteor 0.9.0+

v0.1.4

26 Aug 15:26
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release

v0.1.4 - Image Magick handling

If installed from http://www.imagemagick.org/, images will resize to 4 sizes upon upload and can be used with url helper:

{{url store='1000x1000'}}
{{url store='600x600'}}
{{url store='235x235'}}
{{url store='100x100'}}

This release may require re-uploading images or writing an update routine to update image repository with existing data.

v0.1.3

13 Aug 22:17
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release

Refactor of:

  • Package registration
  • namespaced variable convention ReactionCore.xxx
  • package dependancies
  • collections and schemas
  • coffeescript conventions (implicit use of return)

Various issues closed.

v0.1.2

01 Jul 05:14
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release
  • Updated to Meteor 0.8.2
  • Improved variant editing interface with new field layout and auto saving
  • Fixed drag and drop ordering of parent variants
  • Corrected reactive product image display in grid view
  • Fixed reactive price update when modified in variant
  • Corrected changing currency to function across all views
  • Fixed forgot password feature
  • Fixed PayPal checkout
  • Greatly improved drag and drop performance in product grid
  • Updated inventory tracking to allow for back order and sold out status
  • Added more analytics tracking events
  • Fixed SMTP Settings Edit
  • Refactored publication / security
  • Refactored persistent cart sessions
  • ENV hostname for updating shop host
  • Various UI/UX updates

Updated site/access screens

03 Jun 20:43
Compare
Choose a tag to compare
Pre-release

Fixes site/access screens
Image uploader progress image
Change waitOn in routing