Skip to content

Latest commit

 

History

History
26 lines (25 loc) · 1.03 KB

2020-11-03-allow-price-fields-with-more-digits.md

File metadata and controls

26 lines (25 loc) · 1.03 KB
title issue author
Allow price fields with more digits
NEXT-8455
Timo Altholtmann

Administration

  • Changed the currency filter to display up to 20 fraction digits by default
  • Added new parameter additionalOptions to currency filter
  • Changed fields holding a price to support up to 20 digits
  • Added property allowEdit to sw-product-seo-form
  • Changed sw-price-field component to calculate the linked price on blur
  • Removed method onPriceGrossChangeDebounce from sw-price-field component
  • Removed method onPriceNetChangeDebounce from sw-price-field component
  • Removed constant utils from sw-price-field component

Upgrade Information

Currency filter

The default of the currency filter in the administration changed. It will now display by default 2 fraction digits and up to 20, if available.

Before

  • value is 15.123456 -> output is 15.12
  • value is 15.12345678913245 -> output is 15.12

After

  • value is 15.123456 -> output is 15.123456
  • value is 15.12345678913245 -> output is 15.12345678913245