fable-compiler / fable-react

Fable bindings and helpers for React and React Native
MIT License
275 stars 66 forks source link

Added Pointer Events #238

Closed cr3wdayt5p closed 1 year ago

cr3wdayt5p commented 1 year ago

Fix #237.

Used order from: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/220087807a5746367416c2a3ef87c17d7344f22f/types/react/index.d.ts#L1533

nojaf commented 1 year ago

This looks good. I assume we can bump the version in https://github.com/fable-compiler/fable-react/blob/master/src/Fable.React/RELEASE_NOTES.md to trigger a new release?

cr3wdayt5p commented 1 year ago

Like this f5ff9d52d2c09723ee6f7b478497c77360edb268 ?

alfonsogarciacaro commented 1 year ago

Thanks @cr3wdayt5p! Actually you don't need to touch the .fsproj. The release script checks if the version in RELEASE_NOTES is different than the one in .fsproj and takes it as a sing a new release is needed.