Fixes
- Embedded Case Handling: Resolved an issue with embedded case handling. (#38101)
- Partial Import: Conditionally set Fully Qualified Name (FqN) to improve partial import logic. (#37694)
- Null Pointer Exception (NPE): Added a check to prevent NPE when the binding value is null. (#38104)
- Box Component Styling: Added
rowGap
andcolGap
as properties to be CSS prefix-prepended in the Box component. (#38096) - Property Control: Fixed property control specifications to align with expected behavior. (#38004)
- Usage Pulse Generation: Optimized field updates in user data to prevent overwriting default fields during usage pulse generation. (#38030)