Daniel Barion
Daniel Barion
**React-Tooltip** https://github.com/ReactTooltip/react-tooltip **Alternative to** - @fluentui/[email protected] **Quality check** - [x] Package has sufficient overlap in functionality to act as a replacement. - [x] Package is actively maintained, and/or stable for...
With the beta release workflow, all commits into the PR will trigger the beta release. * the beta release always raise just the last version number, following this format: `react-tooltip@{__VERSION__}-beta.{__PR_NUMBER__}.{__BETA_VERSION__}`...
## Description of change I recently implemented a beta-release workflow on the react-tooltip project, maybe it can be interesting for Pixi.js project too. On ReactTooltip project, we always try to...
# Migration v7 -> v8 Things that are not documented or missing some specific mention on docs: https://pixijs.com/guides/migrations/v8 and https://pixijs.com/blog/pixi-v8-launches ## Breaking Changes ### Bounds  ``` const slotBounds =...
### Current Behavior When we have `eventMode = 'static'` and `eventMode = 'dynamic'` in the same app, the events fire twice. ### Expected Behavior When we have `eventMode = 'static'`...
### Description Hey guys, first of all, thank you so much for this project, I'm following on Discord and the community is very proactive and helpful, great job, v8 looks...
- [x] cleanup of the deprecated options of the Tooltip - [ ] explore new bundler options ([bun.sh](https://bun.sh)?) - [x] Rollup upgraded v2 -> v4 Note: we need to consider...
V6 biome
Implementation of https://biomejs.dev/ into the project to override eslint and prettier. This PR will be merged on V6 when tested and approved.