workarea 3.4.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (571) hide show
  1. checksums.yaml +7 -0
  2. data/.rubocop.yml +326 -0
  3. data/CHANGELOG.md +20501 -0
  4. data/README.md +163 -0
  5. data/docker-compose.yml +27 -0
  6. data/docs/Gemfile +8 -0
  7. data/docs/bin/middleman +29 -0
  8. data/docs/config.rb +87 -0
  9. data/docs/config.ru +7 -0
  10. data/docs/data/articles.yml +157 -0
  11. data/docs/package.json +15 -0
  12. data/docs/source/404.html.erb +13 -0
  13. data/docs/source/articles/access-routes-in-javascript.html.md +33 -0
  14. data/docs/source/articles/add-a-content-area.html.md +169 -0
  15. data/docs/source/articles/add-a-content-block-type.html.md +334 -0
  16. data/docs/source/articles/add-a-report.html.md +202 -0
  17. data/docs/source/articles/add-css-through-the-admin-ui.html.md +30 -0
  18. data/docs/source/articles/add-javascript-through-a-manifest.html.md +367 -0
  19. data/docs/source/articles/add-javascript-through-a-view.html.md +80 -0
  20. data/docs/source/articles/add-javascript-through-the-admin-ui.html.md +30 -0
  21. data/docs/source/articles/add-metrics.html.md +58 -0
  22. data/docs/source/articles/add-or-replace-a-pricing-calculator.html.md +150 -0
  23. data/docs/source/articles/add-remove-or-change-a-mongoid-validation.html.md +147 -0
  24. data/docs/source/articles/add-remove-or-change-a-product-template.html.md +142 -0
  25. data/docs/source/articles/add-remove-sort-and-group-storefront-search-filters.html.md +483 -0
  26. data/docs/source/articles/add-stylesheets-through-a-manifest.html.md +276 -0
  27. data/docs/source/articles/add-system-content.html.md +138 -0
  28. data/docs/source/articles/analytics-overview.html.md +51 -0
  29. data/docs/source/articles/analyze-storefront-search-results.html.md +261 -0
  30. data/docs/source/articles/api-overview.html.md +35 -0
  31. data/docs/source/articles/appending.html.md +506 -0
  32. data/docs/source/articles/application-document.html.md +88 -0
  33. data/docs/source/articles/automated-javascript-testing.html.md +162 -0
  34. data/docs/source/articles/b2b-overview.html.md +64 -0
  35. data/docs/source/articles/browser-and-device-support.html.md +47 -0
  36. data/docs/source/articles/change-product-placeholder-image.html.md +39 -0
  37. data/docs/source/articles/change-storefront-search-results.html.md +283 -0
  38. data/docs/source/articles/change-the-storefront-product-pricing-ui.html.md +348 -0
  39. data/docs/source/articles/change-the-storefront-search-filters-ui.html.md +103 -0
  40. data/docs/source/articles/checkout.html.md +479 -0
  41. data/docs/source/articles/commerce-model.html.md +164 -0
  42. data/docs/source/articles/configuration-for-hosting.html.md +106 -0
  43. data/docs/source/articles/configuration.html.md +406 -0
  44. data/docs/source/articles/configure-a-payment-gateway.html.md +58 -0
  45. data/docs/source/articles/configure-asset-storage.html.md +29 -0
  46. data/docs/source/articles/configure-asset-types.html.md +18 -0
  47. data/docs/source/articles/configure-contact-form-subjects-list.html.md +24 -0
  48. data/docs/source/articles/configure-imageoptim.html.md +23 -0
  49. data/docs/source/articles/configure-locales.html.md +45 -0
  50. data/docs/source/articles/configure-logins-and-authentication.html.md +42 -0
  51. data/docs/source/articles/configure-low-inventory-threshold.html.md +26 -0
  52. data/docs/source/articles/configure-product-image-sizes-and-processing.html.md +28 -0
  53. data/docs/source/articles/content.html.md +554 -0
  54. data/docs/source/articles/contentable.html.md +41 -0
  55. data/docs/source/articles/contribute-code.html.md +69 -0
  56. data/docs/source/articles/contribute-documentation.html.md +60 -0
  57. data/docs/source/articles/create-a-custom-discount.html.md +234 -0
  58. data/docs/source/articles/create-a-new-app.html.md +131 -0
  59. data/docs/source/articles/create-a-plugin.html.md +19 -0
  60. data/docs/source/articles/create-a-style-guide.html.md +71 -0
  61. data/docs/source/articles/create-a-theme.html.md +134 -0
  62. data/docs/source/articles/css-architectural-overview.html.md +89 -0
  63. data/docs/source/articles/customize-a-helper.html.md +91 -0
  64. data/docs/source/articles/decoration.html.md +415 -0
  65. data/docs/source/articles/define-and-configure-inventory-policies.html.md +107 -0
  66. data/docs/source/articles/documentation-style-guide.html.md +48 -0
  67. data/docs/source/articles/documentation.html.md +54 -0
  68. data/docs/source/articles/domain-modeling.html.md +82 -0
  69. data/docs/source/articles/error-pages.html.md.erb +95 -0
  70. data/docs/source/articles/extension-overview.html.md +152 -0
  71. data/docs/source/articles/favicon-support.html.md +112 -0
  72. data/docs/source/articles/feature-spec-helper-stylesheet.html.md +25 -0
  73. data/docs/source/articles/featurejs-and-feature-spec-helper.html.md +20 -0
  74. data/docs/source/articles/help-and-support.html.md +34 -0
  75. data/docs/source/articles/html-fragment-caching.html.md +46 -0
  76. data/docs/source/articles/http-caching.html.md +43 -0
  77. data/docs/source/articles/i18n.html.md +35 -0
  78. data/docs/source/articles/images-flow.html.md +10 -0
  79. data/docs/source/articles/index-storefront-search-documents.html.md +104 -0
  80. data/docs/source/articles/infrastructure.html.md +46 -0
  81. data/docs/source/articles/installing.html.md +61 -0
  82. data/docs/source/articles/integrate-a-payment-gateway.html.md +124 -0
  83. data/docs/source/articles/integrate-a-web-analytics-provider.html.md +35 -0
  84. data/docs/source/articles/integrate-an-inventory-management-system.html.md +88 -0
  85. data/docs/source/articles/integrating-with-other-software.html.md +59 -0
  86. data/docs/source/articles/inventory.html.md +352 -0
  87. data/docs/source/articles/javascript-coding-standards.html.md +30 -0
  88. data/docs/source/articles/javascript-modules.html.md +174 -0
  89. data/docs/source/articles/javascript-overview.html.md +62 -0
  90. data/docs/source/articles/javascript-reference-documentation.html.md +51 -0
  91. data/docs/source/articles/javascript-templates.html.md +52 -0
  92. data/docs/source/articles/low-level-caching.html.md +25 -0
  93. data/docs/source/articles/maintain-a-plugin.html.md +12 -0
  94. data/docs/source/articles/maintenance-policy.html.md +79 -0
  95. data/docs/source/articles/navigable.html.md +51 -0
  96. data/docs/source/articles/navigating-the-code.html.md +149 -0
  97. data/docs/source/articles/navigation.html.md +386 -0
  98. data/docs/source/articles/order-life-cycle.html.md +546 -0
  99. data/docs/source/articles/order-pricing.html.md +389 -0
  100. data/docs/source/articles/orders-and-items.html.md +210 -0
  101. data/docs/source/articles/orders.html.md +66 -0
  102. data/docs/source/articles/overriding.html.md +155 -0
  103. data/docs/source/articles/overview.html.md +43 -0
  104. data/docs/source/articles/plugins-overview.html.md +12 -0
  105. data/docs/source/articles/prerequisites-and-dependencies.html.md +202 -0
  106. data/docs/source/articles/products.html.md.erb +1270 -0
  107. data/docs/source/articles/progressive-web-application-support.html.md +148 -0
  108. data/docs/source/articles/rails-asset-manifests.html.md +33 -0
  109. data/docs/source/articles/rails-asset-view-helpers.html.md +25 -0
  110. data/docs/source/articles/reading-data.html.md +10 -0
  111. data/docs/source/articles/releasable.html.md +37 -0
  112. data/docs/source/articles/report-a-bug.html.md +75 -0
  113. data/docs/source/articles/ruby-coding-standards.html.md +10 -0
  114. data/docs/source/articles/run-sidekiq-in-a-local-environment.html.md +40 -0
  115. data/docs/source/articles/searching.html.md +1005 -0
  116. data/docs/source/articles/security-policy.html.md +42 -0
  117. data/docs/source/articles/seeds.html.md +345 -0
  118. data/docs/source/articles/shipping.html.md +756 -0
  119. data/docs/source/articles/sort-and-exclude-product-options.html.md +47 -0
  120. data/docs/source/articles/storefront-search-features.html.md +568 -0
  121. data/docs/source/articles/storefront-searches.html.md +126 -0
  122. data/docs/source/articles/style-guides.html.md +21 -0
  123. data/docs/source/articles/stylesheet-coding-standards.html.md +24 -0
  124. data/docs/source/articles/stylesheets-overview.html.md +67 -0
  125. data/docs/source/articles/swappable-list-data-structure.html.md +81 -0
  126. data/docs/source/articles/system-emails.html.md +102 -0
  127. data/docs/source/articles/taggable.html.md +8 -0
  128. data/docs/source/articles/test-a-credit-card-transaction.html.md +16 -0
  129. data/docs/source/articles/test-if-a-plugin-is-installed.html.md +34 -0
  130. data/docs/source/articles/testing.html.md +914 -0
  131. data/docs/source/articles/themes-overview.html.md +155 -0
  132. data/docs/source/articles/translate-administrable-content.html.md +14 -0
  133. data/docs/source/articles/translate-javascript-content.html.md +16 -0
  134. data/docs/source/articles/translate-or-customize-message-content.html.md +29 -0
  135. data/docs/source/articles/translate-or-customize-static-content.html.md +30 -0
  136. data/docs/source/articles/use-an-existing-workarea-app.html.md +108 -0
  137. data/docs/source/articles/view-models.html.md +509 -0
  138. data/docs/source/articles/views.html.md +14 -0
  139. data/docs/source/articles/workers.html.md +613 -0
  140. data/docs/source/articles/writing-data.html.md +10 -0
  141. data/docs/source/cli.html.md +163 -0
  142. data/docs/source/favicon.ico +0 -0
  143. data/docs/source/images/3-variants-1-option.png +0 -0
  144. data/docs/source/images/3-variants-3-options.png +0 -0
  145. data/docs/source/images/3-years-primary-image.png +0 -0
  146. data/docs/source/images/404-storefront-error-page.png +0 -0
  147. data/docs/source/images/404-system-content-admin.png +0 -0
  148. data/docs/source/images/404.jpg +0 -0
  149. data/docs/source/images/5-years-primary-image.png +0 -0
  150. data/docs/source/images/activity-dashboard.png +0 -0
  151. data/docs/source/images/activity-for-object.png +0 -0
  152. data/docs/source/images/activity-ui.png +0 -0
  153. data/docs/source/images/adding-captioned-image-block-custom-icon.png +0 -0
  154. data/docs/source/images/adding-captioned-image-block-default-icon.png +0 -0
  155. data/docs/source/images/admin-alerts-ui.png +0 -0
  156. data/docs/source/images/admin-category-range-filters.png +0 -0
  157. data/docs/source/images/admin-for-3-column-hero.png +0 -0
  158. data/docs/source/images/admin-help-index.png +0 -0
  159. data/docs/source/images/admin-help-ui.png +0 -0
  160. data/docs/source/images/admin-javascript.png +0 -0
  161. data/docs/source/images/admin-notification-for-deactivated-discount.png +0 -0
  162. data/docs/source/images/admin-notifications-ui.png +0 -0
  163. data/docs/source/images/admin-product-show-page.png +0 -0
  164. data/docs/source/images/admin-products-index-page.png +0 -0
  165. data/docs/source/images/admin-range-filters.png +0 -0
  166. data/docs/source/images/admin-style-guides-navigation.png +0 -0
  167. data/docs/source/images/after-re-seeding.png +0 -0
  168. data/docs/source/images/after-seeding-localhost-3000.png +0 -0
  169. data/docs/source/images/after-seeding.png +0 -0
  170. data/docs/source/images/arrow.svg +1 -0
  171. data/docs/source/images/arrow_white.svg +1 -0
  172. data/docs/source/images/aws-resource-map.png +0 -0
  173. data/docs/source/images/backordered-until-output-on-inventory-sku-card.png +0 -0
  174. data/docs/source/images/before-seeding-localhost-3000.png +0 -0
  175. data/docs/source/images/before-seeding.png +0 -0
  176. data/docs/source/images/browsing-workarea-versions-on-the-web.png +0 -0
  177. data/docs/source/images/bulk-asset-upload-on-assets-index-page.png +0 -0
  178. data/docs/source/images/bulk-asset-upload-while-editing-content.png +0 -0
  179. data/docs/source/images/bundle-show-workarea-core.png +0 -0
  180. data/docs/source/images/bundle-show-workarea.png +0 -0
  181. data/docs/source/images/calendar-for-backordered-until-field.png +0 -0
  182. data/docs/source/images/captioned-image-block-in-storefront.png +0 -0
  183. data/docs/source/images/captioned-image-content-block-storefront-component-style-guide.png +0 -0
  184. data/docs/source/images/cart-system-content-in-admin.png +0 -0
  185. data/docs/source/images/cart-system-content-in-storefront.png +0 -0
  186. data/docs/source/images/checkout-addresses-guest.png +0 -0
  187. data/docs/source/images/checkout-addresses-user.png +0 -0
  188. data/docs/source/images/checkout-confirmation.png +0 -0
  189. data/docs/source/images/checkout-flow-0.png +0 -0
  190. data/docs/source/images/checkout-flow-1.png +0 -0
  191. data/docs/source/images/checkout-flow-2.png +0 -0
  192. data/docs/source/images/checkout-flow-3.png +0 -0
  193. data/docs/source/images/checkout-flow-4.png +0 -0
  194. data/docs/source/images/checkout-payment-guest.png +0 -0
  195. data/docs/source/images/checkout-payment-user.png +0 -0
  196. data/docs/source/images/checkout-shipping.png +0 -0
  197. data/docs/source/images/color-picker-component-admin-style-guide.png +0 -0
  198. data/docs/source/images/color-picker-component-on-content-editing-screen.png +0 -0
  199. data/docs/source/images/commerce-model-carts-orders.png +0 -0
  200. data/docs/source/images/commerce-model-order-pricing.png +0 -0
  201. data/docs/source/images/commerce-model.png +0 -0
  202. data/docs/source/images/configuring-an-index-pattern-in-kibana.png +0 -0
  203. data/docs/source/images/content-block-presets.png +0 -0
  204. data/docs/source/images/content-search-customization.png +0 -0
  205. data/docs/source/images/country-with-region-data-in-address-form.png +0 -0
  206. data/docs/source/images/country-without-region-data-in-address-form.png +0 -0
  207. data/docs/source/images/create-content-block-preset-ui.png +0 -0
  208. data/docs/source/images/credit-card-icons.png +0 -0
  209. data/docs/source/images/css-added-through-admin.png +0 -0
  210. data/docs/source/images/css-admin-ui.png +0 -0
  211. data/docs/source/images/current-configuration-shown-in-admin-settings.png +0 -0
  212. data/docs/source/images/customer-impersonation-in-admin.png +0 -0
  213. data/docs/source/images/customer-impersonation-in-store-front.png +0 -0
  214. data/docs/source/images/date-filter-same-day.png +0 -0
  215. data/docs/source/images/developer-toolbar-in-store-front.png +0 -0
  216. data/docs/source/images/discounts-sorted-by-most-redeemed.png +0 -0
  217. data/docs/source/images/edit-help-article.png +0 -0
  218. data/docs/source/images/editing-content-for-search-customization.png +0 -0
  219. data/docs/source/images/editing-dynamic-captioned-image-block.png +0 -0
  220. data/docs/source/images/editing-product-fields-in-the-admin.png +0 -0
  221. data/docs/source/images/editing-search-system-content.png +0 -0
  222. data/docs/source/images/editing-static-captioned-image-block-custom-icon.png +0 -0
  223. data/docs/source/images/editing-static-captioned-image-block-default-icon.png +0 -0
  224. data/docs/source/images/external.svg +1 -0
  225. data/docs/source/images/favicon_16.png +0 -0
  226. data/docs/source/images/favicon_180.png +0 -0
  227. data/docs/source/images/favicon_32.png +0 -0
  228. data/docs/source/images/filters-all.png +0 -0
  229. data/docs/source/images/filters-control.png +0 -0
  230. data/docs/source/images/filters-custom.png +0 -0
  231. data/docs/source/images/filters-groups.png +0 -0
  232. data/docs/source/images/filters-material.png +0 -0
  233. data/docs/source/images/filters-omitted.png +0 -0
  234. data/docs/source/images/filters-pinned.png +0 -0
  235. data/docs/source/images/filters-range.png +0 -0
  236. data/docs/source/images/filters-sorted.png +0 -0
  237. data/docs/source/images/filters-wrapping-to-second-line-in-admin.png +0 -0
  238. data/docs/source/images/generic-product-template-images-no-options-selected.png +0 -0
  239. data/docs/source/images/generic-product-template-images-options-selected.png +0 -0
  240. data/docs/source/images/generic-template.png +0 -0
  241. data/docs/source/images/hosting.svg +1 -0
  242. data/docs/source/images/image-group-content-block-in-storefront.png +0 -0
  243. data/docs/source/images/images.svg +1 -0
  244. data/docs/source/images/import-export-screenshot.png +0 -0
  245. data/docs/source/images/invalid-display.png +0 -0
  246. data/docs/source/images/itcss.png +0 -0
  247. data/docs/source/images/kibana-dev-tools-console.png +0 -0
  248. data/docs/source/images/layout-content-admin-with-2-areas.png +0 -0
  249. data/docs/source/images/layout-content-admin-with-3-areas.png +0 -0
  250. data/docs/source/images/link-to-search-system-content.png +0 -0
  251. data/docs/source/images/logo.svg +1 -0
  252. data/docs/source/images/menu.svg +2 -0
  253. data/docs/source/images/mongo-replica-set.svg +1 -0
  254. data/docs/source/images/multi-column-hero-blocks.png +0 -0
  255. data/docs/source/images/option-selects-product-template-images-options-selected.png +0 -0
  256. data/docs/source/images/option-selects-template.png +0 -0
  257. data/docs/source/images/option-thumbnails-template.png +0 -0
  258. data/docs/source/images/order-item-total-price-diagram.png +0 -0
  259. data/docs/source/images/order-pricing-cart-example.png +0 -0
  260. data/docs/source/images/order-pricing-example-adjustments.png +0 -0
  261. data/docs/source/images/order-pricing-example-totals.png +0 -0
  262. data/docs/source/images/order-pricing-placed-order-example.png +0 -0
  263. data/docs/source/images/order-shipping-total-diagram.png +0 -0
  264. data/docs/source/images/order-show-with-multiple-tenders.png +0 -0
  265. data/docs/source/images/order-subtotal-price-diagram.png +0 -0
  266. data/docs/source/images/order-tax-total-diagram.png +0 -0
  267. data/docs/source/images/order-total-price-diagram.png +0 -0
  268. data/docs/source/images/order-total-value-diagram.png +0 -0
  269. data/docs/source/images/orders-dashboard-links.png +0 -0
  270. data/docs/source/images/oval.svg +1 -0
  271. data/docs/source/images/payment-icon-storefront-style-guide.png +0 -0
  272. data/docs/source/images/people-dashboard-links.png +0 -0
  273. data/docs/source/images/price-adjustments-diagram.png +0 -0
  274. data/docs/source/images/price-display-no-options.png +0 -0
  275. data/docs/source/images/price-display-options-selected.png +0 -0
  276. data/docs/source/images/pricing-calculators-diagram.png +0 -0
  277. data/docs/source/images/product-list-content-block-admin.png +0 -0
  278. data/docs/source/images/product-list-content-block-in-store-front.png +0 -0
  279. data/docs/source/images/promo-products-excluded-autocomplete-results-after.png +0 -0
  280. data/docs/source/images/promo-products-excluded-featured-category-results-after.png +0 -0
  281. data/docs/source/images/promo-products-excluded-recommendations-results-after.png +0 -0
  282. data/docs/source/images/promo-products-excluded-search-category-results-after.png +0 -0
  283. data/docs/source/images/promo-products-excluded-search-results-after.png +0 -0
  284. data/docs/source/images/promo-products-included-autocomplete-results-before.png +0 -0
  285. data/docs/source/images/promo-products-included-featured-category-results-before.png +0 -0
  286. data/docs/source/images/promo-products-included-recommendations-results-before.png +0 -0
  287. data/docs/source/images/promo-products-included-search-category-results-before.png +0 -0
  288. data/docs/source/images/promo-products-included-search-results-before.png +0 -0
  289. data/docs/source/images/rails-version-constraint.png +0 -0
  290. data/docs/source/images/re-enable-discount.png +0 -0
  291. data/docs/source/images/reading-data.svg +1 -0
  292. data/docs/source/images/readme-hero.png +0 -0
  293. data/docs/source/images/redesigned-customized-sort-for-search-results.png +0 -0
  294. data/docs/source/images/reviews-summary-above-share-buttons.png +0 -0
  295. data/docs/source/images/reviews-summary-below-product-name.png +0 -0
  296. data/docs/source/images/reviews-summary-below-share-buttons.png +0 -0
  297. data/docs/source/images/reviews-summary-removed.png +0 -0
  298. data/docs/source/images/rsa-fingerprint-for-stash.png +0 -0
  299. data/docs/source/images/ruby-version-constraint.png +0 -0
  300. data/docs/source/images/script-tag-added-through-admin.png +0 -0
  301. data/docs/source/images/search-analysis-admin-alternate-rendering.png +0 -0
  302. data/docs/source/images/search-analysis-admin.png +0 -0
  303. data/docs/source/images/search-quality-report.png +0 -0
  304. data/docs/source/images/search.svg +1 -0
  305. data/docs/source/images/searching-for-cart-system-content-in-admin.png +0 -0
  306. data/docs/source/images/searching-for-layout-system-content-in-admin.png +0 -0
  307. data/docs/source/images/seeded-admin.png +0 -0
  308. data/docs/source/images/seeds-from-plugins.png +0 -0
  309. data/docs/source/images/seo-metadata-automation-ui.png +0 -0
  310. data/docs/source/images/show-password-button.png +0 -0
  311. data/docs/source/images/storefront-autocomplete.png +0 -0
  312. data/docs/source/images/storefront-category-summary-content-block.png +0 -0
  313. data/docs/source/images/storefront-category.png +0 -0
  314. data/docs/source/images/storefront-product-after-overriding.png +0 -0
  315. data/docs/source/images/storefront-product-before-overriding.png +0 -0
  316. data/docs/source/images/storefront-product-browse-page.png +0 -0
  317. data/docs/source/images/storefront-product-recommendations.png +0 -0
  318. data/docs/source/images/storefront-product-show-page.png +0 -0
  319. data/docs/source/images/storefront-requests-and-search-requests.png +0 -0
  320. data/docs/source/images/storefront-search-request-handling.png +0 -0
  321. data/docs/source/images/storefront-search-response-creation.png +0 -0
  322. data/docs/source/images/storefront-search.png +0 -0
  323. data/docs/source/images/storefront-style-guides-navigation.png +0 -0
  324. data/docs/source/images/styles.css +3 -0
  325. data/docs/source/images/tax-categories-ui.png +0 -0
  326. data/docs/source/images/tax-rates-ui.png +0 -0
  327. data/docs/source/images/unpurchasable-product.png +0 -0
  328. data/docs/source/images/url-redirects-filtering.png +0 -0
  329. data/docs/source/images/utility-nav-area-in-admin.png +0 -0
  330. data/docs/source/images/utility-nav-area-in-storefront.png +0 -0
  331. data/docs/source/images/validation-message-in-storefront.png +0 -0
  332. data/docs/source/images/view-model-interface.png +0 -0
  333. data/docs/source/images/viewing-workarea-version-in-source.png +0 -0
  334. data/docs/source/images/workarea.svg +1 -0
  335. data/docs/source/images/worst-performing-searches-on-results-customization-page.png +0 -0
  336. data/docs/source/images/writing-data.svg +1 -0
  337. data/docs/source/index.html.erb +167 -0
  338. data/docs/source/javascripts/jquery.js +2 -0
  339. data/docs/source/javascripts/lunr.js +7 -0
  340. data/docs/source/javascripts/site.js +299 -0
  341. data/docs/source/javascripts/vendor/highlight.pack.js +2 -0
  342. data/docs/source/layouts/article.erb +106 -0
  343. data/docs/source/layouts/bare.erb +46 -0
  344. data/docs/source/layouts/layout.erb +43 -0
  345. data/docs/source/release-notes.html.md +258 -0
  346. data/docs/source/release-notes/workarea-3-0-0.html.md +146 -0
  347. data/docs/source/release-notes/workarea-3-0-1.html.md +161 -0
  348. data/docs/source/release-notes/workarea-3-0-10.html.md +39 -0
  349. data/docs/source/release-notes/workarea-3-0-11.html.md +277 -0
  350. data/docs/source/release-notes/workarea-3-0-12.html.md +14 -0
  351. data/docs/source/release-notes/workarea-3-0-13.html.md +153 -0
  352. data/docs/source/release-notes/workarea-3-0-14.html.md +93 -0
  353. data/docs/source/release-notes/workarea-3-0-15.html.md +107 -0
  354. data/docs/source/release-notes/workarea-3-0-16.html.md +36 -0
  355. data/docs/source/release-notes/workarea-3-0-17.html.md +141 -0
  356. data/docs/source/release-notes/workarea-3-0-18.html.md +123 -0
  357. data/docs/source/release-notes/workarea-3-0-19.html.md +160 -0
  358. data/docs/source/release-notes/workarea-3-0-2.html.md +222 -0
  359. data/docs/source/release-notes/workarea-3-0-20.html.md +95 -0
  360. data/docs/source/release-notes/workarea-3-0-21.html.md +168 -0
  361. data/docs/source/release-notes/workarea-3-0-22.html.md +268 -0
  362. data/docs/source/release-notes/workarea-3-0-23.html.md +173 -0
  363. data/docs/source/release-notes/workarea-3-0-24.html.md +19 -0
  364. data/docs/source/release-notes/workarea-3-0-25.html.md +26 -0
  365. data/docs/source/release-notes/workarea-3-0-26.html.md +199 -0
  366. data/docs/source/release-notes/workarea-3-0-27.html.md +113 -0
  367. data/docs/source/release-notes/workarea-3-0-28.html.md +39 -0
  368. data/docs/source/release-notes/workarea-3-0-29.html.md +73 -0
  369. data/docs/source/release-notes/workarea-3-0-3.html.md +35 -0
  370. data/docs/source/release-notes/workarea-3-0-30.html.md +186 -0
  371. data/docs/source/release-notes/workarea-3-0-31.html.md +125 -0
  372. data/docs/source/release-notes/workarea-3-0-32.html.md +73 -0
  373. data/docs/source/release-notes/workarea-3-0-33.html.md +137 -0
  374. data/docs/source/release-notes/workarea-3-0-34.html.md +203 -0
  375. data/docs/source/release-notes/workarea-3-0-35.html.md +205 -0
  376. data/docs/source/release-notes/workarea-3-0-36.html.md +105 -0
  377. data/docs/source/release-notes/workarea-3-0-37.html.md +144 -0
  378. data/docs/source/release-notes/workarea-3-0-38.html.md +73 -0
  379. data/docs/source/release-notes/workarea-3-0-39.html.md +77 -0
  380. data/docs/source/release-notes/workarea-3-0-4.html.md +14 -0
  381. data/docs/source/release-notes/workarea-3-0-40.html.md +130 -0
  382. data/docs/source/release-notes/workarea-3-0-41.html.md +70 -0
  383. data/docs/source/release-notes/workarea-3-0-42.html.md +52 -0
  384. data/docs/source/release-notes/workarea-3-0-43.html.md +72 -0
  385. data/docs/source/release-notes/workarea-3-0-44.html.md +93 -0
  386. data/docs/source/release-notes/workarea-3-0-45.html.md +61 -0
  387. data/docs/source/release-notes/workarea-3-0-46.html.md +171 -0
  388. data/docs/source/release-notes/workarea-3-0-47.html.md +130 -0
  389. data/docs/source/release-notes/workarea-3-0-48.html.md +160 -0
  390. data/docs/source/release-notes/workarea-3-0-49.html.md +28 -0
  391. data/docs/source/release-notes/workarea-3-0-5.html.md +225 -0
  392. data/docs/source/release-notes/workarea-3-0-50.html.md +74 -0
  393. data/docs/source/release-notes/workarea-3-0-51.html.md +61 -0
  394. data/docs/source/release-notes/workarea-3-0-52.html.md +76 -0
  395. data/docs/source/release-notes/workarea-3-0-53.html.md +126 -0
  396. data/docs/source/release-notes/workarea-3-0-54.html.md +112 -0
  397. data/docs/source/release-notes/workarea-3-0-55.html.md +105 -0
  398. data/docs/source/release-notes/workarea-3-0-56.html.md +56 -0
  399. data/docs/source/release-notes/workarea-3-0-57.html.md +82 -0
  400. data/docs/source/release-notes/workarea-3-0-58.html.md +153 -0
  401. data/docs/source/release-notes/workarea-3-0-59.html.md +78 -0
  402. data/docs/source/release-notes/workarea-3-0-6.html.md +165 -0
  403. data/docs/source/release-notes/workarea-3-0-60.html.md +43 -0
  404. data/docs/source/release-notes/workarea-3-0-61.html.md +46 -0
  405. data/docs/source/release-notes/workarea-3-0-62.html.md +23 -0
  406. data/docs/source/release-notes/workarea-3-0-63.html.md +25 -0
  407. data/docs/source/release-notes/workarea-3-0-64.html.md +25 -0
  408. data/docs/source/release-notes/workarea-3-0-65.html.md +37 -0
  409. data/docs/source/release-notes/workarea-3-0-7.html.md +207 -0
  410. data/docs/source/release-notes/workarea-3-0-8.html.md +337 -0
  411. data/docs/source/release-notes/workarea-3-0-9.html.md +196 -0
  412. data/docs/source/release-notes/workarea-3-1-0.html.md +414 -0
  413. data/docs/source/release-notes/workarea-3-1-1.html.md +139 -0
  414. data/docs/source/release-notes/workarea-3-1-10.html.md +19 -0
  415. data/docs/source/release-notes/workarea-3-1-11.html.md +27 -0
  416. data/docs/source/release-notes/workarea-3-1-12.html.md +216 -0
  417. data/docs/source/release-notes/workarea-3-1-13.html.md +113 -0
  418. data/docs/source/release-notes/workarea-3-1-14.html.md +39 -0
  419. data/docs/source/release-notes/workarea-3-1-15.html.md +107 -0
  420. data/docs/source/release-notes/workarea-3-1-16.html.md +188 -0
  421. data/docs/source/release-notes/workarea-3-1-17.html.md +141 -0
  422. data/docs/source/release-notes/workarea-3-1-18.html.md +73 -0
  423. data/docs/source/release-notes/workarea-3-1-19.html.md +137 -0
  424. data/docs/source/release-notes/workarea-3-1-2.html.md +55 -0
  425. data/docs/source/release-notes/workarea-3-1-20.html.md +203 -0
  426. data/docs/source/release-notes/workarea-3-1-21.html.md +205 -0
  427. data/docs/source/release-notes/workarea-3-1-22.html.md +121 -0
  428. data/docs/source/release-notes/workarea-3-1-23.html.md +144 -0
  429. data/docs/source/release-notes/workarea-3-1-24.html.md +94 -0
  430. data/docs/source/release-notes/workarea-3-1-25.html.md +77 -0
  431. data/docs/source/release-notes/workarea-3-1-26.html.md +130 -0
  432. data/docs/source/release-notes/workarea-3-1-27.html.md +70 -0
  433. data/docs/source/release-notes/workarea-3-1-28.html.md +52 -0
  434. data/docs/source/release-notes/workarea-3-1-29.html.md +44 -0
  435. data/docs/source/release-notes/workarea-3-1-3.html.md +185 -0
  436. data/docs/source/release-notes/workarea-3-1-30.html.md +72 -0
  437. data/docs/source/release-notes/workarea-3-1-31.html.md +93 -0
  438. data/docs/source/release-notes/workarea-3-1-32.html.md +61 -0
  439. data/docs/source/release-notes/workarea-3-1-33.html.md +171 -0
  440. data/docs/source/release-notes/workarea-3-1-34.html.md +130 -0
  441. data/docs/source/release-notes/workarea-3-1-35.html.md +179 -0
  442. data/docs/source/release-notes/workarea-3-1-36.html.md +28 -0
  443. data/docs/source/release-notes/workarea-3-1-37.html.md +74 -0
  444. data/docs/source/release-notes/workarea-3-1-38.html.md +61 -0
  445. data/docs/source/release-notes/workarea-3-1-39.html.md +96 -0
  446. data/docs/source/release-notes/workarea-3-1-4.html.md +148 -0
  447. data/docs/source/release-notes/workarea-3-1-40.html.md +126 -0
  448. data/docs/source/release-notes/workarea-3-1-41.html.md +128 -0
  449. data/docs/source/release-notes/workarea-3-1-42.html.md +105 -0
  450. data/docs/source/release-notes/workarea-3-1-43.html.md +37 -0
  451. data/docs/source/release-notes/workarea-3-1-44.html.md +82 -0
  452. data/docs/source/release-notes/workarea-3-1-45.html.md +153 -0
  453. data/docs/source/release-notes/workarea-3-1-46.html.md +91 -0
  454. data/docs/source/release-notes/workarea-3-1-47.html.md +65 -0
  455. data/docs/source/release-notes/workarea-3-1-48.html.md +46 -0
  456. data/docs/source/release-notes/workarea-3-1-49.html.md +23 -0
  457. data/docs/source/release-notes/workarea-3-1-5.html.md +169 -0
  458. data/docs/source/release-notes/workarea-3-1-50.html.md +42 -0
  459. data/docs/source/release-notes/workarea-3-1-51.html.md +25 -0
  460. data/docs/source/release-notes/workarea-3-1-52.html.md +57 -0
  461. data/docs/source/release-notes/workarea-3-1-6.html.md +117 -0
  462. data/docs/source/release-notes/workarea-3-1-7.html.md +176 -0
  463. data/docs/source/release-notes/workarea-3-1-8.html.md +283 -0
  464. data/docs/source/release-notes/workarea-3-1-9.html.md +212 -0
  465. data/docs/source/release-notes/workarea-3-2-0.html.md +1705 -0
  466. data/docs/source/release-notes/workarea-3-2-1.html.md +216 -0
  467. data/docs/source/release-notes/workarea-3-2-10.html.md +237 -0
  468. data/docs/source/release-notes/workarea-3-2-11.html.md +121 -0
  469. data/docs/source/release-notes/workarea-3-2-12.html.md +145 -0
  470. data/docs/source/release-notes/workarea-3-2-13.html.md +138 -0
  471. data/docs/source/release-notes/workarea-3-2-14.html.md +77 -0
  472. data/docs/source/release-notes/workarea-3-2-15.html.md +130 -0
  473. data/docs/source/release-notes/workarea-3-2-16.html.md +111 -0
  474. data/docs/source/release-notes/workarea-3-2-17.html.md +52 -0
  475. data/docs/source/release-notes/workarea-3-2-18.html.md +44 -0
  476. data/docs/source/release-notes/workarea-3-2-19.html.md +72 -0
  477. data/docs/source/release-notes/workarea-3-2-2.html.md +145 -0
  478. data/docs/source/release-notes/workarea-3-2-20.html.md +93 -0
  479. data/docs/source/release-notes/workarea-3-2-21.html.md +61 -0
  480. data/docs/source/release-notes/workarea-3-2-22.html.md +154 -0
  481. data/docs/source/release-notes/workarea-3-2-23.html.md +130 -0
  482. data/docs/source/release-notes/workarea-3-2-24.html.md +200 -0
  483. data/docs/source/release-notes/workarea-3-2-25.html.md +28 -0
  484. data/docs/source/release-notes/workarea-3-2-26.html.md +94 -0
  485. data/docs/source/release-notes/workarea-3-2-27.html.md +61 -0
  486. data/docs/source/release-notes/workarea-3-2-28.html.md +96 -0
  487. data/docs/source/release-notes/workarea-3-2-29.html.md +126 -0
  488. data/docs/source/release-notes/workarea-3-2-30.html.md +112 -0
  489. data/docs/source/release-notes/workarea-3-2-31.html.md +105 -0
  490. data/docs/source/release-notes/workarea-3-2-32.html.md +56 -0
  491. data/docs/source/release-notes/workarea-3-2-33.html.md +82 -0
  492. data/docs/source/release-notes/workarea-3-2-34.html.md +153 -0
  493. data/docs/source/release-notes/workarea-3-2-35.html.md +91 -0
  494. data/docs/source/release-notes/workarea-3-2-36.html.md +118 -0
  495. data/docs/source/release-notes/workarea-3-2-37.html.md +46 -0
  496. data/docs/source/release-notes/workarea-3-2-38.html.md +23 -0
  497. data/docs/source/release-notes/workarea-3-2-39.html.md +42 -0
  498. data/docs/source/release-notes/workarea-3-2-4.html.md +109 -0
  499. data/docs/source/release-notes/workarea-3-2-40.html.md +25 -0
  500. data/docs/source/release-notes/workarea-3-2-41.html.md +90 -0
  501. data/docs/source/release-notes/workarea-3-2-5.html.md +186 -0
  502. data/docs/source/release-notes/workarea-3-2-6.html.md +173 -0
  503. data/docs/source/release-notes/workarea-3-2-7.html.md +89 -0
  504. data/docs/source/release-notes/workarea-3-2-8.html.md +137 -0
  505. data/docs/source/release-notes/workarea-3-2-9.html.md +219 -0
  506. data/docs/source/release-notes/workarea-3-3-0.html.md +1272 -0
  507. data/docs/source/release-notes/workarea-3-3-1.html.md +324 -0
  508. data/docs/source/release-notes/workarea-3-3-10.html.md +69 -0
  509. data/docs/source/release-notes/workarea-3-3-11.html.md +72 -0
  510. data/docs/source/release-notes/workarea-3-3-12.html.md +136 -0
  511. data/docs/source/release-notes/workarea-3-3-13.html.md +61 -0
  512. data/docs/source/release-notes/workarea-3-3-14.html.md +196 -0
  513. data/docs/source/release-notes/workarea-3-3-15.html.md +167 -0
  514. data/docs/source/release-notes/workarea-3-3-16.html.md +234 -0
  515. data/docs/source/release-notes/workarea-3-3-17.html.md +82 -0
  516. data/docs/source/release-notes/workarea-3-3-18.html.md +165 -0
  517. data/docs/source/release-notes/workarea-3-3-19.html.md +106 -0
  518. data/docs/source/release-notes/workarea-3-3-2.html.md +72 -0
  519. data/docs/source/release-notes/workarea-3-3-20.html.md +116 -0
  520. data/docs/source/release-notes/workarea-3-3-21.html.md +228 -0
  521. data/docs/source/release-notes/workarea-3-3-22.html.md +125 -0
  522. data/docs/source/release-notes/workarea-3-3-23.html.md +154 -0
  523. data/docs/source/release-notes/workarea-3-3-24.html.md +70 -0
  524. data/docs/source/release-notes/workarea-3-3-25.html.md +114 -0
  525. data/docs/source/release-notes/workarea-3-3-26.html.md +260 -0
  526. data/docs/source/release-notes/workarea-3-3-27.html.md +138 -0
  527. data/docs/source/release-notes/workarea-3-3-28.html.md +147 -0
  528. data/docs/source/release-notes/workarea-3-3-29.html.md +63 -0
  529. data/docs/source/release-notes/workarea-3-3-3.html.md +153 -0
  530. data/docs/source/release-notes/workarea-3-3-30.html.md +102 -0
  531. data/docs/source/release-notes/workarea-3-3-31.html.md +57 -0
  532. data/docs/source/release-notes/workarea-3-3-32.html.md +44 -0
  533. data/docs/source/release-notes/workarea-3-3-33.html.md +114 -0
  534. data/docs/source/release-notes/workarea-3-3-4.html.md +332 -0
  535. data/docs/source/release-notes/workarea-3-3-5.html.md +242 -0
  536. data/docs/source/release-notes/workarea-3-3-6.html.md +100 -0
  537. data/docs/source/release-notes/workarea-3-3-7.html.md +148 -0
  538. data/docs/source/release-notes/workarea-3-3-8.html.md +163 -0
  539. data/docs/source/release-notes/workarea-3-3-9.html.md +93 -0
  540. data/docs/source/release-notes/workarea-3-4-0.html.md +580 -0
  541. data/docs/source/release-notes/workarea-3-4-1.html.md +150 -0
  542. data/docs/source/release-notes/workarea-3-4-10.html.md +72 -0
  543. data/docs/source/release-notes/workarea-3-4-11.html.md +60 -0
  544. data/docs/source/release-notes/workarea-3-4-12.html.md +155 -0
  545. data/docs/source/release-notes/workarea-3-4-2.html.md +188 -0
  546. data/docs/source/release-notes/workarea-3-4-3.html.md +136 -0
  547. data/docs/source/release-notes/workarea-3-4-4.html.md +114 -0
  548. data/docs/source/release-notes/workarea-3-4-5.html.md +275 -0
  549. data/docs/source/release-notes/workarea-3-4-6.html.md +169 -0
  550. data/docs/source/release-notes/workarea-3-4-7.html.md +162 -0
  551. data/docs/source/release-notes/workarea-3-4-8.html.md +95 -0
  552. data/docs/source/release-notes/workarea-3-4-9.html.md +135 -0
  553. data/docs/source/search.html.erb +34 -0
  554. data/docs/source/shared/_header.erb +61 -0
  555. data/docs/source/shared/_svgs.erb +17 -0
  556. data/docs/source/style_guide/index.html.erb +382 -0
  557. data/docs/source/stylesheets/_base.scss +125 -0
  558. data/docs/source/stylesheets/_components.scss +669 -0
  559. data/docs/source/stylesheets/_helpers.scss +10 -0
  560. data/docs/source/stylesheets/_opinions.scss +42 -0
  561. data/docs/source/stylesheets/_settings.scss +56 -0
  562. data/docs/source/stylesheets/_typography.scss +119 -0
  563. data/docs/source/stylesheets/site.css.scss +14 -0
  564. data/docs/source/stylesheets/vendor/_avalanche.scss +328 -0
  565. data/docs/source/stylesheets/vendor/_normalize.scss +341 -0
  566. data/docs/source/stylesheets/vendor/highlight/_tomorrow_night_blue.scss +75 -0
  567. data/docs/source/upgrade-guides.html.md +18 -0
  568. data/docs/source/upgrade-guides/workarea-3-4-0.html.md +152 -0
  569. data/docs/workarea_renderer.rb +8 -0
  570. data/docs/yarn.lock +2522 -0
  571. metadata +669 -0
