Skip to content

Commit 0f45edc

Browse files
5.0.0-alpha.12
1 parent 872dc23 commit 0f45edc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ title: Changelog
1414
(_Tags are copied from
1515
[babel](https://github.com/babel/babel/blob/master/CHANGELOG.md)_)
1616

17+
## 5.0.0-alpha.12
18+
19+
- :bug: Fix anchorEl binding in Popper and Popover
20+
- :bug: Fab inherits its props from ButtonBase now
21+
1722
## 5.0.0-alpha.11
1823

1924
- :bug: Add missing onMouseEnter to CommonProps.clickableProps

packages/rescript-mui-material/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rescript-mui/material",
3-
"version": "5.0.0-alpha.11",
3+
"version": "5.0.0-alpha.12",
44
"description": "This library provides ReScript bindings for material-ui (MUI).",
55
"keywords": [
66
"rescript",

0 commit comments

Comments
 (0)