Skip to content

Commit

Permalink
Prepare for 0.14.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
snehilvj committed Apr 17, 2024
1 parent 3a4e5ef commit 431ea3f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
19 changes: 13 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,26 @@
# Change Log

# 0.14.1

### Changed

- Corrected prop structure of few components

# 0.14.0

### Changed

- Updated to use latest Mantine - v7
- Detailed changelog for Mantine v7 can be found here: https://mantine.dev/changelog/7-0-0/.
- Added a bunch of new components like nprogress, charts, carousel, etc.
- Fixed issues revealed in process of developing 0.13 series based on Mantine v6.
- BREAKING CHANGE!!
- Updated to use latest Mantine - v7
- Detailed changelog for Mantine v7 can be found here: <https://mantine.dev/changelog/7-0-0/>.
- Added a bunch of new components like nprogress, charts, carousel, etc.
- Fixed issues revealed in process of developing 0.13 series based on Mantine v6.

# 0.13.0a3

### Added

- Wild card aria-_ and data-_ props to all components
- Wild card aria-_and data-_ props to all components

# 0.13.0a2

Expand Down Expand Up @@ -44,7 +51,7 @@ This release is based on Mantine v6.

### Changed

Detailed changelog for Mantine v6 can be found here: https://mantine.dev/changelog/6-0-0/.
Detailed changelog for Mantine v6 can be found here: <https://mantine.dev/changelog/6-0-0/>.

### Fixed

Expand Down
2 changes: 0 additions & 2 deletions src/ts/props/tooltip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ export interface TooltipBaseProps extends BoxProps, StylesApiProps {
children: React.ReactNode;
/** Tooltip position relative to target element (`Tooltip` component) or mouse (`Tooltip.Floating` component) */
position?: FloatingPosition;
/** Key of the prop that can be used to access element ref, `ref` by default */
refProp?: string;
/** Tooltip content */
label: React.ReactNode;
/** Determines whether tooltip should be rendered within `Portal`, `true` by default */
Expand Down

0 comments on commit 431ea3f

Please sign in to comment.