Releases: Headstorm/foundry-ui
Releases · Headstorm/foundry-ui
v1.20.9
1.20.9 (2023-02-25)
Bug Fixes
- upgrade @react-stately/toggle from 3.3.1 to 3.4.4 (413e078)
v1.20.8
1.20.8 (2023-01-19)
Bug Fixes
- analytics function: switch nullish coalescing to a ternary to make foundry Node-14 compatible (bcc8b57)
v1.20.7
1.20.7 (2023-01-11)
Bug Fixes
- dropdown: fixed the inability for the dropdown to stay open once clicked (5172bc8), closes #421
v1.20.6
1.20.6 (2023-01-10)
Bug Fixes
- analytics: safely access props, as it can be undefined (dd5c329)
v1.20.5
1.20.5 (2022-12-13)
Bug Fixes
- exports: add style-related util functions to exports (6b154f3)
v1.20.4
1.20.4 (2022-12-09)
Bug Fixes
- analyticsfunction: made all param types optional (a2195c4)
v1.20.3
1.20.3 (2022-09-09)
Bug Fixes
- card component: add position relative (c35cd6a), closes #408
- card component: add position relative (8a44c4b), closes #408
v1.20.2
1.20.2 (2022-07-05)
Bug Fixes
- webkit-appearance: none for ButtonContainer (3eefc91)
v1.20.1
1.20.1 (2022-06-30)
Bug Fixes
- modal underlay: set the default background color to a translucent black instead of opaque black (8f625b5)
- modal underlay: use theme hook in subcomponent so the subcomponent is portable outside of Modal (b50d70c)
v1.20.0
1.20.0 (2022-06-24)
Features
- foundryprovider/context: add GPU profiling results to context for performance tuning (4cffbce)
- modal: add a .close() function to smoothly animate modal away instead of unmounting (ebcb993)