alexkatz / react-tiny-popover

A simple and highly customizable popover react higher order component with no other dependencies! Typescript friendly.
MIT License
454 stars 121 forks source link

Is there any changelog\release log? #63

Closed deser closed 2 years ago

deser commented 4 years ago

You are making breaking changes to lib but it is hard to understand whether there are breaking changes or not.

jafin commented 3 years ago

Some things I noticed when I updated from 5 to 6 the following:

import Popover from 'react-tiny-popover';

to

import { Popover } from 'react-tiny-popover';

Would be great to note in release notes in case the above is wrong or there are more changes.

olaj commented 3 years ago

disableReposition seems to have been renamed to reposition and i suppose you need to change from true -> false depending on what you had.

alexkatz commented 2 years ago

Hi! From version 6 and on I've added a change log to the repo and tried to be very explicit about changes, fixes, etc.. Thanks for your input!