@knocklabs/react 0.6.0-rc.3.0 → 0.6.1

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/CHANGELOG.md CHANGED
@@ -1,10 +1,33 @@
1
1
  # Changelog
2
2
 
3
- ## 0.6.0-rc.3.0
3
+ ## 0.6.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [4cd1b1e]
8
+ - @knocklabs/client@0.13.0
9
+ - @knocklabs/react-core@0.5.1
10
+
11
+ ## 0.6.0
4
12
 
5
13
  ### Minor Changes
6
14
 
7
- - 0fc5f2d: [JS] Support React 19 in React SDKs
15
+ - 8ba5dcb: [JS] Support React 19 in React SDKs
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [8ba5dcb]
20
+ - @knocklabs/client@0.12.0
21
+ - @knocklabs/react-core@0.5.0
22
+
23
+ ## 0.5.2
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies [226e319]
28
+ - @knocklabs/react-core@0.4.2
29
+
30
+ ## 0.5.1
8
31
 
9
32
  ### Patch Changes
10
33
 
@@ -12,9 +35,8 @@
12
35
 
13
36
  This fixes a bug whereby the page layout could shift when the combobox dropdown menu opens and the `<body>` element has non-zero padding.
14
37
 
15
- - Updated dependencies [0fc5f2d]
16
- - @knocklabs/client@0.12.0-rc.3.0
17
- - @knocklabs/react-core@0.5.0-rc.3.0
38
+ - Updated dependencies [1b86a0c]
39
+ - @knocklabs/react-core@0.4.1
18
40
 
19
41
  ## 0.5.0
20
42
 
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/modules/core/utils.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe,QAAS,MAAM,SAqB1C,CAAC"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/modules/core/utils.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe,GAAI,KAAK,MAAM,SAqB1C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/modules/ms-teams/utils.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,GAAI,CAAC,SAAS;IAAE,WAAW,EAAE,MAAM,CAAA;CAAE,SAC1D,CAAC,EAAE,QAIT,CAAC"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/modules/ms-teams/utils.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,GAAI,CAAC,SAAS;IAAE,WAAW,EAAE,MAAM,CAAA;CAAE,EACjE,OAAO,CAAC,EAAE,QAIT,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/modules/slack/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEjD,eAAO,MAAM,+BAA+B,aAChC,SAAS,YAAY,EAAE,mBAIhC,CAAC"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/modules/slack/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEjD,eAAO,MAAM,+BAA+B,GAC1C,UAAU,SAAS,YAAY,EAAE,mBAIhC,CAAC"}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@knocklabs/react",
3
3
  "description": "A set of React components to build notification experiences powered by Knock",
4
4
  "author": "@knocklabs",
5
- "version": "0.6.0-rc.3.0",
5
+ "version": "0.6.1",
6
6
  "license": "MIT",
7
7
  "main": "dist/cjs/index.js",
8
8
  "module": "dist/esm/index.mjs",
@@ -51,13 +51,13 @@
51
51
  "react-dom": "^16.11.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
52
52
  },
53
53
  "dependencies": {
54
- "@knocklabs/client": "^0.12.0-rc.3.0",
55
- "@knocklabs/react-core": "^0.5.0-rc.3.0",
54
+ "@knocklabs/client": "^0.13.0",
55
+ "@knocklabs/react-core": "^0.5.1",
56
56
  "@popperjs/core": "^2.11.8",
57
- "@telegraph/combobox": "^0.0.72",
58
- "@telegraph/icon": "^0.0.46",
59
- "@telegraph/layout": "^0.1.12",
60
- "@telegraph/typography": "^0.1.12",
57
+ "@telegraph/combobox": "^0.0.73",
58
+ "@telegraph/icon": "^0.0.47",
59
+ "@telegraph/layout": "^0.1.13",
60
+ "@telegraph/typography": "^0.1.13",
61
61
  "lodash.debounce": "^4.0.8"
62
62
  },
63
63
  "devDependencies": {
@@ -73,7 +73,7 @@
73
73
  "babel-plugin-react-require": "^4.0.3",
74
74
  "eslint": "^8.56.0",
75
75
  "eslint-plugin-jsx-a11y": "^6.10.2",
76
- "eslint-plugin-react-hooks": "^5.0.0",
76
+ "eslint-plugin-react-hooks": "^5.2.0",
77
77
  "eslint-plugin-react-refresh": "^0.4.14",
78
78
  "jsdom": "^25.0.1",
79
79
  "react": "^18.2.0",
@@ -84,6 +84,7 @@
84
84
  "vite": "^5.0.0",
85
85
  "vite-plugin-dts": "^4.5.0",
86
86
  "vite-plugin-no-bundle": "^4.0.0",
87
- "vitest": "^2.1.8"
87
+ "vitest": "^2.1.8",
88
+ "vitest-axe": "^0.1.0"
88
89
  }
89
90
  }