@bikematrix/web-components 1.2.6 → 1.3.2

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.
package/README.md CHANGED
@@ -347,6 +347,7 @@ The list of available Categories is:
347
347
  | `collectionUrl` | string | "" | URL for the current collection |
348
348
  | `compatiblityListCurrentPage` | number | 0 | Current page in compatibility list |
349
349
  | `showCompatibleList` | boolean | true | Whether to show compatibility list |
350
+ | `delayCompatibleListInitialization` | boolean | false | If true, the compatible list loading will continue until RefreshCompatibleListSkus is called |
350
351
 
351
352
  #### Collection Result Configuration
352
353