Changelog
20.32.2
- fix(booking): show accounting section for agent-facilitated bookings (#703)
20.32.1
- docs: :memo: updated homepage url
- fix(guest-room): restore identifier generation and add multimedia validation
- refactor: :zap: removed unused component
20.32.0
- chore(guest-room): Signal Forms phase 5 — cleanup, summary redesign, submit gating (#691)
- feat(guest-room): set sensible new-room defaults for signal form
- feat(guest-room): signal forms phase 6 — photos & videos tab
- fix(signal-forms): guest-room form AOT + runtime fixes (#690)
- style: :lipstick: removed extra text on guest room form
v20.31.5
Bug Fixes
- fix(customization): remove
/studio/prefix from allCustomizationDataServiceAPI endpoints
Details
All HTTP endpoints in CustomizationDataService (publisher library) were calling /studio/customization paths instead of the correct /customization paths. This hotfix corrects all 7 affected endpoints: listByOwner, listByEngine, primary, item, create, update, and remove.
20.31.4
- refactor: :fire: removed applications tab
20.31.3
- fix: amend git-flow back-merge commit before pushing develop to suppress CI
- fix: header icon issue (#677)
- refactor: :recycle: updated endpoint to match the API documentation
- refactor: :recycle: updated new endpoint location
20.31.2
- fix: :bug: skip no-op release commit so set -e can’t abort the release
- fix: add missing chevron to multi-level dropdown actions button
- fix: fixed TA requests page
- style: :lipstick: improved sales channel cards
20.31.1
- fix: :bug: fixed latest inventory cards missing actions
20.31.0
- chore: :fire: removed unused guards
- chore: update booking-engine-flow coverage threshold from 85% to 80%
- fix: :bug: fixed both sides of relationships requests
- fix: :bug: fixed WC loader
- fix: :recycle: added iconIdentifier to application
- fix: add missing peerDependency to lead-route-list
- test: add test coverage for room-type-configurator and customization libraries
- test: improve test coverage to 85% threshold across 5 critical libraries
- test: increase branch coverage to 81.33% across booking-engine-flow
- test: increase branch coverage to 81.47% - add guest booking and checkout tests
- test(fixtures): realistic luxury e2e fixtures for @wink/util-fixtures (#667)
20.30.1
- fix: :recycle: removed incorrect import
