Skip to content

Releases: duncanmcclean/statamic-cargo

v1.0.0-alpha.11

03 Dec 23:29
a90f310

Choose a tag to compare

v1.0.0-alpha.11 Pre-release
Pre-release

What's new

  • Discounts & Orders can now be searched via the Command Palette! #27 by @duncanmcclean

What's improved

What's fixed

  • Fixed tax rates fieldtype #72 by @duncanmcclean
  • Allow using route bindings on frontend #71 by @duncanmcclean
  • Payment & Shipping Details: Border shouldn't be visible unless there are details
  • Replaced usage of Tooltip component with v-tooltip
  • Fixed icon for action dropdown on the order details page

v1.0.0-alpha.10

01 Nov 22:28
b3679b9

Choose a tag to compare

v1.0.0-alpha.10 Pre-release
Pre-release

What's new

What's improved

What's fixed

v1.0.0-alpha.9

21 Oct 20:07
acb82a5

Choose a tag to compare

v1.0.0-alpha.9 Pre-release
Pre-release

What's new

What's improved

v1.0.0-alpha.8

09 Oct 10:59
2a86e18

Choose a tag to compare

v1.0.0-alpha.8 Pre-release
Pre-release

What's fixed

  • Fixed missing products in the packing slip by @duncanmcclean
  • Renamed public/checkout directory to avoid Apache conflicts #56 by @duncanmcclean
  • Fixed error when converting guest customer to user by @duncanmcclean
  • Pre-built checkout: Ensure address name field is pre-filled, not the line 1 field by @duncanmcclean
  • Only show shipping tab when order has physical products #52 by @duncanmcclean

v1.0.0-alpha.7

23 Sep 10:48
ac21d1d

Choose a tag to compare

v1.0.0-alpha.7 Pre-release
Pre-release

What's fixed

  • Bind missing fieldtypes to avoid errors during the migration process #49 by @duncanmcclean
  • Added note about deleting order and customer collections after migrating by @duncanmcclean
  • Don't assume the Simple Commerce coupons directory exists during migration #44 by @Jamesking56
  • Added output to cargo:migrate:products command #47 by @duncanmcclean
  • Fixed undefined array key "title" error when migrating taxes #43 by @duncanmcclean
  • Removed tailwindcss plugin from Vite config by @duncanmcclean

v1.0.0-alpha.6

16 Sep 19:28
eae5ddb

Choose a tag to compare

v1.0.0-alpha.6 Pre-release
Pre-release

What's fixed

v1.0.0-alpha.5

13 Sep 18:21
2b05714

Choose a tag to compare

v1.0.0-alpha.5 Pre-release
Pre-release

What's changed

  • Corrected path to @statamic/cms npm package by @duncanmcclean
  • Updated some imports & changed how CSS is built, after changes in Statamic #35 by @duncanmcclean

What's fixed

  • Fixed incorrect name for config file in docs #34 by @FR6

v1.0.0-alpha.4

08 Sep 19:19
dd2a361

Choose a tag to compare

v1.0.0-alpha.4 Pre-release
Pre-release

What's new

  • Pre-built Checkout: Names on addresses are now pre-filled with the customer's name by @duncanmcclean

What's fixed

  • Fixed type in disallowed keys array in CartLineItemsController by @duncanmcclean
  • Ensure that first_name, last_name and email keys aren't persisted in cart data by @duncanmcclean
  • Fixed issue where guest customers weren't being augmented properly in JSON API #33 by @duncanmcclean
  • Removed duplicate icons #32 by @duncanmcclean
  • Checkout views are now ignored when building CSS for the Control Panel by @duncanmcclean

v1.0.0-alpha.3

22 Aug 14:37
1bd5f02

Choose a tag to compare

v1.0.0-alpha.3 Pre-release
Pre-release

What's fixed

  • Fix undefined variable in CodeInjection #30

v1.0.0-alpha.2

22 Aug 00:15
d72ec3a

Choose a tag to compare

v1.0.0-alpha.2 Pre-release
Pre-release

What's fixed

  • The Schedule facade is now imported scheduled commands are added during cargo:install
  • Fixed name input on dummy payment form when user's name isn't separated into first & last name fields
  • Fixed converted carts being assigned to users #29 by @duncanmcclean
  • Fixed error in discounting logic
  • Fixed missing title on default tax class
  • Added value="1" to quantity input in examples on the docs
  • Fixed border in dark mode (in shipping & payment detail fieldtypes)
  • Fixed error where pre-built checkout page would break as soon as you start your own Vite server