Closed cehan-Chloe closed 2 months ago
Attention: Patch coverage is 47.36842%
with 120 lines
in your changes missing coverage. Please review.
Project coverage is 72.77%. Comparing base (
b45f3ae
) to head (a8dd8bf
). Report is 9 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
the Player
menu in the video seems to flicker between options before settling after selecting a Player instance, do we need to debounce the update there?
the
Player
menu in the video seems to flicker between options before settling after selecting a Player instance, do we need to debounce the update there?
sorry this is not the up-to-date recording. updated
Add highlight for current instance
https://github.com/user-attachments/assets/80ae052c-be84-4690-9971-bbf2f6cf0145
Note:
add id (playid) as optional param for each player instance. As
devtools-basic-web-plugin
was used in tto-webplayer, usedefault-id
when no id passed inrevert commit for updating pnpm as it breaks the devtool with error
TypeError: Cannot read properties of null (reading 'useReducer')
Change Type (required)
Indicate the type of change your pull request is:
patch
minor
major
Release Notes
When we have multiple Player instances on the same page, highlight current selected player instance
Version
Published prerelease version:
0.8.0-next.1
Changelog
### Release Notes #### Update Rules Versions ([#163](https://github.com/player-ui/tools/pull/163)) Update JS Rules to latest Aspect major - [x] `patch` - [ ] `minor` - [ ] `major` #### Fix Source Maps not Being Generated for DSL Content ([#155](https://github.com/player-ui/tools/pull/155)) Fix source maps not being generated for DSL content when compiled by the cli #### Update Dependencies ([#151](https://github.com/player-ui/tools/pull/151)) - Use Node 20 - Use TypeScript 5.5 --- #### 🚀 Enhancement - feat: doesn't exit with error if warn-only on dsl validation [#159](https://github.com/player-ui/tools/pull/159) ([@rafbcampos](https://github.com/rafbcampos)) #### 🐛 Bug Fix - feat: highlight current player instance [#160](https://github.com/player-ui/tools/pull/160) ([@cehan-Chloe](https://github.com/cehan-Chloe) [@rafbcampos](https://github.com/rafbcampos)) - Update Rules Versions [#163](https://github.com/player-ui/tools/pull/163) ([@KetanReddy](https://github.com/KetanReddy)) - Fix object null in deeply nested obejcts - devtools [#158](https://github.com/player-ui/tools/pull/158) ([@mercillo](https://github.com/mercillo)) - Fix Source Maps not Being Generated for DSL Content [#155](https://github.com/player-ui/tools/pull/155) ([@KetanReddy](https://github.com/KetanReddy)) - Update Dependencies [#151](https://github.com/player-ui/tools/pull/151) ([@KetanReddy](https://github.com/KetanReddy)) - Re-add compiler formatting to dsl output [#153](https://github.com/player-ui/tools/pull/153) ([@sugarmanz](https://github.com/sugarmanz)) #### Authors: 5 - Chloeeeeeee ([@cehan-Chloe](https://github.com/cehan-Chloe)) - Jeremiah Zucker ([@sugarmanz](https://github.com/sugarmanz)) - Ketan Reddy ([@KetanReddy](https://github.com/KetanReddy)) - Marlon "Marky" Ercillo ([@mercillo](https://github.com/mercillo)) - Rafael Campos ([@rafbcampos](https://github.com/rafbcampos))