@dropins/storefront-requisition-list 1.2.0-beta.2 → 1.2.0-beta.3

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 (2) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/package.json +5 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,28 @@
1
+ # @dropins/storefront-requisition-list
2
+
3
+ ## 1.2.0-beta.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 2f02836: Bump "@adobe-commerce/elsie" from 1.7.0 to 1.8.0-beta.1
8
+
9
+ ## 1.2.0-beta.2
10
+
11
+ ### Patch Changes
12
+
13
+ - c26676c: fix: merge user-provided langDefinitions in Provider
14
+
15
+ The Provider now imports `config` and uses `deepmerge` to merge user-provided `langDefinitions` with the drop-in's bundled defaults before passing them to `UIProvider`. This enables label/placeholder overrides via the initializer API.
16
+
17
+ ## 1.2.0-beta.1
18
+
19
+ ### Minor Changes
20
+
21
+ - a23ab81: Replaced API catalog functions with props that must be injected from the integration layer
22
+
23
+ ## 1.1.1-beta.0
24
+
25
+ ### Patch Changes
26
+
27
+ - 13f4ea9: Add Changesets-based release automation with branch-aware workflows (alpha/beta/stable), PR changeset validation, and contributor helper scripts.
28
+ - b8e1dbe: Fix RequisitionListSelector Storybook stories: WhenRequisitionListIsDisabled now correctly shows disabled behavior via loaders and state; WithoutExistingRequisitionLists shows empty lists via loader; Docs overview uses iframe isolation (docs.story.inline: false) so all stories appear and work correctly together.
package/package.json CHANGED
@@ -1 +1,5 @@
1
- {"name": "@dropins/storefront-requisition-list", "version": "1.2.0-beta.2", "@dropins/tools": "~1.7.0", "license": "SEE LICENSE IN LICENSE.md"}
1
+ {
2
+ "name": "@dropins/storefront-requisition-list",
3
+ "version": "1.2.0-beta.3",
4
+ "license": "SEE LICENSE IN LICENSE.md"
5
+ }