Skip to content

Commit

Permalink
Merge pull request #348 from simenko/fix/566349-implement-flyout-with…
Browse files Browse the repository at this point in the history
…-popper

Fix/566349 implement Flyout component with popper
  • Loading branch information
FlorianRappl authored Sep 14, 2021
2 parents 8394d53 + 6da0240 commit aed5c1e
Show file tree
Hide file tree
Showing 13 changed files with 355 additions and 689 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Precise UI Changelog

## 2.0.1
## 2.1.0

- Flyout component reimplemented using Popper.js (556349)
- HOC for using functional components with react-onclickoutside implemented
- Fix onChangeRow() method in DateField component
- Use modern Popper modifiers format in DateField component

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,4 +216,4 @@ To find out about the currently released version you have two options. Either yo

Precise UI is released using the MIT license. For more information see the [license file](LICENSE).

We are using some icons from [Material UI Icons](https://github.com/mui-org/material-ui/tree/master/packages/material-ui-icons). Their code and design is covered by the respective license of [Material UI](https://github.com/mui-org/material-ui) (MIT).
We are using some icons from [Material UI Icons](https://github.com/mui-org/material-ui/tree/master/packages/mui-icons-material). Their code and design is covered by the respective license of [Material UI](https://github.com/mui-org/material-ui) (MIT).
Binary file modified integration/__image_snapshots__/Flyout_3-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit aed5c1e

Please sign in to comment.