Releases: getcandy/hub
Releases · getcandy/hub
v0.12.11
Upgrading
You should upgrade any @getcandy
packages to 0.12.11
For full instructions on upgrading, please refer to the upgrade guide
You should be using the latest version of the API with this update.
🐞 Fixes
- Fixed an issue where customer fields weren't populating properly when editing a customer
- Fixed a display issue on order averages report
- Fixed an issue where the category tree wouldn't show all children recursively
- Fixed issue where order notes wouldn't be sorted newest first
- Fixed an issue on percentage calculation on reports that would result in
NaN
- The version at the bottom of each page will now show the
package.json
version number. - Fixed a label issue on order filters, we had a duplicate "Status" filter.
- Fixed an issue where email template preview didn't update when the custom content changed
- Fixed link to YouTube assets 404ing
- Fixed an issue where order status labels where being cut off at the top and bottom
- Autocomplete select field should now look like select inputs and support clicking outside to close
- Fixed an issue where
select
fields wouldn't show up when editing a product - Fix order dashboard popular products report, was fetching yearly instead of monthly
- Fixed an issue where if you set a route to default on a resource and they already had a route, it would set both to default
⭐ Improvements
- Replaced deprecated vue method
addRoutes
- Refactored order note editing
- Show a loading indicator when viewing all customers
- Changed a bunch of inputs to the correct type i.e.
numeric
- Text updates throughout the UI for consistancy and clarity
- Added labels when editing product families to show clearly which are selected and which aren't
- Improved the "New/Returning Customer" labels on the order table view
- Show appropriate flag on order history when a note is private
- Only show version history if we have version history to show
- Better validation messages when creating a product
- If a large dataset is returned for products, pagination is restricted due to Elasticsearch restrictions
🏗️ Additions
- Added a link to the users account on the order screen, if the order has a user associated.]
- Billing email will now appear on order table
- The Product SKU will be visible on the product editing page at the top
- Category listing page will now default to the tree view
- SKU will now be visible on product associations
- Added ability to add new product families
v0.12.10
Upgrading
Update all @getcandy
modules which are at 0.12
Add the live_url
config to the hub-products
module in nuxt.config.js
['@getcandy/hub-products', {
// ...
'live_url': process.env.PRODUCT_LIVE_URL,
}],
Also make sure to add PRODUCT_LIVE_URL
to your .env
file and build process.
PRODUCT_LIVE_URL=http://storefront.test/products/preview/:slug
v0.12.1
Upgrading
Update all @getcandy
modules which are at 0.12
🐞 Fixes
- Fixed an issue when you tried to delete a route it would not trigger the draft process before removing the route.
⭐ Improvements
- Add an indicator to show that a draft is being published.
v0.12.0
Upgrading
For full instructions on upgrading, please refer to the upgrade guide
🐞 Fixes
- Fixed an issue where the account section wouldn't load
- Fixed an issue where
formErrors
would return undefined, causing some pages to crash. - Search has been fixed on products page
- Fixed an issue where media uploads would not trigger and then be added to a draft.
- Fixed an issue which stopped the attribute groups page from loading
- Fixed an issue that prevented a user from updating their password on their account
⭐ Improvements
- We're now using the updated Nuxt Auth module for authentication.
- Improvements have been made to shipping method editing (although still under review)
- Improvements to product drafting and attaching media files.
- Updated to Tailwind 2.0, progressed with removing Buefy and adding ESlint
- Changed icons to a linked SVG
- Redesigned the hub navigation
- Stability improvements to Product and Category editing.
v0.11.6
Upgrading
Update the following dependencies to 0.11.6
@getcandy/hub-categories
@getcandy/hub-collections
@getcandy/hub-core
@getcandy/hub-customers
@getcandy/hub-orders
@getcandy/hub-products
@getcandy/hub-reports
@getcandy/hub-shipping
🐞 Fixes
- Fixed an issue when loading into the attribute edit page on a
select
ormultiselect
type attribute. - Fixed an issue where the users screen would fail to load if the user didn't have an associated customer.
⭐ Improvements
- More changes to move away from Buefy
- Refactored the route manager
- Datepicker no longer pops up on hover as this was causing some weird UX when you have multiple on a page.
- File upload should now show more errors if there was a problem with the upload.
- When creating a product the sku should auto generate based on the name, until you edit manually.
💖 Thanks to
v0.11.4
🐞 Fixes
- Fixed issue where publishing a product draft would revert the changes until reloading
- Fixed an issue where setting the price when creating a product would multiply it by 100
- Fixed an issue which would cause the page to error when you create a variant option and go straight into it to edit it.
- Added a check to prevent a user from associating a product to itself
- Fixed an issue which caused child categories to be lost when publishing a parent draft
- Fixed an issue where if you had customer fields it the config but not against the customer model, it would cause an error when trying to edit that customer.
- Fixed an issue that prevented YouTube video uploads
- Fixed an issue that prevents assets being added to categories
- Product association type wasn’t saving, this should be sorted.
⭐ Improvements
- SKU field now auto formats when typing, this is to reduce the possibility of unstandardised strings being used
- Improved error handling and error messages when uploading assets
- When generating variant options, an initial price will be set based on the current product price
- General UI improvements to move away from Buefy
- When creating a category you will now be taken to the edit screen after creation
- YouTube video uploading has been added back in
0.11.1
v0.11.0
Update dependencies