Releases: reactioncommerce/reaction
Releases · reactioncommerce/reaction
v0.2.3
- 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
- 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
v0.1.7
v0.1.6
v0.1.5
v0.1.4
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
v0.1.2
- 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
Fixes site/access screens
Image uploader progress image
Change waitOn in routing