@atom-learning/components 2.8.0-beta.2 → 2.8.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,25 @@
1
+ # [2.8.0](https://github.com/Atom-Learning/components/compare/v2.7.0...v2.8.0) (2022-10-19)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * ActionIcon doc example ([aa335b6](https://github.com/Atom-Learning/components/commit/aa335b6cc0c350c4e5acef513ce12644b2e60c75))
7
+ * add missing resizeobserver methods for tooltip tests ([c9b87ad](https://github.com/Atom-Learning/components/commit/c9b87adb770fcaaa529d08609304bb098cf206d2))
8
+ * Dropdown snapshot ([3b5d2fe](https://github.com/Atom-Learning/components/commit/3b5d2fe47784052db55262cb78a7625c9e3b5a96))
9
+ * Dropdown zIndex with no portal by default ([68b30a3](https://github.com/Atom-Learning/components/commit/68b30a3e6f3e7c8aceb22519935096909cd8e66d))
10
+ * lib version ([7deff51](https://github.com/Atom-Learning/components/commit/7deff5116c8dfb08186ba6b70def85a11c3574d9))
11
+ * popover test accessibility reqs ([be53de4](https://github.com/Atom-Learning/components/commit/be53de4278884cfb85787e6d564f19cb43de9e5f))
12
+ * popover zIndex ([fe7e062](https://github.com/Atom-Learning/components/commit/fe7e062f4a936123b7c4796e86b58d45b6931fa6))
13
+ * tooltip test ([90f4215](https://github.com/Atom-Learning/components/commit/90f4215251c8c449b656bbcdbe3305abcce25736))
14
+ * tooltip zIndex ([d3a1bf9](https://github.com/Atom-Learning/components/commit/d3a1bf94716013044daf9cde962f18ef54385996))
15
+ * wrap DataTable.Pagination with Tooltip.Provider in tests ([b4b4d13](https://github.com/Atom-Learning/components/commit/b4b4d13e8fb41458dc524e42a7bc30b2957049f6))
16
+
17
+
18
+ ### Features
19
+
20
+ * recover IdProvider changes ([d803a62](https://github.com/Atom-Learning/components/commit/d803a62d1f7574d1a377d20a69f68d8b6e364aa9))
21
+ * update @radix-ui/react-tooltip to 1.0.0 ([d686d92](https://github.com/Atom-Learning/components/commit/d686d92c79a69ec277012c52fe08194c96faca52))
22
+
1
23
  # [1.4.0](https://github.com/Atom-Learning/components/compare/v1.3.0...v1.4.0) (2022-04-11)
2
24
 
3
25