Skip to content

Releases: reactioncommerce/reaction-admin

v3.0.0-beta.13

04 Mar 18:23
2788295
Compare
Choose a tag to compare

v3.0.0-beta.13

reaction-admin v3.0.0-beta.13 adds minor features or bug fixes and contains no breaking changes since v3.0.0-beta.12.

Chore

  • chore: fix linting on OrderAppBar (#354)
  • chore: fix linting (#354)
  • chore: remove unused reactionLayout and Templates Meteor pub (#354)
  • chore: clean up unused Blaze email template code (#354)
  • chore: implement GraphQL-based email template table and edit form (#354)
  • chore: hopefully finally fix linting (#350)
  • chore: silence no-multi-comp eslint rule (#350)
  • chore: fix linting (#350)
  • chore: remove unused Emails and Jobs publications, collections and schemas (#350)
  • chore: update production image Node version (#344)

Feature

  • feat: use emailJobs GraphQL query to get emails (#350)

Fixes

  • fix: pass shopId to generateSitemaps (#353)
  • fix: use pricing instead of price in products query (#352)
  • fix: enable admin UI access for invited staff members (#351)
  • fix: add currentShopId to printable order back button link (#349)
  • fix: add currentShopId prefix to print invoice link (#349)
  • fix: prevent race condition between i18next and shop loading (#341)
  • fix: allow empty strings in shopURL (#339)
  • fix: fix linting issues (#347)
  • fix: refetch product on price change or variant update (#347)
  • fix: removing extra space (#347)
  • fix: refetching product after update of product to register publishable changes (#347)
  • update base Docker image (#344)
  • update package-lock and fix linting (#344)
  • update React to 16.14.0 (#344)
  • add hot-module-replacement (#344)
  • update to Meteor 2.0 (#344)

Contributors

Special thanks to Loan Laux for contributing to the release!

v3.0.0-beta.12

10 Feb 20:16
f8c72b7
Compare
Choose a tag to compare

v3.0.0-beta.12

Reaction v3.0.0-beta.12 adds minor features or bug fixes and contains no breaking changes since v3.0.0-beta.11.

Fixes

  • (fix): Make title in product form required in validation to prevent error in storefront (#340)
  • (fix): Tags not rendering without manual refresh (#338)
  • (fix) Linting error (#338)
  • (fix) Refetch product only on initial render of component (#338)
  • (fix) Refetch product only on initial render or update of component (#338)
  • (fix) Refresh product data prior to mapping tags (#338)
  • (fix) order detail page link (#337)
  • (fix) include shopId in order detail view URL (#337)

Chores

  • (chore): adding git hooks for commit-msg (#346)

Contributors

Special thanks to Loan Laux for contributing to the release!

v3.0.0-beta.11

15 Dec 19:33
df9d8e1
Compare
Choose a tag to compare
v3.0.0-beta.11 Pre-release
Pre-release

v3.0.0-beta.11

This is the 11th beta release of the Reaction Admin project that is designed to work with our new Reaction API.

Features

  • feat: Add NPR currency definition (#332)
  • feat: Allow the Invitations table to show invitations for all shops (#331)
  • feat: Add shouldShowSidebarLink to registerOperatorRoute (#329)

Fixes

  • fix: Correct "processing changes" translation name (#333)
  • fix: import missing function (#315)
  • fix: make compareAtPrice optional in form schema (#322)
  • fix: hide sidebar on new-shop page (#327)
  • fix: shop selector blank on page load (#328)

Chores

  • chore: don't use querystring arg for shop type (#326)

Contributors

Thanks to @Manizuca, @dineshdb, @loan-laux and @CristianCucunuba for contributing to this release! 🎉

v3.0.0-beta.10

30 Sep 19:53
a5e46b3
Compare
Choose a tag to compare
v3.0.0-beta.10 Pre-release
Pre-release

v3.0.0-beta.10

This is the 10th beta release of the Reaction Admin project that is designed to work with our new Reaction API.

Features

  • feat: Add global shop selector for multi-shop usage (#297)

Chores

  • chore: update to Meteor 1.11.1 (#323)
  • chore: remove dead code (#317)

Contributors

Thanks to @loan-laux for contributing to this release! 🎉

v3.0.0-beta.9

11 Aug 20:37
3cb1e52
Compare
Choose a tag to compare
v3.0.0-beta.9 Pre-release
Pre-release

v3.0.0-beta.9

Features

  • feat: Enable mock TLS termination on calls to Hydra (#302)

Fixes

  • fix: Update defaultParcelSize only when it exists (#295)
  • fix: Reaction.hasPermission method shopId (#298)

Contributors

Thanks to @Manizuca and @mikoscz for contributing to this release! 🎉

v3.0.0-beta.8

16 Jul 21:09
5095933
Compare
Choose a tag to compare
v3.0.0-beta.8 Pre-release
Pre-release

v3.0.0-beta.8

Features

  • feat: Added GraphQL-powered accounts page (#276)

Fixes

  • fix: Set empty tax fields to null (#258)

Contributors

Thanks to @loan-laux and @derBretti for contributing to this release! 🎉

v3.0.0-beta.7

19 May 00:51
9630fe5
Compare
Choose a tag to compare
v3.0.0-beta.7 Pre-release
Pre-release

v3.0.0-beta.7

This is the seventh beta release of the Reaction Admin project that is designed to work with our new Reaction API.

Refactors

refactor: de-meteorize discount codes view (#255)

Fixes

fix: navigation tree not showing up (#278)
fix: use network-only fetchPolicy for tag table (#254)

Contributors

Thanks to @loan-laux for contributing to this release! 🎉

v3.0.0-beta.6

08 Apr 18:29
fa4ea23
Compare
Choose a tag to compare
v3.0.0-beta.6 Pre-release
Pre-release

v3.0.0-beta.6

This is the sixth beta release of the Reaction Admin project that is designed to work with our new Reaction API.

Features

  • feat: Add full GQL support to product editor (#188)
  • feat: Add layout for primary/detail view (#233)

Refactors

  • refactor: localization settings form (#242)
  • refactor: shop settings forms to use GraphQL (#206)

Fixes

  • fix: Product media fixes (#247)
  • fix: list accepted CSV mime types (#197)
  • fix: correctly set and render prices for variants and options in product (#246)
  • fix: Product editor fixes (#240)
  • fix: setting views various issues reported in #238 (#239)
  • fix: correctly display total order amount (#217)

v3.0.0-beta.5

13 Feb 06:00
858c886
Compare
Choose a tag to compare
v3.0.0-beta.5 Pre-release
Pre-release

v3.0.0-beta.5

This is the fifth beta release of the Reaction Admin project that is designed to work with Reaction API v3.

Fixes

  • fix: remove canInviteToGroup helper on the client 214

v3.0.0-beta.4

06 Feb 20:51
8b87d8a
Compare
Choose a tag to compare
v3.0.0-beta.4 Pre-release
Pre-release

v3.0.0-beta.4

This is the fourth beta release of the Reaction Admin project that is designed to work with our new Reaction API.

Reaction releases will no longer be coordinated across all projects - we'll release each project, independently, as needed. This means version numbers will no longer be in sync. The newest versions of each project will work together. This change has two exceptions: we will release all projects in coordination for a beta release, and all projects in coordination for the official v3.0.0 release.

Fixes

  • fix: wait for Hydra before trying to create client 208
  • fix: wait for mongo replica set 205
  • fix: startup delay to make sure api is running 204