- Fix issue of compilation by Fable >= 4.8.0 (issue #7).
- Fix issue #5.
- Update to Feliz >= 2 (and Fable.React >= 9).
- Update
react
NPM-package to v18, adduse-sync-external-store
NPM-package (required byFeliz.UseElmish v2+
). - Regenerate bindings for MUI v5.11.
- Add
anchorPosition
prop (ofPopover
andMenu
) overload withfloat
parameters.
- Fix
CreateFilterOptionsOptions
type definition (used forAutocomplete
MUI component) to address recent FCS updates that makes the old definition incompilable (e.g. by Fable v4.0.0-theta-018).
- Fixed Grid v2 component import.
- Corrected ThemeProvider component import (to import it from "@mui/material" instead of from "@mui/material/styles").
- Removed StylesProvider component (for being obsolete in MUI 5).
- Couple of minor code fixes to make the library compile with Fable 4.0.0-theta-014.
- Fixed
componentsProps
prop bindings. - Added
MuiComponents
module, containing raw imports for all the components (typed asReactElementType
). - Added
style.innerSlot
helper, corrected return type ofstyle.muiBreakpoints
helper.
- Updated for MUI v5 with corresponding API design changes (to reflect JS/TS MUI v5 API better).
- Added separate packages for icons (@mui/icons-material), MUI-X DatePickers Community and Pro (@mui/x-date-pickers and @mui/x-date-pickers-pro).
- Added new doc type signatures parsing and translation mechanism based on FParsec.
- Updated for @material-ui/core 4.12 and @material-ui/lab 4.0.0-alpha.60
- Added special cases for
imageList
's broken documentation - Fixed markdown to docs to look for the correct markdown
- Make some props accept subtypes of
Element
without requiring explicit casts (#69)
- Fix problem with
int []
props such astablePagination.rowsPerPageOptions
(#66)
- Better support for Fable 3 (#64, thanks to @alfonsogarciacaro)
- Support FSharp.Core 5
- Fixed the signature of
theme.overrides.muiCssBaseline.global'
- Added the
stylesProvider
component
- Updated for @material-ui/core 4.11 and @material-ui/lab 4.0.0-alpha.56
- Breaking:
type'
prop removed frombuttonBase
and all inheriting components; useprop.type'
from Feliz instead - Component documentation now lists any required props
- Loosened FSharp.Core version requirements
- Updated for Feliz 1.1, @material-ui/core 4.9.14, and @material-ui/lab 4.0.0-alpha.53
- Updated from fixed MUI docs and for @material-ui/lab 4.0.0-alpha.49
- Breaking:
timeout
andtransitionDuration
props have had their optional argument list extended at the beginning. If you have used positional arguments instead of named arguments, you must change your code to use named arguments.
- Updated for @material-ui/lab 4.0.0-alpha.46
- Add support for localization
- Update from MUI docs
- Flattened the
classes
props, see updated docs
- Updated for @material-ui/core 4.9 and @material-ui/lab 4.0.0-alpha.41
- Add missing theme DSL props
shape
,transitions
, andzIndex
- Fix name collisions in theme DSL
- Removed invalid
theme.typography.srOnly
from theme DSL
- Switched to custom unflatten implementation to avoid problems (see #39 and hughsk/flat#94)
- As a consequence of the above, removed (the read-only)
Theme.props
andTheme.overrides
- Fixed higher-arity
theme.spacing
overloads
- Breaking: New DSL for creating themes; properties on the
Theme
type and related types are now read-only. See the updated theme docs for details. - Breaking: Slight change to
makeStyles
. The required signature for your style function is nowfun styles theme -> {| ... |}
and you use the passed-instyles.create
instead of the staticStyles.create
, which has been removed. This improves type safety for interpolated styles. See the updated makeStyles docs for details.
- Breaking:
snackbarContent.role
is now a normalstring
property (not enum property) as per updated MUI docs - Updated for @material-ui/lab 4.0.0-alpha.39
- Updated doc comments from MUI docs
- Added
float
overloads to relevantrating
props
- Updated for @material-ui/core 4.8 and @material-ui/lab 4.0.0-alpha.36
- Update for @material-ui/lab 4.0.0-alpha.32
- Regenerated based on MUI API docs
- Fixed
themeProvider
import
- Regenerated based on MUI API docs
- Breaking:
buttonRef
props removed (no longer exist in MUI API docs) - Breaking:
muiThemeProvider
is nowthemeProvider
(#27) - Updated for @material-ui/core 4.6
- Updated for @material-ui/lab 4.0.0-alpha.30 (new autocomplete component)
- Added warning to
@material-ui/lab
component docs
- Updated Feliz dependency
- Regenerated based on updated MUI docs
- Changed some
slider.marks
signatures - Allow any sequence for props, not just
list
- Some internal optimizations
- Disabled Feliz native DOM prop inheritance (seemingly broken due to F# compiler limitations, see #20 (comment)). Inheritance within MUI props are now based on simply duplicating inherited props for child components, and Feliz’s
prop
must be used for non-MUI props. - Improved
popover.anchorOrigin
andpopover.transformOrigin
- Added
seq<ReactElement>
overload to all components that support it
- Added prop inheritance
- Updated Feliz dependency to 0.57
- Updated Feliz dependency and pinned the version to avoid breaking 0.x changes
- Support for Material-UI 4.5
- Regenerated bindings based on updated MUI docs
- Initial alpha release