authorizenet: This used to depend on a configuration setting in the driver. This didn't make sense and was widely regarded as a bad move. Instead, we've shifted the configuration setting to its own token that you can toggle at the root as you'd like.
Features
authorizenet: add new production token to authorizenet package (#1161) (2cd04c2)
cart: add state to each cart item to indicate if it is new, mutating, etc (#1126) (e65ec68)
navigation: injectable category tree query depth in magento driver (#1150) (a2ce44d)
Bug Fixes
product: out of stock item options result in a price bug for non… (#1158) (a3dd189)
product: The selectCompositeProductPricesForConfiguration selector is now selectCompositeProductRequiredItemPricesForConfiguration, and selectCompositeProductPrices is now selectCompositeProductOptionalItemPricesForConfiguration
geography: DaffGeographyModule is removed. Use DaffGeographyStateModule instead.
order: The order testing package has been split into @daffodil/order/state/testing, @daffodil/order/driver/testing, and @daffodil/order/driver/in-memory