Skip to content

Commit

Permalink
[core] Init changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed May 5, 2021
1 parent d848f82 commit a425961
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

## [1.0.2](https://github.com/mantinedev/mantine/releases/tag/1.0.2) – May 5, 2021

- Fix incorrect ActionIcon appearance on mobile devices after prerendering with gatsby
- Fix [use-scroll-lock](https://mantine.dev/hooks/use-scroll-lock/) hook behavior on mobile devices
- Add option to use any react node with Notification component in [Notifications system](https://mantine.dev/others/notifications/#react-node-in-notification-message)

## 1.0.1 – May 3, 2021

Add better default monospace font-family for Windows and Linux devices (Courier -> Lucida Console)

## [1.0.0](https://github.com/mantinedev/mantine/releases/tag/1.0.0) – May 3, 2021

First stable release. Includes full documentation and packages

- [@mantine/core](https://www.npmjs.com/package/@mantine/core)
- [@mantine/hooks](https://www.npmjs.com/package/@mantine/hooks)
- [@mantine/notifications](https://www.npmjs.com/package/@mantine/notifications)
- [@mantine/tag-picker](https://www.npmjs.com/package/@mantine/tag-picker)
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Mantine is a MIT licensed open source react components and hooks library with fo
- [Contributing](https://mantine.dev/pages/contribute/)
- [Ask question or give feedback](https://github.com/mantinedev/mantine/discussions)
- [Features, components and hooks backlog](https://trello.com/b/R0D766tA/mantine)
- [Changelog](./CHANGELOG.md)
- [Sign up for monthly newsletter](https://buttondown.email/mantine)
- [Follow Mantine on Twitter](https://twitter.com/mantinedev)

Expand Down

0 comments on commit a425961

Please sign in to comment.