@@ -0,0 +1,212 @@
1
+ ---
2
+ title: Workarea 3.1.9
3
+ excerpt: Adds an explicit dependency on the Mongo Ruby Driver to Workarea Core to avoid using version 2.5, which was recently released and is incompatible with Workarea.
4
+ ---
5
+
6
+ # Workarea 3.1.9
7
+
8
+ ## Avoids Using Mongo Ruby Driver 2.5
9
+
10
+ Adds an explicit dependency on the [Mongo Ruby Driver](https://rubygems.org/gems/mongo) to Workarea Core to avoid using version 2.5, which was recently released and is incompatible with Workarea.
11
+
12
+ ### Issues
13
+
14
+ - [ECOMMERCE-5620](https://jira.tools.weblinc.com/browse/ECOMMERCE-5620)
15
+
16
+ ### Pull Requests
17
+
18
+ - [3056](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3056/overview)
19
+
20
+ ### Commits
21
+
22
+ - [a2a3e8af32bf130e81f93e7284649417bb35af2c](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/a2a3e8af32bf130e81f93e7284649417bb35af2c)
23
+ - [6053c812eeb30e387feae3cb305247fc49e5f26e](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/6053c812eeb30e387feae3cb305247fc49e5f26e)
24
+
25
+ ## Fixes CSRF Protection for Cached Pages
26
+
27
+ Fixes Storefront pages having an invalid [authenticity token for CSRF protection](http://api.rubyonrails.org/classes/ActionController/RequestForgeryProtection.html#method-i-verify_authenticity_token) due to HTTP caching. Adds the token to the `current_user.json` response, and adds a JavaScript module to append the token (as a hidden input) to all form elements.
28
+
29
+ ### Issues
30
+
31
+ - [ECOMMERCE-5583](https://jira.tools.weblinc.com/browse/ECOMMERCE-5583)
32
+
33
+ ### Pull Requests
34
+
35
+ - [3040](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3040/overview)
36
+
37
+ ### Commits
38
+
39
+ - [e199acc3c32d7916b786ea9e93949394ea683c8f](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/e199acc3c32d7916b786ea9e93949394ea683c8f)
40
+ - [dbd6f90b62f0a5b76096bbb9f1539388fd4248ed](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/dbd6f90b62f0a5b76096bbb9f1539388fd4248ed)
41
+ - [4c6b8f18e5c5fe946ccc6151ccdea20316d4e775](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/4c6b8f18e5c5fe946ccc6151ccdea20316d4e775)
42
+
43
+ ## Fixes Unused Translations Included in JavaScript
44
+
45
+ Adds a default configuration for Rails i18n to Workarea Core. Configures exactly one locale, _en_, so that additional, unused translation are not included in Production JavaScript. Prior to this change, apps that did not configure Rails i18n were serving extremely large JavaScript files due to the inclusion of unused translations.
46
+
47
+ ### Issues
48
+
49
+ - [ECOMMERCE-5632](https://jira.tools.weblinc.com/browse/ECOMMERCE-5632)
50
+
51
+ ### Pull Requests
52
+
53
+ - [3064](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3064/overview)
54
+
55
+ ### Commits
56
+
57
+ - [38ec4a96bf80c62103a5838be80890f0543a691d](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/38ec4a96bf80c62103a5838be80890f0543a691d)
58
+ - [8ce9118be1c308854a13e8934f38c73d9d067f68](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/8ce9118be1c308854a13e8934f38c73d9d067f68)
59
+ - [4c6b8f18e5c5fe946ccc6151ccdea20316d4e775](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/4c6b8f18e5c5fe946ccc6151ccdea20316d4e775)
60
+
61
+ ## Fixes JavaScript Module Re-Initialization in Checkout
62
+
63
+ Fixes JavaScript modules not being initialized on a new DOM fragment inserted asynchronously into the checkout UI.
64
+
65
+ ### Issues
66
+
67
+ - [ECOMMERCE-5616](https://jira.tools.weblinc.com/browse/ECOMMERCE-5616)
68
+
69
+ ### Pull Requests
70
+
71
+ - [3047](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3047/overview)
72
+
73
+ ### Commits
74
+
75
+ - [1d40424d14de1c8ab62ef2140c54cef3affd9757](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/1d40424d14de1c8ab62ef2140c54cef3affd9757)
76
+ - [e77519122d663480a0de6cf6bd39c77783a17700](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/e77519122d663480a0de6cf6bd39c77783a17700)
77
+ - [4c6b8f18e5c5fe946ccc6151ccdea20316d4e775](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/4c6b8f18e5c5fe946ccc6151ccdea20316d4e775)
78
+
79
+ ## Fixes Duplicate DOM IDs on Admin Dashboards
80
+
81
+ Fixes duplicate DOM IDs in two Admin dashboard partials.
82
+
83
+ ### Issues
84
+
85
+ - [ECOMMERCE-5618](https://jira.tools.weblinc.com/browse/ECOMMERCE-5618)
86
+
87
+ ### Pull Requests
88
+
89
+ ### Commits
90
+
91
+ - [79579138c56a97a056e923593ce270bfc9391442](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/79579138c56a97a056e923593ce270bfc9391442)
92
+
93
+ ## Fixes Admin Insights Charts Not Rendering
94
+
95
+ Fixes an issue preventing some insights charts from rendering in the Admin.
96
+
97
+ ### Issues
98
+
99
+ - [ECOMMERCE-5540](https://jira.tools.weblinc.com/browse/ECOMMERCE-5540)
100
+
101
+ ### Pull Requests
102
+
103
+ - [3014](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3014/overview)
104
+
105
+ ### Commits
106
+
107
+ - [e8d1f2c46418ef5ee3733e1814f2a1b94caee6b6](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/e8d1f2c46418ef5ee3733e1814f2a1b94caee6b6)
108
+ - [25fcd66cb48d9c2350c5855a9f0cb26673eb0684](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/25fcd66cb48d9c2350c5855a9f0cb26673eb0684)
109
+
110
+ ## Fixes Admin Toolbar Page Jump
111
+
112
+ Fixes the "jump" that occurs in the Storefront when the Admin toolbar loads after a delay. Reserves space for the toolbar before it is loaded to prevent the repaint.
113
+
114
+ ### Issues
115
+
116
+ - [ECOMMERCE-5593](https://jira.tools.weblinc.com/browse/ECOMMERCE-5593)
117
+
118
+ ### Pull Requests
119
+
120
+ - [3037](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3037/overview)
121
+
122
+ ### Commits
123
+
124
+ - [71e01fb49f74391e7e011df3090ab7aecb5df267](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/71e01fb49f74391e7e011df3090ab7aecb5df267)
125
+ - [9f4453257c2544e0b8da1e6b764c02a6a8418978](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/9f4453257c2544e0b8da1e6b764c02a6a8418978)
126
+ - [b78b0d2c53efda0109d4afd77e6c6d76e431fb65](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/b78b0d2c53efda0109d4afd77e6c6d76e431fb65)
127
+
128
+ ## Fixes Countries Mongoid Extension Not Loaded
129
+
130
+ Explicitly loads the [Countries Mongoid Extensions](https://github.com/hexorx/countries/blob/master/lib/countries/mongoid.rb) when Workarea is loaded to prevent an exception being raised in some circumstances where the library is not loaded when it's needed.
131
+
132
+ ### Issues
133
+
134
+ - [ECOMMERCE-5582](https://jira.tools.weblinc.com/browse/ECOMMERCE-5582)
135
+
136
+ ### Pull Requests
137
+
138
+ - [3033](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3033/overview)
139
+
140
+ ### Commits
141
+
142
+ - [6102b0df23963bd57a55a84d201b9975498d733b](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/6102b0df23963bd57a55a84d201b9975498d733b)
143
+ - [a082018d9c380ab3e668c3792ecb25bd3f57e746](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/a082018d9c380ab3e668c3792ecb25bd3f57e746)
144
+ - [b78b0d2c53efda0109d4afd77e6c6d76e431fb65](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/b78b0d2c53efda0109d4afd77e6c6d76e431fb65)
145
+
146
+ ## Disables Autocomplete for Storefront Password Fields
147
+
148
+ Disables the native autocomplete feature on all Storefront password fields to prevent leaking sensitive information. This change supports PCI compliance. In cloud environments, the web application firewall also performs this function for redundancy.
149
+
150
+ ### Issues
151
+
152
+ - [ECOMMERCE-5590](https://jira.tools.weblinc.com/browse/ECOMMERCE-5590)
153
+
154
+ ### Pull Requests
155
+
156
+ - [3035](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3035/overview)
157
+
158
+ ### Commits
159
+
160
+ - [b0478bed84082e29a8b41ab546060dc0609db66d](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/b0478bed84082e29a8b41ab546060dc0609db66d)
161
+ - [4e8b9c306153e78404b4fca06e870c6621c0e924](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/4e8b9c306153e78404b4fca06e870c6621c0e924)
162
+ - [b78b0d2c53efda0109d4afd77e6c6d76e431fb65](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/b78b0d2c53efda0109d4afd77e6c6d76e431fb65)
163
+
164
+ ## Improves Extensibility of Storefront Address Forms
165
+
166
+ Changes a DOM query and adds a wrapping DOM element to allow for easier extension of address form markup in the Storefront.
167
+
168
+ ### Issues
169
+
170
+ - [ECOMMERCE-5394](https://jira.tools.weblinc.com/browse/ECOMMERCE-5394)
171
+
172
+ ### Pull Requests
173
+
174
+ - [3054](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3054/overview)
175
+
176
+ ### Commits
177
+
178
+ - [0eb6e8945d45081c519bf9f5d44455b3534b2f11](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/0eb6e8945d45081c519bf9f5d44455b3534b2f11)
179
+ - [83c1776ba99ab7bab85e2dfd075b45e291720db8](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/83c1776ba99ab7bab85e2dfd075b45e291720db8)
180
+ - [ed195461603adf3fb1a6a37157561f6a2a94e471](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/ed195461603adf3fb1a6a37157561f6a2a94e471)
181
+ - [4c6b8f18e5c5fe946ccc6151ccdea20316d4e775](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/4c6b8f18e5c5fe946ccc6151ccdea20316d4e775)
182
+
183
+ ## Adds Admin Pricing Skus Append Points
184
+
185
+ Adds append points for pricing skus in the Admin.
186
+
187
+ ### Issues
188
+
189
+ - [ECOMMERCE-5614](https://jira.tools.weblinc.com/browse/ECOMMERCE-5614)
190
+
191
+ ### Pull Requests
192
+
193
+ - [3045](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3045/overview)
194
+
195
+ ### Commits
196
+
197
+ - [b1c060e40d2ed627141fab1464abc1844c4a35f4](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/b1c060e40d2ed627141fab1464abc1844c4a35f4)
198
+ - [aa052640aa8339673ef33107f648324e59e85afd](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/aa052640aa8339673ef33107f648324e59e85afd)
199
+ - [4c6b8f18e5c5fe946ccc6151ccdea20316d4e775](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/4c6b8f18e5c5fe946ccc6151ccdea20316d4e775)
200
+
201
+ ## Styles HTML Address Elements
202
+
203
+ Adds default styles to the Admin and Storefront for HTML _address_ elements. Removes italic styling applied by most browsers.
204
+
205
+ ### Issues
206
+
207
+ - [ECOMMERCE-5595](https://jira.tools.weblinc.com/browse/ECOMMERCE-5595)
208
+
209
+ ### Commits
210
+
211
+ - [7dd376245add81c94e9b4366e1a4b94c5a5e9113](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/7dd376245add81c94e9b4366e1a4b94c5a5e9113)
212
+
@@ -0,0 +1,1705 @@
1
+ ---
2
+ title: Workarea 3.2.0
3
+ excerpt: Displays dates and times in the Storefront and Admin using the time zone specified in Rails.application.config.time_zone.
4
+ ---
5
+
6
+ # Workarea 3.2.0
7
+
8
+ ## Uses Rails' Time Zone to Display all Dates & Times
9
+
10
+ Displays dates and times in the Storefront and Admin using the time zone specified in `Rails.application.config.time_zone`.
11
+
12
+ **Configure this time zone as appropriate for the retailer. If present, use the same value assigned to `Workarea.config.analytics_timezone`**
13
+
14
+ This change is an expansion of the [time zone changes introduced in Workarea 3.0.15](https://developer.workarea.com/workarea-3/guides/workarea-3-0-15#adds-configurable-time-zone-for-admin-analytics), which added `Workarea.config.analytics_timezone`.
15
+
16
+ Dates and times are still stored in UTC, so no database changes are required, however, **you must find and replace various Ruby API calls within your application to ensure the configured time zone is used for display**. [This article](https://developer.workarea.com/workarea-3/guides/workarea-3-0-15#adds-configurable-time-zone-for-admin-analytics) describes the necessary changes, but **the specific changes listed in the article are also duplicated below**.
17
+
18
+ Don't use:
19
+
20
+ - `Time.now`
21
+ - `Date.today`
22
+ - `Date.today.to_time`
23
+ - `Time.parse("2015-07-04 17:05:37")`
24
+ - `Time.strptime(string, "%Y-%m-%dT%H:%M:%S%z")`
25
+
26
+ Do use:
27
+
28
+ - `Time.current`
29
+ - `2.hours.ago`
30
+ - `Time.zone.today`
31
+ - `Date.current`
32
+ - `1.day.from_now`
33
+ - `Time.zone.parse("2015-07-04 17:05:37")`
34
+ - `Time.strptime(string, "%Y-%m-%dT%H:%M:%S%z").in_time_zone`
35
+
36
+ To summarize, you must set `Rails.application.config.time_zone` to the time zone desired by the retailer and also find and replace within your application code according to the rules above.
37
+
38
+ ### Issues
39
+
40
+ - [ECOMMERCE-5237](https://jira.tools.weblinc.com/browse/ECOMMERCE-5237)
41
+ - [ECOMMERCE-5311](https://jira.tools.weblinc.com/browse/ECOMMERCE-5311)
42
+
43
+ ### Pull Requests
44
+
45
+ - [2811](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2811/overview)
46
+ - [2849](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2849/overview)
47
+
48
+ ### Commits
49
+
50
+ - [3e79be19e935b96b17058da31a6b76f055423f0d](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/3e79be19e935b96b17058da31a6b76f055423f0d)
51
+ - [9538e315c6dec3aa0c55cab91875d02eef904f62](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/9538e315c6dec3aa0c55cab91875d02eef904f62)
52
+ - [f45b894a1a33af2fd285d43218221363cb9ef8b5](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/f45b894a1a33af2fd285d43218221363cb9ef8b5)
53
+ - [15a6d16285921e73597a51362fdb1233d90ead77](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/15a6d16285921e73597a51362fdb1233d90ead77)
54
+ - [ad2771eedf8719647d7df6ac3967861b0bd81abc](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/ad2771eedf8719647d7df6ac3967861b0bd81abc)
55
+
56
+ ## Changes Password Requirements for Admins
57
+
58
+ In response to a PCI audit, changes password requirements for admin users. Within `Workarea::User::Passwords`, changes the required password strength for administrators to `:strong`. Updates administrator passwords throughout all seeds and tests to comply.
59
+
60
+ You will need to update admin passwords within your application code (seeds and tests) to conform to the new requirements. Production users are unaffected until their next password change, at which time the new rules will be enforced.
61
+
62
+ ### Issues
63
+
64
+ - [ECOMMERCE-5629](https://jira.tools.weblinc.com/browse/ECOMMERCE-5629)
65
+
66
+ ### Pull Requests
67
+
68
+ - [3078](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3078/overview)
69
+
70
+ ### Commits
71
+
72
+ - [f88e89808adc8d03afe8094e24b57b0a32398190](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/f88e89808adc8d03afe8094e24b57b0a32398190)
73
+ - [a85a3b0d85aeafe805c2fcb1134592f57c8059d8](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/a85a3b0d85aeafe805c2fcb1134592f57c8059d8)
74
+
75
+ ## Updates Ruby Dependencies
76
+
77
+ Updates various Ruby dependencies, which removes `Fixnum` deprecation warnings and provides the benefits of various library fixes and improvements.
78
+
79
+ - Changes the minimum required Ruby version
80
+ - Changes the following library dependencies in Core:
81
+ - countries
82
+ - easymon
83
+ - faker
84
+ - geocoder
85
+ - image\_optim
86
+ - image\_optim\_pack
87
+ - inline\_svg
88
+ - jbuilder
89
+ - minitest
90
+ - money-rails
91
+ - redcarpet
92
+ - sidekiq
93
+ - sidekiq-unique-jobs
94
+ - Changes the following library dependencies in Testing:
95
+ - mocha
96
+ - webmock
97
+
98
+ ### Issues
99
+
100
+ - [ECOMMERCE-5424](https://jira.tools.weblinc.com/browse/ECOMMERCE-5424)
101
+ - [ECOMMERCE-5434](https://jira.tools.weblinc.com/browse/ECOMMERCE-5434)
102
+ - [ECOMMERCE-5440](https://jira.tools.weblinc.com/browse/ECOMMERCE-5440)
103
+ - [ECOMMERCE-5427](https://jira.tools.weblinc.com/browse/ECOMMERCE-5427)
104
+
105
+ ### Commits
106
+
107
+ - [3297b03a946bf0c0656d498d6b2e590b58c1c21d](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/3297b03a946bf0c0656d498d6b2e590b58c1c21d)
108
+ - [a6c0c13720c61887a9cbebdf34be147c527207bf](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/a6c0c13720c61887a9cbebdf34be147c527207bf)
109
+ - [b33301e89801d64b9f84e03f9ad5f17ec0430b53](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/b33301e89801d64b9f84e03f9ad5f17ec0430b53)
110
+ - [526bd2d5ef27be9207db2a94d22d92b3510f68a9](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/526bd2d5ef27be9207db2a94d22d92b3510f68a9)
111
+
112
+ ## Converts All Remaining Specs to Tests
113
+
114
+ Converts all remaining RSpec specs within the platform to Minitest tests.
115
+
116
+ This change will add a substantial number of tests to your application's test suite. If this is a burden for your application (perhaps due to extensive customization), [skip or pass](testing.html#skipping-tests-resolving-conflicts) tests as necessary within your app.
117
+
118
+ - Adds MongoDB indexes as necessary (indexes are programmatically enforced in the Minitest test suite)
119
+ - Moves mixin tests from Workarea Testing to their own classes in Workarea Core
120
+ - Renames _spec_ to _test_ within some remaining filenames and pathnames (review the changes linked below)
121
+ - Removes all code to support and run specs
122
+
123
+ ### Issues
124
+
125
+ - [ECOMMERCE-5224](https://jira.tools.weblinc.com/browse/ECOMMERCE-5224)
126
+ - [ECOMMERCE-5046](https://jira.tools.weblinc.com/browse/ECOMMERCE-5046)
127
+ - [ECOMMERCE-5327](https://jira.tools.weblinc.com/browse/ECOMMERCE-5327)
128
+ - [ECOMMERCE-5292](https://jira.tools.weblinc.com/browse/ECOMMERCE-5292)
129
+ - [ECOMMERCE-4772](https://jira.tools.weblinc.com/browse/ECOMMERCE-4772)
130
+
131
+ ### Pull Requests
132
+
133
+ - [2795](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2795/overview)
134
+ - [2862](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2862/overview)
135
+ - [3027](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3027/overview)
136
+ - [3041](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3041/overview)
137
+ - [2842](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2842/overview)
138
+
139
+ ### Commits
140
+
141
+ - [f1a6829c9fa9ead257560fd18e2a59c5a41606d3](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/f1a6829c9fa9ead257560fd18e2a59c5a41606d3)
142
+ - [51c8b1923b074b59e2a85ba19d18c575a2771cf5](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/51c8b1923b074b59e2a85ba19d18c575a2771cf5)
143
+ - [e25f1243a7000a3f90d450b55c92dc787e105781](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/e25f1243a7000a3f90d450b55c92dc787e105781)
144
+ - [61f500f8c636c92cfde083c50fc0251752312640](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/61f500f8c636c92cfde083c50fc0251752312640)
145
+ - [0c9cb85ef60cda4de17a9e884fa12aa7f9dfbad2](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/0c9cb85ef60cda4de17a9e884fa12aa7f9dfbad2)
146
+ - [119af68818c7bee624df228ba9d06c794586105e](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/119af68818c7bee624df228ba9d06c794586105e)
147
+ - [102d0fa4a2fe22b0d8d37edcf544df14107ac714](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/102d0fa4a2fe22b0d8d37edcf544df14107ac714)
148
+ - [aa14b9210620c1fbb8adbc84d001b335afeb7ca6](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/aa14b9210620c1fbb8adbc84d001b335afeb7ca6)
149
+ - [b1d4356b8fb65c1fd86d607f827ba0f60de4ce91](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/b1d4356b8fb65c1fd86d607f827ba0f60de4ce91)
150
+ - [5216437b01dcfe03092995ad90c7b875b16fce63](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/5216437b01dcfe03092995ad90c7b875b16fce63)
151
+ - [e132c5c309c51c28f44d28495de4323ecec5d6fb](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/e132c5c309c51c28f44d28495de4323ecec5d6fb)
152
+ - [523a1f090681b0464c2616a03623c5fd2c7bb8d9](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/523a1f090681b0464c2616a03623c5fd2c7bb8d9)
153
+ - [e3bae9d73c8b3a1aa1142f6e7c263436f354a640](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/e3bae9d73c8b3a1aa1142f6e7c263436f354a640)
154
+ - [2b6b8e017cbc15bf3dd143e03b6e38a472875e43](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/2b6b8e017cbc15bf3dd143e03b6e38a472875e43)
155
+ - [97ee0620de5b61627474c5caa76e7c758488d380](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/97ee0620de5b61627474c5caa76e7c758488d380)
156
+ - [2eb9de0c3117d7572c3ba256d2c75be04877b2bf](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/2eb9de0c3117d7572c3ba256d2c75be04877b2bf)
157
+ - [8eb147df0a6e037e6cc0b1a26d4c6872ecc9b2d6](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/8eb147df0a6e037e6cc0b1a26d4c6872ecc9b2d6)
158
+ - [8969b60c24ad5a0224869ad32e2baa4a0d7c4f20](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/8969b60c24ad5a0224869ad32e2baa4a0d7c4f20)
159
+ - [280f1367604256f84593ab451b0198822b2fae41](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/280f1367604256f84593ab451b0198822b2fae41)
160
+ - [efeb82e4a49c98403f7bfcafe9afe00fb5076812](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/efeb82e4a49c98403f7bfcafe9afe00fb5076812)
161
+ - [246cb7cd2fa47ba44d07eddcb3f3291a6448b25b](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/246cb7cd2fa47ba44d07eddcb3f3291a6448b25b)
162
+ - [48a8bc4b686e17fe73cded813f0fc8d2a63a0222](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/48a8bc4b686e17fe73cded813f0fc8d2a63a0222)
163
+ - [7dff881050661c21e0dd688af2b4fed182291c77](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/7dff881050661c21e0dd688af2b4fed182291c77)
164
+
165
+ ## Adds Support for Split Shipping
166
+
167
+ Updates the base platform to support multiple shippings more completely, allowing plugins to more easily offer splitting the items of an order across multiple shipping addresses. Supports gifting functionality in plugins.
168
+
169
+ - Adds Admin index page for shippings
170
+ - Adds Admin shipping view model
171
+ - Adds shippings to Admin order view model
172
+ - Enumerates shippings on the orders Admin screens
173
+ - Updates the pricing tax applier to account for multiple shippings
174
+ - Adds shippings to Storefront order view model
175
+ - Adds Storefront shipping view model
176
+ - Adds append points in the Storefront
177
+ - Updates packaging service to account for multiple shippings
178
+ - Modifies Core and Storefront checkout code to support multiple shippings
179
+ - Improves extensibility of checkout to support plugins that support multiple shippings
180
+
181
+ ### Issues
182
+
183
+ - [ECOMMERCE-5254](https://jira.tools.weblinc.com/browse/ECOMMERCE-5254)
184
+ - [ECOMMERCE-5319](https://jira.tools.weblinc.com/browse/ECOMMERCE-5319)
185
+ - [ECOMMERCE-5527](https://jira.tools.weblinc.com/browse/ECOMMERCE-5527)
186
+ - [ECOMMERCE-5534](https://jira.tools.weblinc.com/browse/ECOMMERCE-5534)
187
+ - [ECOMMERCE-5530](https://jira.tools.weblinc.com/browse/ECOMMERCE-5530)
188
+
189
+ ### Pull Requests
190
+
191
+ - [2827](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2827/overview)
192
+ - [2858](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2858/overview)
193
+ - [2978](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2978/overview)
194
+ - [2950](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2950/overview)
195
+ - [2965](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2965/overview)
196
+ - [3012](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3012/overview)
197
+ - [3019](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3019/overview)
198
+ - [3021](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3021/overview)
199
+
200
+ ### Commits
201
+
202
+ - [d7940aa6912ce420452a99a14121b67d7898a36a](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/d7940aa6912ce420452a99a14121b67d7898a36a)
203
+ - [f70a750ac0ca7f2561031a6c8941f2d5fcf855e9](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/f70a750ac0ca7f2561031a6c8941f2d5fcf855e9)
204
+ - [4ae81b7a4998837a8b3fc26bea3801f81ec485e5](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/4ae81b7a4998837a8b3fc26bea3801f81ec485e5)
205
+ - [3d7671e864c48dd35c468b70a0fa8ec4eaf0ccfd](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/3d7671e864c48dd35c468b70a0fa8ec4eaf0ccfd)
206
+ - [2177208b09bbcdc0addfc16783254cdef4386f19](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/2177208b09bbcdc0addfc16783254cdef4386f19)
207
+ - [53858a5fbc2ff89bbf29b134a09001238ea8edc9](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/53858a5fbc2ff89bbf29b134a09001238ea8edc9)
208
+ - [f620be94b1adb7c87a92d5d7cabbe88b7fed2483](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/f620be94b1adb7c87a92d5d7cabbe88b7fed2483)
209
+ - [ce0eb9a1ea96bff2f5d525fe32e44caac0b54726](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/ce0eb9a1ea96bff2f5d525fe32e44caac0b54726)
210
+ - [9f27b938a7946677f8b693b2631ad75a853033e8](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/9f27b938a7946677f8b693b2631ad75a853033e8)
211
+ - [1a5706f32db489e8529b8dfa1030c04464aba410](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/1a5706f32db489e8529b8dfa1030c04464aba410)
212
+ - [015930f23a9d3f299f4306b701aa22bd6c1e2b9b](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/015930f23a9d3f299f4306b701aa22bd6c1e2b9b)
213
+ - [3bc9166ea1f9d78ed20778d13d987d59e35a0e91](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/3bc9166ea1f9d78ed20778d13d987d59e35a0e91)
214
+ - [6f49764005d60e9fefd078e35cf10b933ba17eb9](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/6f49764005d60e9fefd078e35cf10b933ba17eb9)
215
+ - [95181da9e58f21e6505a0a296e767343d60f6fc9](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/95181da9e58f21e6505a0a296e767343d60f6fc9)
216
+ - [c5203aca840c3b6bd1a774835fcc1a74c2c2c991](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/c5203aca840c3b6bd1a774835fcc1a74c2c2c991)
217
+ - [7756338f6f7479c2600b6eb159524de08b3f7ee2](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/7756338f6f7479c2600b6eb159524de08b3f7ee2)
218
+ - [f7b5dd73a62ee1bfe05bcbf2cd05bc0d2a3ba185](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/f7b5dd73a62ee1bfe05bcbf2cd05bc0d2a3ba185)
219
+ - [bcd6a537f17a8a12f6af2c998fb842aaacb35bf6](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/bcd6a537f17a8a12f6af2c998fb842aaacb35bf6)
220
+
221
+ ## Converts Admin Indexes to Tables
222
+
223
+ Continuing a change introduced in 3.1, uses tables instead of summaries within all Admin index pages.
224
+
225
+ - Adds `.index-table` component
226
+ - Adds `.svg-icon--link-color` component modifier
227
+ - Adds `.link--no-underline` to the Admin typography layer
228
+ - Adds helper `Workarea::Admin::IconsHelper`
229
+
230
+ ### Issues
231
+
232
+ - [ECOMMERCE-5201](https://jira.tools.weblinc.com/browse/ECOMMERCE-5201)
233
+ - [ECOMMERCE-5147](https://jira.tools.weblinc.com/browse/ECOMMERCE-5147)
234
+ - [ECOMMERCE-5303](https://jira.tools.weblinc.com/browse/ECOMMERCE-5303)
235
+ - [ECOMMERCE-5353](https://jira.tools.weblinc.com/browse/ECOMMERCE-5353)
236
+ - [ECOMMERCE-5397](https://jira.tools.weblinc.com/browse/ECOMMERCE-5397)
237
+ - [ECOMMERCE-5398](https://jira.tools.weblinc.com/browse/ECOMMERCE-5398)
238
+ - [ECOMMERCE-5511](https://jira.tools.weblinc.com/browse/ECOMMERCE-5511)
239
+ - [ECOMMERCE-5400](https://jira.tools.weblinc.com/browse/ECOMMERCE-5400)
240
+
241
+ ### Pull Requests
242
+
243
+ - [2826](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2826/overview)
244
+ - [2837](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2837/overview)
245
+ - [2864](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2864/overview)
246
+ - [2882](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2882/overview)
247
+ - [2898](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2898/overview)
248
+ - [2946](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2946/overview)
249
+ - [2976](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2976/overview)
250
+ - [2911](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2911/overview)
251
+
252
+ ### Commits
253
+
254
+ - [07259151aebd62e076429c257b1691d041ac0374](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/07259151aebd62e076429c257b1691d041ac0374)
255
+ - [c9554e44bb3be70761d73b37aadfec68660cdf02](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/c9554e44bb3be70761d73b37aadfec68660cdf02)
256
+ - [e08cd29f6d50e4c60d0ff4a6cc462651040eec27](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/e08cd29f6d50e4c60d0ff4a6cc462651040eec27)
257
+ - [9af386a05b2669260fb30f30a85300b3b0f5a020](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/9af386a05b2669260fb30f30a85300b3b0f5a020)
258
+ - [cad1acf942e7daa68c104608a16d9864854a3c48](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/cad1acf942e7daa68c104608a16d9864854a3c48)
259
+ - [838487f49bb245e38f6844c45e9196bd45ebf0c5](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/838487f49bb245e38f6844c45e9196bd45ebf0c5)
260
+ - [5045ccc96cc1f39c5554dffa6a3f9a730db49317](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/5045ccc96cc1f39c5554dffa6a3f9a730db49317)
261
+ - [ebea67af4f1df9a0aa9103cf15e0bcd190cb88bd](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/ebea67af4f1df9a0aa9103cf15e0bcd190cb88bd)
262
+ - [1feda8a9ead8f7ca37d2d7bf987cfe361dccfed9](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/1feda8a9ead8f7ca37d2d7bf987cfe361dccfed9)
263
+ - [94b9c0dca1ba11e75079d363a54b81430f1b4a43](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/94b9c0dca1ba11e75079d363a54b81430f1b4a43)
264
+ - [03d0fa6cd46f12b2e67d4d91a00c532bc727096c](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/03d0fa6cd46f12b2e67d4d91a00c532bc727096c)
265
+ - [14f4e571f04afd60688d87acfdc341725900003a](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/14f4e571f04afd60688d87acfdc341725900003a)
266
+ - [99a025157a385e97d0e5836aa230b469177cceb0](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/99a025157a385e97d0e5836aa230b469177cceb0)
267
+ - [d30cf291ba44f50520d52dcb0ba3b378bf99b56d](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/d30cf291ba44f50520d52dcb0ba3b378bf99b56d)
268
+ - [6acb98e8a48768991b336c861dd4e372ff579e21](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/6acb98e8a48768991b336c861dd4e372ff579e21)
269
+ - [5edbef4816bb24dd86f6f8c0de0b2ba2ea22cd28](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/5edbef4816bb24dd86f6f8c0de0b2ba2ea22cd28)
270
+ - [3dcbd7e3500932fdb9e637e0195164926657ce05](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/3dcbd7e3500932fdb9e637e0195164926657ce05)
271
+ - [0ee0d2ae4edba67d5949371b0dcffd80c8c6ffc4](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/0ee0d2ae4edba67d5949371b0dcffd80c8c6ffc4)
272
+ - [ac8d9080be70d980db756387f0fcd36bae07d635](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/ac8d9080be70d980db756387f0fcd36bae07d635)
273
+
274
+ ## Adds Releases Index Page in Admin
275
+
276
+ Adds an Admin index page for releases, which takes over as the “landing page” for releases in the Admin (replacing the releases calendar in this role). The releases calendar and index link to each other.
277
+
278
+ ### Issues
279
+
280
+ - [ECOMMERCE-5498](https://jira.tools.weblinc.com/browse/ECOMMERCE-5498)
281
+ - [ECOMMERCE-5599](https://jira.tools.weblinc.com/browse/ECOMMERCE-5599)
282
+
283
+ ### Pull Requests
284
+
285
+ - [3007](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3007/overview)
286
+ - [3036](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3036/overview)
287
+ - [3038](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3038/overview)
288
+
289
+ ### Commits
290
+
291
+ - [84ad2473459f3c51831b47a4a385dbc32845926b](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/84ad2473459f3c51831b47a4a385dbc32845926b)
292
+ - [3fbaa4032a0a976ca56b5fd72e34f6bb0383a90d](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/3fbaa4032a0a976ca56b5fd72e34f6bb0383a90d)
293
+ - [92ed3f79d4390853045faab6c6bbf6c948d91bfe](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/92ed3f79d4390853045faab6c6bbf6c948d91bfe)
294
+ - [4a17251f6c1c482b4adcca07a4d75cb19777f149](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/4a17251f6c1c482b4adcca07a4d75cb19777f149)
295
+ - [ecb9deabb8c5953bfcf7e7e1aa0c3be45adde441](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/ecb9deabb8c5953bfcf7e7e1aa0c3be45adde441)
296
+ - [df72bd535d4316cd5b96f7a65f1ea741d39a1117](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/df72bd535d4316cd5b96f7a65f1ea741d39a1117)
297
+
298
+ ## Adds Product Insights Content Block Type
299
+
300
+ Adds a new content block type, “Product Insights”, which displays a dynamically generated list of “Top Products” or “Trending Products”, derived from Workarea analytics for the application.
301
+
302
+ - Adds `Workarea.config.product_insights_count`, which defaults to `6`
303
+ - Adds `.product-insights-content-block` component to the Storefront
304
+ - Adds `Storefront::ContentBlocks::ProductInsightsViewModel`
305
+ - Adds MongoDB index for `active` on `Workarea::Releasable`
306
+
307
+ ### Issues
308
+
309
+ - [ECOMMERCE-5203](https://jira.tools.weblinc.com/browse/ECOMMERCE-5203)
310
+ - [ECOMMERCE-5374](https://jira.tools.weblinc.com/browse/ECOMMERCE-5374)
311
+ - [ECOMMERCE-5372](https://jira.tools.weblinc.com/browse/ECOMMERCE-5372)
312
+ - [ECOMMERCE-5376](https://jira.tools.weblinc.com/browse/ECOMMERCE-5376)
313
+
314
+ ### Pull Requests
315
+
316
+ - [2841](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2841/overview)
317
+ - [2873](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2873/overview)
318
+ - [2869](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2869/overview)
319
+ - [2906](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2906/overview)
320
+
321
+ ### Commits
322
+
323
+ - [c6bbc38f327b629f7a56f05648680249ca62d594](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/c6bbc38f327b629f7a56f05648680249ca62d594)
324
+ - [357cf163c82ba98c655bef387d040a58577d78a2](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/357cf163c82ba98c655bef387d040a58577d78a2)
325
+ - [b23c295fbb4e90108c7243f96c8248dd88b3ddba](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/b23c295fbb4e90108c7243f96c8248dd88b3ddba)
326
+ - [cf11464ccbb4528d3d99ff5eb9fb53f37615f2b7](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/cf11464ccbb4528d3d99ff5eb9fb53f37615f2b7)
327
+ - [d8adcd26cad58377ce5aa3d8b32ca9d753989744](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/d8adcd26cad58377ce5aa3d8b32ca9d753989744)
328
+ - [ee755b74f6a512ff1a9df61879c2e899f57929d5](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/ee755b74f6a512ff1a9df61879c2e899f57929d5)
329
+ - [1a730f240fb9896931e10cbd1253e6ff45c22593](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/1a730f240fb9896931e10cbd1253e6ff45c22593)
330
+ - [9a28b27ea3188c8a4f2dae252a261a4cbde4a9a8](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/9a28b27ea3188c8a4f2dae252a261a4cbde4a9a8)
331
+
332
+ ## Improves Presentation of Orders & User Management in Storefront
333
+
334
+ Applies various improvements to the Storefront views listed below. These changes improve the default display of these Storefront area so that fewer customizations are required. The changes also support other changes in Workarea 3.2 and various plugins.
335
+
336
+ In general, the changes improve the use of grids, tables, and headings, and make use of the new `.box` component. The following views are those most affected. Some additional changes are noted.
337
+
338
+ - _orders/\_summary_ - supports multiple shippings and refunds
339
+ - _users/orders/show_
340
+ - _checkouts/confirmation_
341
+ - _carts/show_
342
+ - _users/accounts/show_ - moves append point for easier extension
343
+
344
+ Notable API changes:
345
+
346
+ - Adds `$light-gray` color
347
+ - Enables `.grid--large` in grid configuration
348
+ - Improves base `table` styles
349
+ - Adds `.box` component
350
+ - Modifies `.button`, `.data-card`, `.style-guide`, `.table`, and `.text-box` components
351
+
352
+ ### Issues
353
+
354
+ - [ECOMMERCE-5356](https://jira.tools.weblinc.com/browse/ECOMMERCE-5356)
355
+ - [ECOMMERCE-5464](https://jira.tools.weblinc.com/browse/ECOMMERCE-5464)
356
+ - [ECOMMERCE-5506](https://jira.tools.weblinc.com/browse/ECOMMERCE-5506)
357
+ - [ECOMMERCE-5526](https://jira.tools.weblinc.com/browse/ECOMMERCE-5526)
358
+ - [ECOMMERCE-5592](https://jira.tools.weblinc.com/browse/ECOMMERCE-5592)
359
+ - [ECOMMERCE-5623](https://jira.tools.weblinc.com/browse/ECOMMERCE-5623)
360
+ - [ECOMMERCE-5301](https://jira.tools.weblinc.com/browse/ECOMMERCE-5301)
361
+ - [ECOMMERCE-5208](https://jira.tools.weblinc.com/browse/ECOMMERCE-5208)
362
+
363
+ ### Pull Requests
364
+
365
+ - [2918](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2918/overview)
366
+ - [2947](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2947/overview)
367
+ - [2962](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2962/overview)
368
+ - [3022](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3022/overview)
369
+ - [3032](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3032/overview)
370
+ - [3034](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3034/overview)
371
+ - [2840](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2840/overview)
372
+ - [2777](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2777/overview)
373
+
374
+ ### Commits
375
+
376
+ - [eb7110048b033428a32154c2474059d1dbcf3768](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/eb7110048b033428a32154c2474059d1dbcf3768)
377
+ - [b49dc4669cb02f9f27a8f78757b9ffc00e3f1449](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/b49dc4669cb02f9f27a8f78757b9ffc00e3f1449)
378
+ - [7ee542c920a977730afe122d31d6ea4664dfee3c](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/7ee542c920a977730afe122d31d6ea4664dfee3c)
379
+ - [d6bc41b50232867f670b11248b42f4b5d0d92f3f](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/d6bc41b50232867f670b11248b42f4b5d0d92f3f)
380
+ - [85bd4974542b03b4fc30cf87b7f20cd5873fac51](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/85bd4974542b03b4fc30cf87b7f20cd5873fac51)
381
+ - [efb0087c46cb3c2bde24f9c11b3d8820e21a252b](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/efb0087c46cb3c2bde24f9c11b3d8820e21a252b)
382
+ - [c41fa98348753045d94d20367a05ba7a564b7a65](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/c41fa98348753045d94d20367a05ba7a564b7a65)
383
+ - [40773713a13c0eb3d4990f7602c78e9cca3a0424](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/40773713a13c0eb3d4990f7602c78e9cca3a0424)
384
+ - [58c70670954c5086c868e95466b41950196a6a6a](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/58c70670954c5086c868e95466b41950196a6a6a)
385
+ - [ffc45bf94690468a9bbf17c5cf0aa5d766abff2a](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/ffc45bf94690468a9bbf17c5cf0aa5d766abff2a)
386
+ - [a8e4cd6f36bf74fb5d89bc10363c1e98d496dfc8](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/a8e4cd6f36bf74fb5d89bc10363c1e98d496dfc8)
387
+ - [e924404ae51b59ed5a0e040ca22012b9e556e04d](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/e924404ae51b59ed5a0e040ca22012b9e556e04d)
388
+ - [fedcdf67007c20b00727c31b8710b0e46e16993f](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/fedcdf67007c20b00727c31b8710b0e46e16993f)
389
+ - [b3f8211bb0c986f5e58daa248a029e4349318a88](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/b3f8211bb0c986f5e58daa248a029e4349318a88)
390
+ - [a2556ee0b6670db69de8bd4e28dce2ec2f27fcaa](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/a2556ee0b6670db69de8bd4e28dce2ec2f27fcaa)
391
+ - [9b03a27191c9dc1067119d61faca3fa032723514](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/9b03a27191c9dc1067119d61faca3fa032723514)
392
+ - [08ab849b3bfb77f01d04629f9a5205255c4b9b6d](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/08ab849b3bfb77f01d04629f9a5205255c4b9b6d)
393
+ - [78aa85dd687746ef4a69e7f5229cb41ec72fb28e](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/78aa85dd687746ef4a69e7f5229cb41ec72fb28e)
394
+ - [410edc39205b2c0ede93846ee858f7665d658000](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/410edc39205b2c0ede93846ee858f7665d658000)
395
+ - [7d56aab63f9f40a60c755e5adc422e34f40c0e74](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/7d56aab63f9f40a60c755e5adc422e34f40c0e74)
396
+ - [7576e03968af7cb88d5416d998218b2c33f24096](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/7576e03968af7cb88d5416d998218b2c33f24096)
397
+
398
+ ## Adds More Recommendations in the Storefront
399
+
400
+ Adds recommendations to Storefront empty cart, added-to-cart dialog, order confirmation, order summary, and account show.
401
+
402
+ ### Issues
403
+
404
+ - [ECOMMERCE-5466](https://jira.tools.weblinc.com/browse/ECOMMERCE-5466)
405
+ - [ECOMMERCE-5467](https://jira.tools.weblinc.com/browse/ECOMMERCE-5467)
406
+ - [ECOMMERCE-5468](https://jira.tools.weblinc.com/browse/ECOMMERCE-5468)
407
+ - [ECOMMERCE-5439](https://jira.tools.weblinc.com/browse/ECOMMERCE-5439)
408
+
409
+ ### Pull Requests
410
+
411
+ - [3020](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3020/overview)
412
+ - [2933](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2933/overview)
413
+
414
+ ### Commits
415
+
416
+ - [27d11e853363dc6ee56652d755558691a1952a98](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/27d11e853363dc6ee56652d755558691a1952a98)
417
+ - [220a687b87d6a3899f5dadadd8f56dd8cdd316cd](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/220a687b87d6a3899f5dadadd8f56dd8cdd316cd)
418
+ - [46192c98df11e2bbec3484b0fa8512708822ee67](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/46192c98df11e2bbec3484b0fa8512708822ee67)
419
+ - [70f214ed8fd48861731548acc7423b882718b93c](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/70f214ed8fd48861731548acc7423b882718b93c)
420
+ - [b1545223c6b16fcaaac20ba4c2af76256587e90f](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/b1545223c6b16fcaaac20ba4c2af76256587e90f)
421
+ - [8b1af3f776178dd82989a88920ada565d803a0bf](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/8b1af3f776178dd82989a88920ada565d803a0bf)
422
+ - [71e16144792842d2098dcef5f901ebe26d7b5022](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/71e16144792842d2098dcef5f901ebe26d7b5022)
423
+
424
+ ## Improves Storefront & Admin Searches
425
+
426
+ Applies various improvements to Storefront and Admin searches.
427
+
428
+ These changes do not require you to re-index your application, but many of the improvements will not take effect until you do.
429
+
430
+ Summary of Storefront changes:
431
+
432
+ - Improves spelling corrections
433
+ - Improves search suggestions
434
+ - Improves exact matching
435
+ - Improves redirecting
436
+
437
+ Summary of Admin changes:
438
+
439
+ - Improves keyword matching
440
+ - Adds searching payment transactions by order ID
441
+
442
+ Most significant API changes:
443
+
444
+ - Modifies `Search::QuerySuggestions`
445
+ - Adds `Weblinc.config.search_suggestion_min_doc_freq`
446
+ - Adds `Search::StorefrontSearch::ExactMatches` search middleware
447
+ - Removes `Search::StorefrontSearch::ProductAutoRedirect` search middleware from `Workarea.config.storefront_search_middleware` (but does not remove the class definition)
448
+
449
+ ### Issues
450
+
451
+ - [ECOMMERCE-5182](https://jira.tools.weblinc.com/browse/ECOMMERCE-5182)
452
+ - [ECOMMERCE-5183](https://jira.tools.weblinc.com/browse/ECOMMERCE-5183)
453
+ - [ECOMMERCE-5184](https://jira.tools.weblinc.com/browse/ECOMMERCE-5184)
454
+ - [ECOMMERCE-5239](https://jira.tools.weblinc.com/browse/ECOMMERCE-5239)
455
+ - [ECOMMERCE-5475](https://jira.tools.weblinc.com/browse/ECOMMERCE-5475)
456
+
457
+ ### Pull Requests
458
+
459
+ - [2768](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2768/overview)
460
+ - [2782](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2782/overview)
461
+ - [2784](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2784/overview)
462
+ - [2815](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2815/overview)
463
+
464
+ ### Commits
465
+
466
+ - [ac600cc3681f2119ed1941730ab253c6f8901447](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/ac600cc3681f2119ed1941730ab253c6f8901447)
467
+ - [f69000a88515304109324f903ec2bf40a1e1db8e](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/f69000a88515304109324f903ec2bf40a1e1db8e)
468
+ - [99e402b12b3d20a7946058f45376e0e5991444f9](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/99e402b12b3d20a7946058f45376e0e5991444f9)
469
+ - [16d1fbce75c6e9ffbe100382f71a6695a2d55a52](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/16d1fbce75c6e9ffbe100382f71a6695a2d55a52)
470
+ - [6907dec68b402cd7df8f0e38938231a4b269270e](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/6907dec68b402cd7df8f0e38938231a4b269270e)
471
+ - [57a6507aec14d23a534cb854b385baafbbab1bca](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/57a6507aec14d23a534cb854b385baafbbab1bca)
472
+ - [1345ae95eed0e4cdc920757483e1e53985d9777c](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/1345ae95eed0e4cdc920757483e1e53985d9777c)
473
+ - [1d8b5fb919e8383ca1d125f3dc25e780179bfa82](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/1d8b5fb919e8383ca1d125f3dc25e780179bfa82)
474
+ - [db0c34d63c95780d4cbf8a2673a4ebda5b138f17](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/db0c34d63c95780d4cbf8a2673a4ebda5b138f17)
475
+ - [3b2bec346f34535ce527f239be43b532e525625c](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/3b2bec346f34535ce527f239be43b532e525625c)
476
+ - [e5232655ca4ba95eaa40e143ad1c6444240a2045](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/e5232655ca4ba95eaa40e143ad1c6444240a2045)
477
+
478
+ ## Adds Configurations for Sending Emails
479
+
480
+ Restructures mailer abstractions and adds configurations to allow disabling all emails in unit tests and optionally disabling “transactional” emails when an email service provider is integrated with the application.
481
+
482
+ - Adds `Workarea::ApplicationMailer` in Core, which encapsulates all shared logic for Workarea mailers
483
+ - Updates `Admin::ApplicationMailer` and `Storefront::ApplicationMailer` to inherit from `Workarea::ApplicationMailer`
484
+ - Adds `Workarea.config.send_email`, which defaults to `true`
485
+ - Adds setup to `Workarea::TestCase` to disable emails in unit tests (sets `send_email` to `false`)
486
+ - Adds module `Workarea::TestCase::Mail`, which can be mixed into any test case that should send mail
487
+ - Includes `Workarea::TestCase::Mail` in `Workarea::IntegrationTest` and `Workarea::SystemTest` to enable emails by default in integration and system tests
488
+ - Adds module `Workarea::Storefront::TransactionalMailer`, which is mixed into mailers that are considered “transactional” and are often replaced with emails from an integrated ESP
489
+ - Adds `Workarea.config.send_transactional_emails`, which defaults to `true`, but can be used to disable sending of transactional emails if desired
490
+
491
+ ### Issues
492
+
493
+ - [ECOMMERCE-5200](https://jira.tools.weblinc.com/browse/ECOMMERCE-5200)
494
+ - [ECOMMERCE-5633](https://jira.tools.weblinc.com/browse/ECOMMERCE-5633)
495
+
496
+ ### Pull Requests
497
+
498
+ - [2785](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2785/overview)
499
+ - [3066](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3066/overview)
500
+
501
+ ### Commits
502
+
503
+ - [ea502325b5712844f69b098a8b9a841c059a1098](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/ea502325b5712844f69b098a8b9a841c059a1098)
504
+ - [8b41209a831e88d7c6053d193abdb654570ada00](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/8b41209a831e88d7c6053d193abdb654570ada00)
505
+ - [0c83b04832b73b275b9238b545fb7108f13270c0](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/0c83b04832b73b275b9238b545fb7108f13270c0)
506
+ - [c81a85befd6bd41a3aeb060e63ebc18ef25a57f4](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/c81a85befd6bd41a3aeb060e63ebc18ef25a57f4)
507
+
508
+ ## Adds Taxonomy-Based Slug Generation to Creation Workflows
509
+
510
+ Generates unique taxonomy-based slugs for categories and content pages created through the corresponding workflows in the Admin.
511
+
512
+ For example, an administrator uses the “create page” Admin workflow to create a content page named “Locations”, and (during the workflow) places the page under the page “About Us” in the site's taxonomy. The slug stored on the new page will be `'about-us-locations'`, reflecting the page's position in the taxonomy.
513
+
514
+ Furthermore, the feature removes from those workflows the field to manually set a slug.
515
+
516
+ ### Issues
517
+
518
+ - [ECOMMERCE-5199](https://jira.tools.weblinc.com/browse/ECOMMERCE-5199)
519
+
520
+ ### Pull Requests
521
+
522
+ - [2778](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2778/overview)
523
+ - [2794](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2794/overview)
524
+
525
+ ### Commits
526
+
527
+ - [413715f33b1ec6b2631a3d26660bc109d518648f](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/413715f33b1ec6b2631a3d26660bc109d518648f)
528
+ - [e068bfffc13d3443160522ef6bf54d3fa6a582d7](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/e068bfffc13d3443160522ef6bf54d3fa6a582d7)
529
+ - [3d6bc31c2575398d5259a55bac29e1ea02fa5d90](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/3d6bc31c2575398d5259a55bac29e1ea02fa5d90)
530
+ - [98bce11b50b9006b619aa53cfdfc2c64f140785a](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/98bce11b50b9006b619aa53cfdfc2c64f140785a)
531
+
532
+ ## Improves Mobile Filters UI in Storefront
533
+
534
+ Changes the mobile filters UI in the Storefront to a “drawer” to be consistent with the mobile navigation.
535
+
536
+ - Deprecates the `.mobile-filters` component.
537
+ - Adds the `.mobile-filters-nav` component.
538
+ - Adds `WORKAREA.mobileFilterButtons`, which duplicates the existing module, `WORKAREA.mobileNavButton`. These are planned to be consolidated in Workarea 4.
539
+
540
+ ### Issues
541
+
542
+ - [ECOMMERCE-5588](https://jira.tools.weblinc.com/browse/ECOMMERCE-5588)
543
+
544
+ ### Pull Requests
545
+
546
+ - [3076](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3076/overview)
547
+
548
+ ### Commits
549
+
550
+ - [324eaf26e36accf5b857aa7e8c2feef1a1a2b427](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/324eaf26e36accf5b857aa7e8c2feef1a1a2b427)
551
+ - [68b1f90d8b5260be616edc5754d4ad78cc1b5c6d](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/68b1f90d8b5260be616edc5754d4ad78cc1b5c6d)
552
+ - [8b2aea2896131378e1f1723345d011e387f23c67](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/8b2aea2896131378e1f1723345d011e387f23c67)
553
+
554
+ ## Adds Email Unsubscribing in the Storefront
555
+
556
+ Adds support for unsubscribing to email in the Storefront account area. This change helps retailers comply with the [GDPR](https://www.eugdpr.org/).
557
+
558
+ ### Issues
559
+
560
+ - [ECOMMERCE-5606](https://jira.tools.weblinc.com/browse/ECOMMERCE-5606)
561
+
562
+ ### Pull Requests
563
+
564
+ - [3088](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3088/overview)
565
+
566
+ ### Commits
567
+
568
+ - [e51463cd517a2704564c916dc27c04b68a5c10fc](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/e51463cd517a2704564c916dc27c04b68a5c10fc)
569
+ - [3d91c2e7e48b1b979edbb16c159940e3893e9c01](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/3d91c2e7e48b1b979edbb16c159940e3893e9c01)
570
+
571
+ ## Adds Storefront “Back to Top” Buttons
572
+
573
+ Adds “Back to Top” functionality to categories show and searches show in the Storefront.
574
+
575
+ ### Issues
576
+
577
+ - [ECOMMERCE-5497](https://jira.tools.weblinc.com/browse/ECOMMERCE-5497)
578
+
579
+ ### Pull Requests
580
+
581
+ - [2975](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2975/overview)
582
+
583
+ ### Commits
584
+
585
+ - [32e0e6dd8597199cbb0155be101ba50a894eb91a](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/32e0e6dd8597199cbb0155be101ba50a894eb91a)
586
+ - [28e63e0c7f4709952c2ae3b8a1d74a987276e4b5](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/28e63e0c7f4709952c2ae3b8a1d74a987276e4b5)
587
+
588
+ ## Adds Rack Attack Protection for Promo Codes & User Accounts
589
+
590
+ Adds Rack Attack protection for promo code endpoints to prevent brute forcing of promo codes, and user account creation endpoints to prevent leaking email addresses.
591
+
592
+ ### Issues
593
+
594
+ - [ECOMMERCE-5307](https://jira.tools.weblinc.com/browse/ECOMMERCE-5307)
595
+ - [ECOMMERCE-5641](https://jira.tools.weblinc.com/browse/ECOMMERCE-5641)
596
+
597
+ ### Pull Requests
598
+
599
+ - [2845](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2845/overview)
600
+ - [3073](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3073/overview)
601
+
602
+ ### Commits
603
+
604
+ - [08c52796913691d49e91f11bffcb0c8e3b37a89a](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/08c52796913691d49e91f11bffcb0c8e3b37a89a)
605
+ - [80b85453ee245f2ae81a6468db07ed73dd7d482a](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/80b85453ee245f2ae81a6468db07ed73dd7d482a)
606
+ - [4cb20adab9425237a64292420d4c24b4d70f160c](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/4cb20adab9425237a64292420d4c24b4d70f160c)
607
+ - [1d763146f89da22102e4769851f75088c82f02b0](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/1d763146f89da22102e4769851f75088c82f02b0)
608
+
609
+ ## Improves Performance of Promo Code List Generation
610
+
611
+ Implements a unique index, allowing the removal of n+1 queries to check if a code exists.
612
+
613
+ ### Issues
614
+
615
+ - [ECOMMERCE-5390](https://jira.tools.weblinc.com/browse/ECOMMERCE-5390)
616
+
617
+ ### Pull Requests
618
+
619
+ - [2909](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2909/overview)
620
+
621
+ ### Commits
622
+
623
+ - [f5afc98c588933fc3e8a97079d50aea3f17720c6](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/f5afc98c588933fc3e8a97079d50aea3f17720c6)
624
+ - [f015edd945c4b794eb40971bff37813c57b74f39](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/f015edd945c4b794eb40971bff37813c57b74f39)
625
+
626
+ ## Moves Order Locking to Redis
627
+
628
+ Moves order locking persistence to Redis (from MongoDB) to improve performance.
629
+
630
+ - Adds Core model `Lock`
631
+ - Adds Core model mixin `Lockable`
632
+ - Modifies Core model `Order`
633
+ - Modifies Storefront controller `CheckoutsController`
634
+ - Adds config `Workarea.config.default_lock_expiration`
635
+ - Deprecates config `Workarea.config.order_lock_period`
636
+
637
+ ### Issues
638
+
639
+ - [ECOMMERCE-5361](https://jira.tools.weblinc.com/browse/ECOMMERCE-5361)
640
+
641
+ ### Pull Requests
642
+
643
+ - [2887](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2887/overview)
644
+
645
+ ### Commits
646
+
647
+ - [b2d6514f17d3f24fdb406ec4a45322ad79d1cd52](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/b2d6514f17d3f24fdb406ec4a45322ad79d1cd52)
648
+ - [d5ea0727dd461135eb31a7151cc34e0f56270ef3](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/d5ea0727dd461135eb31a7151cc34e0f56270ef3)
649
+
650
+ ## Improves Performance of Processing Product Recommendations
651
+
652
+ Modifies the workers that process product recommendations, increasing the number of documents loaded per query. Also makes these values configurable.
653
+
654
+ ### Issues
655
+
656
+ - [ECOMMERCE-5642](https://jira.tools.weblinc.com/browse/ECOMMERCE-5642)
657
+
658
+ ### Pull Requests
659
+
660
+ - [3075](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3075/overview)
661
+
662
+ ### Commits
663
+
664
+ - [2e51a235426b7d616839e67dc6c988f4b0d3abb2](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/2e51a235426b7d616839e67dc6c988f4b0d3abb2)
665
+ - [6cce2861b080defa4ff4bffa7a871882067d419f](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/6cce2861b080defa4ff4bffa7a871882067d419f)
666
+
667
+ ## Adds Performance Tests
668
+
669
+ Adds performance tests, which measure the performance of particular platform features and fail when performance drops beyond a given threshold after changes are made. These tests, currently for use by the base platform only, can identify platform changes that negatively impact performance (so they can be rolled back or improved). A future release of the platform will provide this feature for use by applications.
670
+
671
+ ### Issues
672
+
673
+ - [ECOMMERCE-5414](https://jira.tools.weblinc.com/browse/ECOMMERCE-5414)
674
+ - [ECOMMERCE-5589](https://jira.tools.weblinc.com/browse/ECOMMERCE-5589)
675
+
676
+ ### Pull Requests
677
+
678
+ - [2934](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2934/overview)
679
+ - [3031](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3031/overview)
680
+ - [3087](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3087/overview)
681
+
682
+ ### Commits
683
+
684
+ - [6717394f18caee47c1952dcebe7b3456bb10b2d5](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/6717394f18caee47c1952dcebe7b3456bb10b2d5)
685
+ - [c4becbad175f835f99f5d7a0960a00f2e80549d4](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/c4becbad175f835f99f5d7a0960a00f2e80549d4)
686
+ - [248e5843f4d0633bdb979384397d5be218f07b61](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/248e5843f4d0633bdb979384397d5be218f07b61)
687
+ - [2261c45b65496ebb96ddee61c70eb86633469103](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/2261c45b65496ebb96ddee61c70eb86633469103)
688
+ - [b3b06667e2a1ff5bdfb125828d093f0e9637c809](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/b3b06667e2a1ff5bdfb125828d093f0e9637c809)
689
+ - [882de0228341e4c107c1e2ffe9cae2a018c4b453](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/882de0228341e4c107c1e2ffe9cae2a018c4b453)
690
+
691
+ ## Adds Support for Returns & OMS Features
692
+
693
+ Applies various improvements to support the Returns and OMS plugins.
694
+
695
+ - Modifies Core model `Payment::Capture`
696
+ - Modifies Core model `Payment::Processing`
697
+ - Modifies Core model `Payment::Refund`
698
+ - Modifies Core model `Payment::Tender`
699
+ - Modifies Core model `Payment::Transaction`
700
+ - Modifies Core model `BulkAction`
701
+ - Adds Storefront controller mixin `OrderLookup`
702
+ - Modifies Storefront controller `OrdersController`
703
+ - Modifies Storefront routes
704
+ - Adds append points to Storefront
705
+ - Adds library `BogusCarrier` (Active Shipping carrier) for testing
706
+ - Extends external library `GlobalID` to add Mongoid support
707
+
708
+ ### Issues
709
+
710
+ - [ECOMMERCE-5407](https://jira.tools.weblinc.com/browse/ECOMMERCE-5407)
711
+ - [ECOMMERCE-5408](https://jira.tools.weblinc.com/browse/ECOMMERCE-5408)
712
+ - [ECOMMERCE-5200](https://jira.tools.weblinc.com/browse/ECOMMERCE-5200)
713
+ - [ECOMMERCE-5409](https://jira.tools.weblinc.com/browse/ECOMMERCE-5409)
714
+ - [ECOMMERCE-5410](https://jira.tools.weblinc.com/browse/ECOMMERCE-5410)
715
+ - [ECOMMERCE-5546](https://jira.tools.weblinc.com/browse/ECOMMERCE-5546)
716
+
717
+ ### Pull Requests
718
+
719
+ - [2908](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2908/overview)
720
+ - [2966](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2966/overview)
721
+ - [3016](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3016/overview)
722
+ - [2944](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2944/overview)
723
+
724
+ ### Commits
725
+
726
+ - [9cf41a07b2c90eaef3b5bbdc09c2a2ad7de354de](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/9cf41a07b2c90eaef3b5bbdc09c2a2ad7de354de)
727
+ - [f528df9d7f2d6da747b254c7b5dafcb79690d1bc](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/f528df9d7f2d6da747b254c7b5dafcb79690d1bc)
728
+ - [30f60c763529ff452bb00e8ebf519c053934352a](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/30f60c763529ff452bb00e8ebf519c053934352a)
729
+ - [4ec8efe5f77d6dbe1fcf4a168a2f97b493c8dc84](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/4ec8efe5f77d6dbe1fcf4a168a2f97b493c8dc84)
730
+ - [dd88d11364e8570182704b83505b3d5b3136e903](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/dd88d11364e8570182704b83505b3d5b3136e903)
731
+ - [03519660062ac023e04c3d7fac5621606a07d40c](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/03519660062ac023e04c3d7fac5621606a07d40c)
732
+ - [e8b8eb8e74da51a96419ffd3836ec1341651e273](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/e8b8eb8e74da51a96419ffd3836ec1341651e273)
733
+ - [1e5342528125f7dd0260d17698f077f9c9d406b1](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/1e5342528125f7dd0260d17698f077f9c9d406b1)
734
+ - [3e89e881221a50876847a53d12d3c60a86ac9231](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/3e89e881221a50876847a53d12d3c60a86ac9231)
735
+ - [f540f11dca670a5edd49cdf527dc7635c9694181](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/f540f11dca670a5edd49cdf527dc7635c9694181)
736
+ - [fb6575edcb089c547a58921a1a1fedaeb96f522d](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/fb6575edcb089c547a58921a1a1fedaeb96f522d)
737
+ - [e216e26ca758047918fd4e8b82fb0d1f85e59572](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/e216e26ca758047918fd4e8b82fb0d1f85e59572)
738
+ - [348a9db2c8a80e8a763b8f297dd2fe92bbb954d2](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/348a9db2c8a80e8a763b8f297dd2fe92bbb954d2)
739
+ - [97d7d715eb36aaa07b219ef33f2faa00cc23d95a](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/97d7d715eb36aaa07b219ef33f2faa00cc23d95a)
740
+
741
+ ## Adds Inventory Restocking
742
+
743
+ Adds Core APIs within the `Inventory` module to allow restocking of inventory. This change is added primarily to support the OMS plugin.
744
+
745
+ ### Issues
746
+
747
+ - [ECOMMERCE-5249](https://jira.tools.weblinc.com/browse/ECOMMERCE-5249)
748
+
749
+ ### Pull Requests
750
+
751
+ - [2806](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2806/overview)
752
+
753
+ ### Commits
754
+
755
+ - [5e6518bf083414b8e18f4f54e3f61bfc8493acc6](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/5e6518bf083414b8e18f4f54e3f61bfc8493acc6)
756
+ - [f42dbb9dae33c719df0175f1f488e5868da73a0e](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/f42dbb9dae33c719df0175f1f488e5868da73a0e)
757
+
758
+ ## Adds Low Inventory Alerts in Admin
759
+
760
+ Improves visibility of low inventory in Admin.
761
+
762
+ - Adds alert to Admin and Admin toolbar
763
+ - Adds section to Admin status report email
764
+ - Adds sort to inventory skus
765
+
766
+ ### Issues
767
+
768
+ - [ECOMMERCE-5450](https://jira.tools.weblinc.com/browse/ECOMMERCE-5450)
769
+ - [ECOMMERCE-5442](https://jira.tools.weblinc.com/browse/ECOMMERCE-5442)
770
+ - [ECOMMERCE-5536](https://jira.tools.weblinc.com/browse/ECOMMERCE-5536)
771
+
772
+ ### Pull Requests
773
+
774
+ - [2935](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2935/overview)
775
+ - [3004](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3004/overview)
776
+
777
+ ### Commits
778
+
779
+ - [b4cb46f5d6fe05b6503ae863fbfb9b0628bb2779](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/b4cb46f5d6fe05b6503ae863fbfb9b0628bb2779)
780
+ - [c9736ad9e98ee3076e8e8369eed14c82185bcd6c](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/c9736ad9e98ee3076e8e8369eed14c82185bcd6c)
781
+ - [be96ba0cefbbdb2f1d4d0fb4422fa18a93223212](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/be96ba0cefbbdb2f1d4d0fb4422fa18a93223212)
782
+ - [331c55e869a9b5dd8296c348729febbbcc115a16](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/331c55e869a9b5dd8296c348729febbbcc115a16)
783
+
784
+ ## Adds Payment Status for Orders Without Tenders
785
+
786
+ Adds a `NotApplicable` `Payment::Status` for use with orders that do not require tenders.
787
+
788
+ ### Issues
789
+
790
+ - [ECOMMERCE-5222](https://jira.tools.weblinc.com/browse/ECOMMERCE-5222)
791
+
792
+ ### Pull Requests
793
+
794
+ - [2788](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2788/overview)
795
+
796
+ ### Commits
797
+
798
+ - [27f0fc58679cb6127e059233c76f31f6b68361c6](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/27f0fc58679cb6127e059233c76f31f6b68361c6)
799
+ - [aff0b335a21115df0ab675b1f29d74ef886a83e0](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/aff0b335a21115df0ab675b1f29d74ef886a83e0)
800
+
801
+ ## Removes Deprecated Storefront Search Auto Filter Middleware
802
+
803
+ Removes from Workarea Core the file _app/queries/workarea/search/storefront\_search/auto\_filter.rb_, which defines `Workarea::Search::StorefrontSearch::AutoFilter`. This search middleware was deprecated in Workarea 3.1.
804
+
805
+ ### Pull Requests
806
+
807
+ - [3043](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3043/overview)
808
+
809
+ ### Commits
810
+
811
+ - [f66088711a905a91ff1f7b5ef3723ccaf4bc9ffa](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/f66088711a905a91ff1f7b5ef3723ccaf4bc9ffa)
812
+ - [7475855f31daa6746fefc6fb64999aed2f69796f](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/7475855f31daa6746fefc6fb64999aed2f69796f)
813
+
814
+ ## Removes Deprecated Order-Fulfillment Status
815
+
816
+ Removes `OrderFulfillmentStatus` and similar logic within `Admin::OrderViewModel`, since the concept of combined order-fulfillment status was removed in Workarea 3.1.
817
+
818
+ ### Pull Requests
819
+
820
+ - [3042](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3042/overview)
821
+ - [3043](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3043/overview)
822
+
823
+ ### Commits
824
+
825
+ - [db1a9da4bd71fa536c46d8cf4609f4c8ab059256](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/db1a9da4bd71fa536c46d8cf4609f4c8ab059256)
826
+ - [8a5c5a449ff56731144dca629d05eba1ad174dbb](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/8a5c5a449ff56731144dca629d05eba1ad174dbb)
827
+ - [f66088711a905a91ff1f7b5ef3723ccaf4bc9ffa](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/f66088711a905a91ff1f7b5ef3723ccaf4bc9ffa)
828
+ - [7475855f31daa6746fefc6fb64999aed2f69796f](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/7475855f31daa6746fefc6fb64999aed2f69796f)
829
+
830
+ ## Improves Admin to Support Fulfillment Dashboard
831
+
832
+ Adds append points, sorts, and configuration to support the order fulfillment dashboard in the OMS plugin.
833
+
834
+ ### Issues
835
+
836
+ - [ECOMMERCE-5585](https://jira.tools.weblinc.com/browse/ECOMMERCE-5585)
837
+
838
+ ### Pull Requests
839
+
840
+ - [3023](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3023/overview)
841
+ - [3030](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3030/overview)
842
+
843
+ ### Commits
844
+
845
+ - [52be2b36f42e8c257cf51b9dc4b48e84d550c558](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/52be2b36f42e8c257cf51b9dc4b48e84d550c558)
846
+ - [5f44b81b8576624815bc0b541dfa26965ffdde7d](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/5f44b81b8576624815bc0b541dfa26965ffdde7d)
847
+ - [01982148b8fbd003e6ed282458a0abc6ab9ddafa](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/01982148b8fbd003e6ed282458a0abc6ab9ddafa)
848
+ - [e1bd2a82f8f0bd7c93386e4a472d5b42596e2a16](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/e1bd2a82f8f0bd7c93386e4a472d5b42596e2a16)
849
+
850
+ ## Ensures Jobs to Publish & Undo Releases aren't Dropped
851
+
852
+ Adds the worker `Workarea::VerifyScheduledReleases`, which runs on a schedule and inspects the Sidekiq queue to ensure all jobs for publishing and undoing releases are present. If any are found missing, the worker adds the missing jobs to the queue.
853
+
854
+ ### Issues
855
+
856
+ - [ECOMMERCE-5419](https://jira.tools.weblinc.com/browse/ECOMMERCE-5419)
857
+
858
+ ### Pull Requests
859
+
860
+ - [2917](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2917/overview)
861
+
862
+ ### Commits
863
+
864
+ - [5129befd9e76e22ffbb4ce6280ded72d488be9dc](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/5129befd9e76e22ffbb4ce6280ded72d488be9dc)
865
+ - [e285ebceb9d28bc342189e0dbc1af27f4b2bd931](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/e285ebceb9d28bc342189e0dbc1af27f4b2bd931)
866
+
867
+ ## Ensures Saved Credit Cards are Stored on the Gateway
868
+
869
+ Modifies the Core payment models `SavedCreditCard` and `StoreCreditCard` to ensure saved credit cards are stored on the gateway.
870
+
871
+ ### Issues
872
+
873
+ - [ECOMMERCE-5339](https://jira.tools.weblinc.com/browse/ECOMMERCE-5339)
874
+
875
+ ### Pull Requests
876
+
877
+ - [2866](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2866/overview)
878
+
879
+ ### Commits
880
+
881
+ - [65ffc7a02fc3c3387a54e72182b0829d315cf45b](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/65ffc7a02fc3c3387a54e72182b0829d315cf45b)
882
+ - [2e1947d80dc268a682389ca0ce08ea5bbd4f3b51](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/2e1947d80dc268a682389ca0ce08ea5bbd4f3b51)
883
+ - [7a549679620827ad1944ad74903e25d3c4609400](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/7a549679620827ad1944ad74903e25d3c4609400)
884
+
885
+ ## Adds Logic for Saving a Credit Card as the Default Card
886
+
887
+ Modifies the `SaveUserOrderDetails` worker to set the credit card being saved as the default credit card if there are no existing cards saved on the payment profile. The increases the likelihood a user has a default card, which is particularly useful for subscriptions.
888
+
889
+ ### Issues
890
+
891
+ - [ECOMMERCE-5393](https://jira.tools.weblinc.com/browse/ECOMMERCE-5393)
892
+
893
+ ### Pull Requests
894
+
895
+ - [2903](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2903/overview)
896
+
897
+ ### Commits
898
+
899
+ - [afc91de2583e7ad22a0d790e64b7caef624b31b1](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/afc91de2583e7ad22a0d790e64b7caef624b31b1)
900
+ - [4439b0770b1e04054a7ab324813ded7db40dee41](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/4439b0770b1e04054a7ab324813ded7db40dee41)
901
+
902
+ ## Improves Style Guides
903
+
904
+ Improves navigation and overall presentation of Admin and Storefront style guides.
905
+
906
+ ### Issues
907
+
908
+ - [ECOMMERCE-4603](https://jira.tools.weblinc.com/browse/ECOMMERCE-4603)
909
+ - [ECOMMERCE-5474](https://jira.tools.weblinc.com/browse/ECOMMERCE-5474)
910
+ - [ECOMMERCE-5600](https://jira.tools.weblinc.com/browse/ECOMMERCE-5600)
911
+
912
+ ### Pull Requests
913
+
914
+ - [2929](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2929/overview)
915
+ - [3024](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3024/overview)
916
+ - [3039](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3039/overview)
917
+
918
+ ### Commits
919
+
920
+ - [dcb342e07fca86895fb4503a613c702cc65ff29a](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/dcb342e07fca86895fb4503a613c702cc65ff29a)
921
+ - [2c0d585d9572eaf1442c1363afde7a267ba0bc80](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/2c0d585d9572eaf1442c1363afde7a267ba0bc80)
922
+ - [bbf21dcbabfef91f147595ddbadcbdedbf49ce49](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/bbf21dcbabfef91f147595ddbadcbdedbf49ce49)
923
+ - [19a43ddc9c2cb0dc94098ffc3e67c056a7d4d5d6](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/19a43ddc9c2cb0dc94098ffc3e67c056a7d4d5d6)
924
+ - [381a9aa13c967fd6bd9211fd4cd48f9da96fb70c](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/381a9aa13c967fd6bd9211fd4cd48f9da96fb70c)
925
+ - [b792395a7560804e64b583ea4a8f55dbdfc796de](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/b792395a7560804e64b583ea4a8f55dbdfc796de)
926
+ - [bf485be5f05909ca4d651de1591447f5cc765c1b](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/bf485be5f05909ca4d651de1591447f5cc765c1b)
927
+ - [e53f959abbae40d127da9a7b1992d7060a7eb44c](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/e53f959abbae40d127da9a7b1992d7060a7eb44c)
928
+
929
+ ## Improves Closing of Storefront Mobile Navigation
930
+
931
+ Modifies the Storefront mobile navigation to close when a user clicks outside the component.
932
+
933
+ ### Issues
934
+
935
+ - [ECOMMERCE-5587](https://jira.tools.weblinc.com/browse/ECOMMERCE-5587)
936
+
937
+ ### Pull Requests
938
+
939
+ - [3063](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3063/overview)
940
+
941
+ ### Commits
942
+
943
+ - [4d86aa0455076afc6560978661e2aca5a84d8935](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/4d86aa0455076afc6560978661e2aca5a84d8935)
944
+ - [8c547867cf99223526f09c72f288de7cbceb5d80](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/8c547867cf99223526f09c72f288de7cbceb5d80)
945
+ - [82eb1c8252afc756715c8f424760bd6481b9011d](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/82eb1c8252afc756715c8f424760bd6481b9011d)
946
+ - [67eddf43e8a31d359de682f16e44540189730e37](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/67eddf43e8a31d359de682f16e44540189730e37)
947
+
948
+ ## Adds Fieldset Renaming to Content Block DSL
949
+
950
+ Adds to the content block DSL the ability to change the name of a fieldset within an existing block type.
951
+
952
+ ### Issues
953
+
954
+ - [ECOMMERCE-5624](https://jira.tools.weblinc.com/browse/ECOMMERCE-5624)
955
+
956
+ ### Pull Requests
957
+
958
+ - [3067](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3067/overview)
959
+
960
+ ### Commits
961
+
962
+ - [7ef9898e1aa66db54a604ba5f2be147b14ae4c46](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/7ef9898e1aa66db54a604ba5f2be147b14ae4c46)
963
+ - [295e8343f39f210cbd906f4dca345e0ce46119e0](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/295e8343f39f210cbd906f4dca345e0ce46119e0)
964
+
965
+ ## Fixes Rails Generators for Plugins
966
+
967
+ Modifies the plugin template to fix Rails generators for new plugins. Existing plugins can apply this change manually to fix generators if desired.
968
+
969
+ ### Issues
970
+
971
+ - [ECOMMERCE-5343](https://jira.tools.weblinc.com/browse/ECOMMERCE-5343)
972
+
973
+ ### Pull Requests
974
+
975
+ - [3069](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3069/overview)
976
+
977
+ ### Commits
978
+
979
+ - [d0a073b59672eb5a0d121da8e006d92f2d5f73e6](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/d0a073b59672eb5a0d121da8e006d92f2d5f73e6)
980
+ - [cf7fa520242abf0fd8c004cdd78bac7b8c601f29](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/cf7fa520242abf0fd8c004cdd78bac7b8c601f29)
981
+
982
+ ## Improves Performance & Security of Pages with External Links
983
+
984
+ Adds a `rel="noopener"` attribute to all links that open in a new window. This is a [recommendation from Google](https://developers.google.com/web/tools/lighthouse/audits/noopener) that improves performance and security.
985
+
986
+ ### Issues
987
+
988
+ - [ECOMMERCE-5116](https://jira.tools.weblinc.com/browse/ECOMMERCE-5116)
989
+
990
+ ### Pull Requests
991
+
992
+ - [2808](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2808/overview)
993
+
994
+ ### Commits
995
+
996
+ - [4cd4782e8d4910c28b61f196dfbf8dbc46234239](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/4cd4782e8d4910c28b61f196dfbf8dbc46234239)
997
+ - [f9935ab15a301ffaf6dce1546c615e2b23549e9c](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/f9935ab15a301ffaf6dce1546c615e2b23549e9c)
998
+
999
+ ## Adds Tracking & Display of Order “Source”
1000
+
1001
+ Adds a field on `Order` to save the “source” of a placed order. For example, the Storefront checkout sets the value to `'admin'` when the current user is an administrator, or `'storefront'` otherwise. The Admin displays this value for each order. Other user interfaces may set this field to other values as relevant.
1002
+
1003
+ ### Issues
1004
+
1005
+ - [ECOMMERCE-5198](https://jira.tools.weblinc.com/browse/ECOMMERCE-5198)
1006
+
1007
+ ### Pull Requests
1008
+
1009
+ - [2775](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2775/overview)
1010
+
1011
+ ### Commits
1012
+
1013
+ - [d872a2d62c0d12fcafde7a2494962fc7b7286af6](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/d872a2d62c0d12fcafde7a2494962fc7b7286af6)
1014
+ - [57bbe3188875c22be57654a36cf4a72aede339b4](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/57bbe3188875c22be57654a36cf4a72aede339b4)
1015
+
1016
+ ## Adds Async Release Creation
1017
+
1018
+ Allows administrators to create a new release asynchronously when choosing which release to publish changes with.
1019
+
1020
+ - Modifies `WORKAREA.publishWithReleaseMenus` JavaScript module
1021
+ - Adds `.property--no-margin` component modifier
1022
+
1023
+ ### Issues
1024
+
1025
+ - [ECOMMERCE-5202](https://jira.tools.weblinc.com/browse/ECOMMERCE-5202)
1026
+
1027
+ ### Pull Requests
1028
+
1029
+ - [2833](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2833/overview)
1030
+ - [2846](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2846/overview)
1031
+ - [2865](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2865/overview)
1032
+
1033
+ ### Commits
1034
+
1035
+ - [0e7123f34889b765b6c57f923cb54ebe9c8730bd](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/0e7123f34889b765b6c57f923cb54ebe9c8730bd)
1036
+ - [eb39f48c442ee429cd83e580c8f4fc7b170bfe34](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/eb39f48c442ee429cd83e580c8f4fc7b170bfe34)
1037
+ - [30e7b019eb10eca95c3b3abefa97b6a1776adb8d](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/30e7b019eb10eca95c3b3abefa97b6a1776adb8d)
1038
+ - [167d1ebdaaef202f46e378ef3d54197c980c2afa](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/167d1ebdaaef202f46e378ef3d54197c980c2afa)
1039
+ - [b2a32366c46f61c4ca79bd14401704ea06a6ba12](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/b2a32366c46f61c4ca79bd14401704ea06a6ba12)
1040
+ - [dcb87474f6c9161d822a6b6c8cc89df037ce2041](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/dcb87474f6c9161d822a6b6c8cc89df037ce2041)
1041
+ - [4686139a9770de00eb4eb9cb988da64b77a3f98b](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/4686139a9770de00eb4eb9cb988da64b77a3f98b)
1042
+
1043
+ ## Adds Administration of Product Default Category
1044
+
1045
+ Allows administrators to set the default category for each product manually. Also displays the default category for each product in the Admin.
1046
+
1047
+ - Adds `default_category_id` field to `Catalog::Product`
1048
+ - Modifies the `Workarea::Categorization` query to use the above field when present
1049
+ - Modifies `Admin::ProductViewModel` to present the default category within the Admin
1050
+
1051
+ ### Issues
1052
+
1053
+ - [ECOMMERCE-5360](https://jira.tools.weblinc.com/browse/ECOMMERCE-5360)
1054
+
1055
+ ### Pull Requests
1056
+
1057
+ - [2878](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2878/overview)
1058
+ - [2921](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2921/overview)
1059
+
1060
+ ### Commits
1061
+
1062
+ - [462688f0e6f8323868863fb0d7b0a6793b7d0195](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/462688f0e6f8323868863fb0d7b0a6793b7d0195)
1063
+ - [5f1b06f2e6bd77de337fd0bd4c488f4f0a07e0ef](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/5f1b06f2e6bd77de337fd0bd4c488f4f0a07e0ef)
1064
+ - [dc9c6ffa07841305a2576159805e57aa575b24c1](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/dc9c6ffa07841305a2576159805e57aa575b24c1)
1065
+ - [1febee7412ad273d8f40a7799807c6b53b3a004b](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/1febee7412ad273d8f40a7799807c6b53b3a004b)
1066
+
1067
+ ## Enforces Unique DOM IDs in the Admin
1068
+
1069
+ Adds a JavaScript module to enforce unique DOM IDs in the Admin in Test and Development environments. This change was applied to the Storefront in Workarea 3.1.
1070
+
1071
+ If this change is burdensome for your application, remove the following line from your Admin JavaScript manifest:
1072
+
1073
+ ```
1074
+ require_asset 'workarea/core/modules/duplicate_id'
1075
+ ```
1076
+
1077
+ ### Issues
1078
+
1079
+ - [ECOMMERCE-5347](https://jira.tools.weblinc.com/browse/ECOMMERCE-5347)
1080
+
1081
+ ### Pull Requests
1082
+
1083
+ - [2890](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2890/overview)
1084
+
1085
+ ### Commits
1086
+
1087
+ - [4c528f4346b1cc8eaf2c8f8c93d914332005608b](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/4c528f4346b1cc8eaf2c8f8c93d914332005608b)
1088
+ - [f054823920fea5775eae6545c46d46762ad966b8](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/f054823920fea5775eae6545c46d46762ad966b8)
1089
+
1090
+ ## Adds Admin User Impersonation Indicator
1091
+
1092
+ Modifies Admin header to indicate when an administrator is impersonating another user.
1093
+
1094
+ ### Issues
1095
+
1096
+ - [ECOMMERCE-5436](https://jira.tools.weblinc.com/browse/ECOMMERCE-5436)
1097
+
1098
+ ### Pull Requests
1099
+
1100
+ - [2951](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2951/overview)
1101
+
1102
+ ### Commits
1103
+
1104
+ - [62ed27914d73ed9fd5faa24eb5b0edc46b71cb94](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/62ed27914d73ed9fd5faa24eb5b0edc46b71cb94)
1105
+ - [32811c7b33500470664bc1ba085ea948f3e01ec0](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/32811c7b33500470664bc1ba085ea948f3e01ec0)
1106
+
1107
+ ## Adds Convenience Methods to Remove Appends
1108
+
1109
+ Adds the following methods to the `Workarea::Plugin` module for removing appends within your application or plugin configuration code. These methods mirror the existing methods for adding appends.
1110
+
1111
+ - `remove_stylesheets`
1112
+ - `remove_javascripts`
1113
+ - `remove_partials`
1114
+
1115
+ ### Issues
1116
+
1117
+ - [ECOMMERCE-5094](https://jira.tools.weblinc.com/browse/ECOMMERCE-5094)
1118
+
1119
+ ### Pull Requests
1120
+
1121
+ - [2942](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2942/overview)
1122
+
1123
+ ### Commits
1124
+
1125
+ - [ff54ae3c39a4950b16e12335a9a7285e50224f0b](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/ff54ae3c39a4950b16e12335a9a7285e50224f0b)
1126
+ - [be0b38021e1ec67d8b2013cf65987851a9d21c0d](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/be0b38021e1ec67d8b2013cf65987851a9d21c0d)
1127
+ - [89cbf662063764ed33da748ce8e80346e72e7829](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/89cbf662063764ed33da748ce8e80346e72e7829)
1128
+
1129
+ ## Extracts Changelog Task to Core Library
1130
+
1131
+ Extracts the changelog Rake task to the Core library so it can be used by plugins and does not need to be duplicated.
1132
+
1133
+ ### Issues
1134
+
1135
+ - [ECOMMERCE-5354](https://jira.tools.weblinc.com/browse/ECOMMERCE-5354)
1136
+
1137
+ ### Pull Requests
1138
+
1139
+ - [2904](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2904/overview)
1140
+
1141
+ ### Commits
1142
+
1143
+ - [83674d520fa7a3d0656deff93a106e81c4c6a480](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/83674d520fa7a3d0656deff93a106e81c4c6a480)
1144
+ - [383858a0ae39096ac66d7b7e85413728c4843ece](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/383858a0ae39096ac66d7b7e85413728c4843ece)
1145
+ - [49b5a209232b04ac0c2c001169fdd62dcab9acc7](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/49b5a209232b04ac0c2c001169fdd62dcab9acc7)
1146
+
1147
+ ## Adds Per-Plugin Test Runners
1148
+
1149
+ Adds an additional test runner for each installed plugin, enabling developers to easily run the tests from a particular plugin (including decorators in the application).
1150
+
1151
+ ### Issues
1152
+
1153
+ - [ECOMMERCE-5470](https://jira.tools.weblinc.com/browse/ECOMMERCE-5470)
1154
+
1155
+ ### Pull Requests
1156
+
1157
+ - [2943](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2943/overview)
1158
+ - [2948](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2948/overview)
1159
+
1160
+ ### Commits
1161
+
1162
+ - [23ae328fda7774f29ff639045e8ee9fa5bcde387](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/23ae328fda7774f29ff639045e8ee9fa5bcde387)
1163
+ - [005534725bb4c4675af2b1c8abebad2cf839fe65](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/005534725bb4c4675af2b1c8abebad2cf839fe65)
1164
+ - [05f269f80d2e1a657fab556bf0ab4fc7d2f2931e](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/05f269f80d2e1a657fab556bf0ab4fc7d2f2931e)
1165
+ - [14148a04e922c3731f78c9a8af7aa20ef30de827](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/14148a04e922c3731f78c9a8af7aa20ef30de827)
1166
+ - [b7dd440a6e2e267fb9796574d3e16edbc3edc6ef](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/b7dd440a6e2e267fb9796574d3e16edbc3edc6ef)
1167
+
1168
+ ## Updates Statuses within Order Seeds
1169
+
1170
+ Updates orders seeds to capture and ship some of the items to provide a greater variety of statuses in the Admin.
1171
+
1172
+ ### Issues
1173
+
1174
+ - [ECOMMERCE-5493](https://jira.tools.weblinc.com/browse/ECOMMERCE-5493)
1175
+
1176
+ ### Pull Requests
1177
+
1178
+ - [2970](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2970/overview)
1179
+ - [3015](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3015/overview)
1180
+
1181
+ ### Commits
1182
+
1183
+ - [f9fe9c63d2d89edfa42439d7bfeff12dfb213b4f](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/f9fe9c63d2d89edfa42439d7bfeff12dfb213b4f)
1184
+ - [c827047a6aea85c192d5399a236cf817b82b271b](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/c827047a6aea85c192d5399a236cf817b82b271b)
1185
+ - [cc9139261530bc33aa30ea7a040a76099a6bd9a7](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/cc9139261530bc33aa30ea7a040a76099a6bd9a7)
1186
+ - [3ad38f9102481d95fe808c1a51df5c3d3621eed6](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/3ad38f9102481d95fe808c1a51df5c3d3621eed6)
1187
+
1188
+ ## Adds Seed for “Internal Server Error”
1189
+
1190
+ Seeds a system content named “Internal Server Error” within _core/app/seeds/workarea/customer\_service\_pages\_seeds.rb_. This page will be used when responding with a 500 error.
1191
+
1192
+ ### Issues
1193
+
1194
+ - [ECOMMERCE-5519](https://jira.tools.weblinc.com/browse/ECOMMERCE-5519)
1195
+
1196
+ ### Pull Requests
1197
+
1198
+ - [2985](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2985/overview)
1199
+
1200
+ ### Commits
1201
+
1202
+ - [0557b02d71384af44d1c5eed1239db59b42e31c4](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/0557b02d71384af44d1c5eed1239db59b42e31c4)
1203
+ - [a2fac8c499ce6c8c64ee9d747a717b2d599c0326](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/a2fac8c499ce6c8c64ee9d747a717b2d599c0326)
1204
+
1205
+ ## Fixes `create_placed_order` Factory Failing Silently
1206
+
1207
+ Raises an exception when the `create_placed_order` factory fails to place the order. This change was requested to aid debugging.
1208
+
1209
+ ### Issues
1210
+
1211
+ - [ECOMMERCE-5308](https://jira.tools.weblinc.com/browse/ECOMMERCE-5308)
1212
+
1213
+ ### Pull Requests
1214
+
1215
+ - [2843](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2843/overview)
1216
+
1217
+ ### Commits
1218
+
1219
+ - [a35a8404c020d4aa171a5977959e4ea874d1b760](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/a35a8404c020d4aa171a5977959e4ea874d1b760)
1220
+ - [3fe9ab9dd27dd6c9fdda89935cf6d6421ba90cda](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/3fe9ab9dd27dd6c9fdda89935cf6d6421ba90cda)
1221
+
1222
+ ## Adds Configuration & Setup for Headless Browser Window Size
1223
+
1224
+ Adds setup to system tests that resets the headless browser width and height to configured values. This ensures a consistent starting size for all system tests. Adds `Workarea.config.capybara_browser_width` and `Workarea.config.capybara_browser_height` to configure these values.
1225
+
1226
+ ### Commits
1227
+
1228
+ - [3149cbb5844ec39ccb3c10854dc51ed969f80fe8](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/3149cbb5844ec39ccb3c10854dc51ed969f80fe8)
1229
+
1230
+ ## Improves Dialog Module to Allow Chaining
1231
+
1232
+ Updates `WORKAREA.dialog.create()` within the Storefront to return the jQuery collection representing the dialog. This change allows chaining.
1233
+
1234
+ ### Issues
1235
+
1236
+ - [ECOMMERCE-5247](https://jira.tools.weblinc.com/browse/ECOMMERCE-5247)
1237
+
1238
+ ### Pull Requests
1239
+
1240
+ - [2823](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2823/overview)
1241
+
1242
+ ### Commits
1243
+
1244
+ - [8e1e5b902c81d2d730f085cb6b1e0503bfe8f431](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/8e1e5b902c81d2d730f085cb6b1e0503bfe8f431)
1245
+ - [ae93492de8612e9a7de8c00b45eb39d077bb7889](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/ae93492de8612e9a7de8c00b45eb39d077bb7889)
1246
+
1247
+ ## Adds Payment Processing Model Index
1248
+
1249
+ Adds a MongoDB index for the payment on payment processing models. This change supports queries performed in plugins.
1250
+
1251
+ ### Issues
1252
+
1253
+ - [OMS-80](https://jira.tools.weblinc.com/browse/OMS-80)
1254
+
1255
+ ### Commits
1256
+
1257
+ - [5c8d9e4330287e8995b109c3dbc0124e01b54144](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/5c8d9e4330287e8995b109c3dbc0124e01b54144)
1258
+
1259
+ ## Adds Client-Side Validation of Phone Number Format
1260
+
1261
+ Adds client-side validation to the phone number field within Storefront address forms to ensure only digits and dashes are used.
1262
+
1263
+ ### Issues
1264
+
1265
+ - [ECOMMERCE-4965](https://jira.tools.weblinc.com/browse/ECOMMERCE-4965)
1266
+
1267
+ ### Pull Requests
1268
+
1269
+ - [3049](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3049/overview)
1270
+
1271
+ ### Commits
1272
+
1273
+ - [11c068f0255b4d9e89b280ba5dbf545021683b2a](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/11c068f0255b4d9e89b280ba5dbf545021683b2a)
1274
+ - [1a8aa0c8a946b2dbf8e28a2af834f529ddc6b64e](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/1a8aa0c8a946b2dbf8e28a2af834f529ddc6b64e)
1275
+ - [6dbc2e13f7c5611ad9354749ea341f41c1e83f68](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/6dbc2e13f7c5611ad9354749ea341f41c1e83f68)
1276
+
1277
+ ## Adds Email to Order Confirmation
1278
+
1279
+ Updates the Storefront order confirmation page to notify the customer a confirmation email was sent to their email address. This reassures customers and helps resolve issues with email typos.
1280
+
1281
+ ### Issues
1282
+
1283
+ - [ECOMMERCE-5042](https://jira.tools.weblinc.com/browse/ECOMMERCE-5042)
1284
+
1285
+ ### Pull Requests
1286
+
1287
+ - [3048](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3048/overview)
1288
+
1289
+ ### Commits
1290
+
1291
+ - [f47a4dcf6df86ea244158b2030fdc2938a46a99a](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/f47a4dcf6df86ea244158b2030fdc2938a46a99a)
1292
+ - [39848fab50667c54ba83954550ee547c8d877fea](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/39848fab50667c54ba83954550ee547c8d877fea)
1293
+
1294
+ ## Improves “Disabled” State of Form Controls
1295
+
1296
+ Improves the default styling of the “disabled” state for form controls within the Admin and Storefront.
1297
+
1298
+ ### Issues
1299
+
1300
+ - [ECOMMERCE-5255](https://jira.tools.weblinc.com/browse/ECOMMERCE-5255)
1301
+ - [ECOMMERCE-5621](https://jira.tools.weblinc.com/browse/ECOMMERCE-5621)
1302
+ - [ECOMMERCE-5636](https://jira.tools.weblinc.com/browse/ECOMMERCE-5636)
1303
+
1304
+ ### Pull Requests
1305
+
1306
+ - [3050](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3050/overview)
1307
+ - [3058](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3058/overview)
1308
+
1309
+ ### Commits
1310
+
1311
+ - [ba20c30fabc085b184a0415fd5b40cb8407903c6](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/ba20c30fabc085b184a0415fd5b40cb8407903c6)
1312
+ - [4f4344eaf83da952ef1ec04f5fc6db45db067b55](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/4f4344eaf83da952ef1ec04f5fc6db45db067b55)
1313
+ - [39a4e4a3e2c1c5e52771de462a0c8c2809b6af93](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/39a4e4a3e2c1c5e52771de462a0c8c2809b6af93)
1314
+ - [1b5dfe1b981855535a585e611220d00220ab0a1c](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/1b5dfe1b981855535a585e611220d00220ab0a1c)
1315
+ - [4a0ab2a93be83ba8499c051a252e0cb259771e85](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/4a0ab2a93be83ba8499c051a252e0cb259771e85)
1316
+
1317
+ ## Improves Payment Icons to Allow Issuer-Specific Styling
1318
+
1319
+ Adds modifiers for card issuers to the _payment-icon_ components in the Admin and Storefront. This change allows targeting and styling the icon of a particular card issuer.
1320
+
1321
+ ### Issues
1322
+
1323
+ - [ECOMMERCE-5406](https://jira.tools.weblinc.com/browse/ECOMMERCE-5406)
1324
+ - [ECOMMERCE-5406](https://jira.tools.weblinc.com/browse/ECOMMERCE-5406)
1325
+
1326
+ ### Pull Requests
1327
+
1328
+ - [2905](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2905/overview)
1329
+ - [2910](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2910/overview)
1330
+
1331
+ ### Commits
1332
+
1333
+ - [d4afcaad71c13674d1fedf9e9dd5c9df5b67d53f](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/d4afcaad71c13674d1fedf9e9dd5c9df5b67d53f)
1334
+ - [6b09cdea94c07f77b7cc1dab54d814b87d7bdc97](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/6b09cdea94c07f77b7cc1dab54d814b87d7bdc97)
1335
+ - [97cf20ee109c78d301c0ce10ed98e33b94d5c24f](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/97cf20ee109c78d301c0ce10ed98e33b94d5c24f)
1336
+ - [02407f7d4f28dbc54ad52a9432717c948beef601](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/02407f7d4f28dbc54ad52a9432717c948beef601)
1337
+
1338
+ ## Improves Presentation of Checkout Layout for Medium Viewports
1339
+
1340
+ Modifies the grid within the Storefront checkout layout to improve the presentation for medium viewports.
1341
+
1342
+ ### Issues
1343
+
1344
+ - [ECOMMERCE-5535](https://jira.tools.weblinc.com/browse/ECOMMERCE-5535)
1345
+
1346
+ ### Pull Requests
1347
+
1348
+ - [3003](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3003/overview)
1349
+
1350
+ ### Commits
1351
+
1352
+ - [c37064f4dacde0955e107d77d50845e122ff4350](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/c37064f4dacde0955e107d77d50845e122ff4350)
1353
+ - [e8db5bbf833fe6d931e5b114d23408da7cd0471f](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/e8db5bbf833fe6d931e5b114d23408da7cd0471f)
1354
+
1355
+ ## Adds “Full” Text Box to Storefront
1356
+
1357
+ Adds a `.text-box--full` modifier in the Storefront.
1358
+
1359
+ ### Commits
1360
+
1361
+ - [23053d53b5206ed445f290c2aeffce2cccfc007b](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/23053d53b5206ed445f290c2aeffce2cccfc007b)
1362
+
1363
+ ## Adds Storefront Link within Admin
1364
+
1365
+ Adds a Storefront link within the Admin for convenient navigation between the two UIs.
1366
+
1367
+ ### Issues
1368
+
1369
+ - [ECOMMERCE-5596](https://jira.tools.weblinc.com/browse/ECOMMERCE-5596)
1370
+
1371
+ ### Commits
1372
+
1373
+ - [f7d7b1a05645cb788916db69f7d08de7fe282103](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/f7d7b1a05645cb788916db69f7d08de7fe282103)
1374
+
1375
+ ## Adds Helper in Admin for Product Bulk Action Options
1376
+
1377
+ Adds the `catalog_product_bulk_action_options` helper in the Admin, which cleans up the products index view in the Admin and allows for easier extension of product bulk action options.
1378
+
1379
+ ### Pull Requests
1380
+
1381
+ - [3042](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3042/overview)
1382
+
1383
+ ### Commits
1384
+
1385
+ - [db1a9da4bd71fa536c46d8cf4609f4c8ab059256](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/db1a9da4bd71fa536c46d8cf4609f4c8ab059256)
1386
+ - [8a5c5a449ff56731144dca629d05eba1ad174dbb](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/8a5c5a449ff56731144dca629d05eba1ad174dbb)
1387
+
1388
+ ## Improves Generation of IDs for Copied Products
1389
+
1390
+ Modifies the “copy product” workflow in the Admin to encourage unique IDs for copied products. The previous implementation generated IDs that were very similar and caused issues with Workarea recommendations.
1391
+
1392
+ ### Issues
1393
+
1394
+ - [ECOMMERCE-4855](https://jira.tools.weblinc.com/browse/ECOMMERCE-4855)
1395
+
1396
+ ### Pull Requests
1397
+
1398
+ - [3025](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3025/overview)
1399
+
1400
+ ### Commits
1401
+
1402
+ - [c53acfac4c11cf49bfada2e2efe0baa343cd5a63](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/c53acfac4c11cf49bfada2e2efe0baa343cd5a63)
1403
+ - [2f4b4cc4a3b673933c7176e435d2918d938aa464](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/2f4b4cc4a3b673933c7176e435d2918d938aa464)
1404
+
1405
+ ## Prevents Multiple Submissions of Image Upload Forms
1406
+
1407
+ Disables the buttons for adding product images and content assets in the Admin to prevent additional, unintentional form submissions.
1408
+
1409
+ ### Issues
1410
+
1411
+ - [ECOMMERCE-5187](https://jira.tools.weblinc.com/browse/ECOMMERCE-5187)
1412
+
1413
+ ### Pull Requests
1414
+
1415
+ - [2938](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2938/overview)
1416
+
1417
+ ### Commits
1418
+
1419
+ - [256437b4f8c8e42d412ab107c70abecb93679937](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/256437b4f8c8e42d412ab107c70abecb93679937)
1420
+ - [a287cdcb87be64d34dc8d5e8d76dbee9810636f5](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/a287cdcb87be64d34dc8d5e8d76dbee9810636f5)
1421
+
1422
+ ## Improves Presentation of the Current Release “Reminder”
1423
+
1424
+ Improves the UI that is shown to remind an admin they have a current release selected in the Admin. Updates the UI to more closely match the overall look and feel of the Admin.
1425
+
1426
+ ### Issues
1427
+
1428
+ - [ECOMMERCE-5423](https://jira.tools.weblinc.com/browse/ECOMMERCE-5423)
1429
+
1430
+ ### Pull Requests
1431
+
1432
+ - [2914](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2914/overview)
1433
+
1434
+ ### Commits
1435
+
1436
+ - [d787c63f80d1fea00279e5641f7588156882159b](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/d787c63f80d1fea00279e5641f7588156882159b)
1437
+ - [027d52327e49823453b2e3e9c53f9683d1d95016](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/027d52327e49823453b2e3e9c53f9683d1d95016)
1438
+
1439
+ ## Groups Categories within Product Admin
1440
+
1441
+ Improves the listing of categories on product Admin screens by grouping the categories by type (featured or rules-based).
1442
+
1443
+ ### Issues
1444
+
1445
+ - [ECOMMERCE-4449](https://jira.tools.weblinc.com/browse/ECOMMERCE-4449)
1446
+
1447
+ ### Pull Requests
1448
+
1449
+ - [3051](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3051/overview)
1450
+
1451
+ ### Commits
1452
+
1453
+ - [050354ea30c0626293e2a78fd769be1612d5487b](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/050354ea30c0626293e2a78fd769be1612d5487b)
1454
+ - [52d9189e9ed0ca8ab835d27640e35f796a125af5](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/52d9189e9ed0ca8ab835d27640e35f796a125af5)
1455
+
1456
+ ## Improves New Block Button in Admin
1457
+
1458
+ Improves display of `.new-block-button` component in Admin and adds related inline help text.
1459
+
1460
+ ### Issues
1461
+
1462
+ - [ECOMMERCE-5348](https://jira.tools.weblinc.com/browse/ECOMMERCE-5348)
1463
+
1464
+ ### Pull Requests
1465
+
1466
+ - [2945](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2945/overview)
1467
+
1468
+ ### Commits
1469
+
1470
+ - [2c04aa0c8b31dd849d2e0b4560e2d5f43b35b8dc](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/2c04aa0c8b31dd849d2e0b4560e2d5f43b35b8dc)
1471
+ - [035dfbc07601494e924085736d0e245c8f6d0ca9](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/035dfbc07601494e924085736d0e245c8f6d0ca9)
1472
+ - [25bc91cda25b7984c76e9d0f960f7d46b93abb53](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/25bc91cda25b7984c76e9d0f960f7d46b93abb53)
1473
+
1474
+ ## Adds Field to Refine Admin Searches
1475
+
1476
+ Adds a field to the Admin search results UI to refine the search terms.
1477
+
1478
+ ### Issues
1479
+
1480
+ - [ECOMMERCE-5157](https://jira.tools.weblinc.com/browse/ECOMMERCE-5157)
1481
+
1482
+ ### Commits
1483
+
1484
+ - [9a1fa5ec64272ccadf3083a12cdda0bc24dc1e73](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/9a1fa5ec64272ccadf3083a12cdda0bc24dc1e73)
1485
+
1486
+ ## Updates Display Order of Admin Order Items to Match Storefront
1487
+
1488
+ Updates the Admin order view model to display the order items “by newest”, which is how they are ordered in the Storefront.
1489
+
1490
+ ### Issues
1491
+
1492
+ - [ECOMMERCE-5262](https://jira.tools.weblinc.com/browse/ECOMMERCE-5262)
1493
+
1494
+ ### Pull Requests
1495
+
1496
+ - [2824](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2824/overview)
1497
+
1498
+ ### Commits
1499
+
1500
+ - [4cfb8ce8e229cba27233ea4c215a8a7857b94296](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/4cfb8ce8e229cba27233ea4c215a8a7857b94296)
1501
+ - [6e3709ee719e13ff8690058b38b549e6e97f086f](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/6e3709ee719e13ff8690058b38b549e6e97f086f)
1502
+
1503
+ ## Adds Tracking & Display of User “Created By”
1504
+
1505
+ Stores the ID of the creating user on the created user when a user is created through the Admin. Lists “Created By” in the user attributes Admin screens when the ID is present.
1506
+
1507
+ ### Issues
1508
+
1509
+ - [ECOMMERCE-4844](https://jira.tools.weblinc.com/browse/ECOMMERCE-4844)
1510
+
1511
+ ### Pull Requests
1512
+
1513
+ - [3053](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3053/overview)
1514
+
1515
+ ### Commits
1516
+
1517
+ - [194502a97b80a9e45decaa09875f7bc8c69cfb94](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/194502a97b80a9e45decaa09875f7bc8c69cfb94)
1518
+ - [a26110b9d5c42245e44adfa317bb3404538a1c31](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/a26110b9d5c42245e44adfa317bb3404538a1c31)
1519
+
1520
+ ## Adds Store Credit Field to “Create Customer” Workflow
1521
+
1522
+ Allows administrators to add store credit when creating a new customer account through the Admin.
1523
+
1524
+ ### Issues
1525
+
1526
+ - [ECOMMERCE-4843](https://jira.tools.weblinc.com/browse/ECOMMERCE-4843)
1527
+ - [ECOMMERCE-5652](https://jira.tools.weblinc.com/browse/ECOMMERCE-5652)
1528
+
1529
+ ### Pull Requests
1530
+
1531
+ - [3077](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3077/overview)
1532
+ - [3085](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3085/overview)
1533
+
1534
+ ### Commits
1535
+
1536
+ - [197f70e1242e0eb27d6c056ce8f6dd58a4a2fe2d](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/197f70e1242e0eb27d6c056ce8f6dd58a4a2fe2d)
1537
+ - [76d07413e4e66f8ae9c54c93335627a193330162](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/76d07413e4e66f8ae9c54c93335627a193330162)
1538
+ - [b3ac46b488bb26b66372c4668faa98e384c1844c](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/b3ac46b488bb26b66372c4668faa98e384c1844c)
1539
+ - [1fc45ee8d2db4ccb0b5851fc938659bc12b06825](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/1fc45ee8d2db4ccb0b5851fc938659bc12b06825)
1540
+
1541
+ ## Adds Featured Products Release Preview Warning Message
1542
+
1543
+ Adds a warning message to the featured products Admin screens when there is a current release, because featured products for a release do not show when previewing the release in the Storefront.
1544
+
1545
+ ### Issues
1546
+
1547
+ - [ECOMMERCE-5175](https://jira.tools.weblinc.com/browse/ECOMMERCE-5175)
1548
+
1549
+ ### Pull Requests
1550
+
1551
+ - [3065](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3065/overview)
1552
+
1553
+ ### Commits
1554
+
1555
+ - [5939bcc58625dc9be39517c230d1fb208d169acd](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/5939bcc58625dc9be39517c230d1fb208d169acd)
1556
+ - [18cbe1d516e49bf2546042927e0ba8fdab93b225](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/18cbe1d516e49bf2546042927e0ba8fdab93b225)
1557
+
1558
+ ## Improves Consistency of Admin Cards' “Empty” State
1559
+
1560
+ Updates several Admin partials to display an “empty” state consistent with other Admin cards.
1561
+
1562
+ ### Issues
1563
+
1564
+ - [ECOMMERCE-5259](https://jira.tools.weblinc.com/browse/ECOMMERCE-5259)
1565
+
1566
+ ### Pull Requests
1567
+
1568
+ - [2819](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2819/overview)
1569
+
1570
+ ### Commits
1571
+
1572
+ - [f9fc8c5711029fd492c8a2a8ccbbeb2d08ed7a65](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/f9fc8c5711029fd492c8a2a8ccbbeb2d08ed7a65)
1573
+ - [c559c07c7e88a1c365c24c4830d3d51becb3d7c1](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/c559c07c7e88a1c365c24c4830d3d51becb3d7c1)
1574
+
1575
+ ## Adds Confirmation to Delete Product Images
1576
+
1577
+ Adds a confirmation prompt to the delete action within the product images Admin index.
1578
+
1579
+ ### Issues
1580
+
1581
+ - [ECOMMERCE-5188](https://jira.tools.weblinc.com/browse/ECOMMERCE-5188)
1582
+
1583
+ ### Pull Requests
1584
+
1585
+ - [2969](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2969/overview)
1586
+
1587
+ ### Commits
1588
+
1589
+ - [ea45e2928707fe98139d8cf707f840aa7ec8171c](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/ea45e2928707fe98139d8cf707f840aa7ec8171c)
1590
+ - [3ad20665d96eeef20dac1445b2361fbd7f819d2f](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/3ad20665d96eeef20dac1445b2361fbd7f819d2f)
1591
+
1592
+ ## Fixes Display of Pricing within Admin Data Pairs
1593
+
1594
+ Modifies styling of table cells within Admin _data-pairs_ so that prices within these components are aligned as expected.
1595
+
1596
+ ### Issues
1597
+
1598
+ - [ECOMMERCE-5270](https://jira.tools.weblinc.com/browse/ECOMMERCE-5270)
1599
+
1600
+ ### Commits
1601
+
1602
+ - [54ae05c4146c92ab062eac9d14a7d9288c4b43a0](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/54ae05c4146c92ab062eac9d14a7d9288c4b43a0)
1603
+
1604
+ ## Fixes Bulk Action Exports Workflow Bar
1605
+
1606
+ Adds missing information to workflow bar for bulk action exports in the Admin.
1607
+
1608
+ ### Issues
1609
+
1610
+ - [ECOMMERCE-5264](https://jira.tools.weblinc.com/browse/ECOMMERCE-5264)
1611
+
1612
+ ### Pull Requests
1613
+
1614
+ - [3006](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3006/overview)
1615
+
1616
+ ### Commits
1617
+
1618
+ - [1efceddc1a488505c2d00c71c0cced0c726c36de](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/1efceddc1a488505c2d00c71c0cced0c726c36de)
1619
+ - [0356c79502deaf5184c684a65ec9d9738c8c1afc](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/0356c79502deaf5184c684a65ec9d9738c8c1afc)
1620
+
1621
+ ## Fixes Cursor Pointer Style for Links Within Admin Headers
1622
+
1623
+ Ensures all links within Admin _header_ components display with a “pointer” cursor style.
1624
+
1625
+ ### Issues
1626
+
1627
+ - [ECOMMERCE-5257](https://jira.tools.weblinc.com/browse/ECOMMERCE-5257)
1628
+
1629
+ ### Pull Requests
1630
+
1631
+ - [2816](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2816/overview)
1632
+
1633
+ ### Commits
1634
+
1635
+ - [ddf741ffc1118d1514b8f11d9da34c1d9f41c8c4](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/ddf741ffc1118d1514b8f11d9da34c1d9f41c8c4)
1636
+ - [318ad6be1ade382521ff115eb94e04e5efb306aa](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/318ad6be1ade382521ff115eb94e04e5efb306aa)
1637
+
1638
+ ## Adds Testing of Checkout Price Updating
1639
+
1640
+ Adds test assertions to cover the updating of pricing in checkout.
1641
+
1642
+ ### Issues
1643
+
1644
+ - [ECOMMERCE-5520](https://jira.tools.weblinc.com/browse/ECOMMERCE-5520)
1645
+
1646
+ ### Pull Requests
1647
+
1648
+ - [2987](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2987/overview)
1649
+
1650
+ ### Commits
1651
+
1652
+ - [29cc8b887994b51bbc8dd8d2bc6a0aabcbb6f364](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/29cc8b887994b51bbc8dd8d2bc6a0aabcbb6f364)
1653
+ - [d5b711dad9187a997ca07c2fa0bfce568a3a26e6](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/d5b711dad9187a997ca07c2fa0bfce568a3a26e6)
1654
+
1655
+ ## Removes Remaining References to Product Sharing
1656
+
1657
+ Removes vestigial references to product sharing, which was moved to a plugin in Workarea 3.0.
1658
+
1659
+ ### Issues
1660
+
1661
+ - [ECOMMERCE-5215](https://jira.tools.weblinc.com/browse/ECOMMERCE-5215)
1662
+
1663
+ ### Pull Requests
1664
+
1665
+ - [2964](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2964/overview)
1666
+
1667
+ ### Commits
1668
+
1669
+ - [2054a98f2ed433e74268290f691b07d4c3b2601d](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/2054a98f2ed433e74268290f691b07d4c3b2601d)
1670
+ - [6432da6400b2fe1e92bd6c01af46f43ea3d16bac](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/6432da6400b2fe1e92bd6c01af46f43ea3d16bac)
1671
+
1672
+ ## Adds Append Points
1673
+
1674
+ Adds many append points for platform extension. Other changes listed in these release notes may also include the addition of append points. The changes listed here exist primarily to add append points.
1675
+
1676
+ ### Issues
1677
+
1678
+ - [ECOMMERCE-5252](https://jira.tools.weblinc.com/browse/ECOMMERCE-5252)
1679
+ - [ECOMMERCE-5253](https://jira.tools.weblinc.com/browse/ECOMMERCE-5253)
1680
+ - [ECOMMERCE-5444](https://jira.tools.weblinc.com/browse/ECOMMERCE-5444)
1681
+
1682
+ ### Pull Requests
1683
+
1684
+ - [2817](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2817/overview)
1685
+ - [2899](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2899/overview)
1686
+ - [2936](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2936/overview)
1687
+ - [2937](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/2937/overview)
1688
+ - [3079](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3079/overview)
1689
+
1690
+ ### Commits
1691
+
1692
+ - [97a0145de54cdf60265fb532d615577bafa06e6d](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/97a0145de54cdf60265fb532d615577bafa06e6d)
1693
+ - [8ebda4919fdd3dfd8a927ae3f1ac8d96ae612190](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/8ebda4919fdd3dfd8a927ae3f1ac8d96ae612190)
1694
+ - [974a7c3d3bdd2c3ce0217c560a74d64af9846151](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/974a7c3d3bdd2c3ce0217c560a74d64af9846151)
1695
+ - [fa28023a77f8c589782ee9328e7c226fa7c52d5f](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/fa28023a77f8c589782ee9328e7c226fa7c52d5f)
1696
+ - [a09f036254f23e9e6da6f0eb80c8cb4f6b7d10b7](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/a09f036254f23e9e6da6f0eb80c8cb4f6b7d10b7)
1697
+ - [699545ccb2da519b4a07222c3deecb704e0db51a](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/699545ccb2da519b4a07222c3deecb704e0db51a)
1698
+ - [3b934b516a3d9d915a95ea737ad108d4b27f74bd](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/3b934b516a3d9d915a95ea737ad108d4b27f74bd)
1699
+ - [6c70a308a4e103315dacd78b7d0085366dbf07f3](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/6c70a308a4e103315dacd78b7d0085366dbf07f3)
1700
+ - [c5bac72c748204866c221331d292ed948a821e6e](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/c5bac72c748204866c221331d292ed948a821e6e)
1701
+ - [ccaae4d8688754303425e05ebe410e3489d6c596](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/ccaae4d8688754303425e05ebe410e3489d6c596)
1702
+ - [a13459d6adc8aa27fc607be3bfe44f611693f529](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/a13459d6adc8aa27fc607be3bfe44f611693f529)
1703
+ - [4967970ce80dab64fc945b601e9858dcd892aed0](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/4967970ce80dab64fc945b601e9858dcd892aed0)
1704
+ - [45930c48197b133defd9e896db76c8a8799085ff](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/45930c48197b133defd9e896db76c8a8799085ff)
1705
+