feat(wcc-properties): add Share selector with inline Record button and adjust properties panel grid layout

This commit is contained in:
2025-12-19 09:21:30 +00:00
parent 8f0f8606a1
commit ddecfcdb4c
3 changed files with 28 additions and 9 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2025-12-19 - 3.1.0 - feat(wcc-properties)
add Share selector with inline Record button and adjust properties panel grid layout
- Increase rightmost column width from 70px to 100px in properties grid
- Introduce .shareSelector and .selectorButtons1 CSS classes and markup
- Replace <wcc-record-button> with inline Record button that toggles icon based on isRecording
- Add Share panel heading and integrate record control into selector area
## 2025-12-19 - 3.0.0 - BREAKING CHANGE(ts_web)
Replace fullscreen boolean with native viewport mode across components, add native viewport selector and toggle, and update dev deps and npmextra config