@washingtonpost/subs-de-inputs 0.5.1 → 0.5.2-canary.0

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/package.json +2 -2
  2. package/CHANGELOG.md +0 -51
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.5.1",
2
+ "version": "0.5.2-canary.0",
3
3
  "license": "UNLICENSED",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "peerDependencies": {
24
24
  "@washingtonpost/subs-sdk": ">=1.15.12",
25
- "@washingtonpost/subs-hooks": ">=0.22.2",
25
+ "@washingtonpost/subs-hooks": "*",
26
26
  "@washingtonpost/wpds-ui-kit": "^1.10.0",
27
27
  "react": ">=17.0.2",
28
28
  "react-dom": ">=17.0.2"
package/CHANGELOG.md DELETED
@@ -1,51 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file. See
4
- [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- **[0.5.1 - 2024-06-03]**:
7
- * Fix for multi paragraph disclosures
8
- * Support hydration for Privacy Policy link
9
-
10
- **[0.5.0 - 2024-05-30]**:
11
- * Added Disclosure component
12
-
13
- **[0.4.2 - 2024-05-10]**:
14
- * Fix exception from `<DESelect />` if `dataDictionaryConfig` prop is readonly (such as in redux toolkit)
15
- * Don't submit data if wp_wv cookie and anonymous user (feedback from ERD)
16
-
17
- **[0.4.1 - 2024-05-07]**:
18
- * Set the correct `type` for ingest() API
19
-
20
- **[0.4.0 - 2024-05-07]**:
21
- * Support for `implicit` collection via GA
22
-
23
- **[0.3.0 - 2024-05-06]**:
24
- * Uses the native `<select />` element in smaller viewport sizes for better UX
25
-
26
- **[0.2.2 - 2024-05-03]**:
27
- * use `window.__twpdeu.push()` for submitting
28
- * Better loading state when fetching config over the wire
29
- * Prevent extra calls to `ingest` API if user changes value after clicking submit
30
- * Fix `ingest()` function to send the right format (again)
31
-
32
- **[0.2.1 - 2024-05-02]**:
33
- * Revert "ESM build only"
34
- * `ingest()` function throws error if `submitData.value` is not an array (required by BE)
35
-
36
- **[0.2.0 - 2024-05-01]**:
37
- * Adds `ingest()` function
38
- * ESM build only
39
- * Babel config to target recent browsers only
40
-
41
- **[0.1.1 - 2024-04-30]**:
42
- * Fix build by removing unused file
43
-
44
- **[0.1.0 - 2024-04-25]**:
45
- * Add initial `<DESelect />` component
46
-
47
- **[0.0.2 - 2024-04-24]**:
48
- * Fix build error
49
-
50
- **[0.0.1 - 2024-04-09]**:
51
- * Initial setup