New features
Modern Forms
Version 1.0.91
- Added new option 'CAML Filter' for list component

Bug fixes & improvements
Modern Forms
Version 1.0.91
- Fixed Show/Hide properties in Details Pane for the list which contains spaces in URL
- Improved performance of forms loading by splitting script files
- Fixed value set for the newly created item using new item link option for enhanced lookup field
- Changed choice field placeholder value format in Assignment and Function Code expression types
| Modern Forms | ||
| Before | Now | |
| SingleChoice(single selection option) | ||
| Value format | {ID: string, Name: string} | string |
| Example | {ID: "choice #1", Name: "choice #1"} | "choice #1" |
| Empty value | null | "" |
| [[SingleChoice]].toString() | "choice #1" | "choice #1" |
| [[SingleChoice]] == "choice #1 | true | true |
| [[SingleChoice]] === "choice #1 | false | true |
| MultipleChoice(multiple selection enabled) | ||
| Value format | array of {ID: string, Name: string} | array of string |
| Example | e.g. [{ID: "choice #1", Name: "choice #1"}, {ID: "choice #2", Name: "choice #2"}] | e.g.["choice #1", "choice #2"] |
| Empty value | null | [] |
| [[MultipleChoice]].toString() | "choice #1,choice #2" | "choice #1,choice #2" |
List Actions
Version 1.0.91
- Fixed action rendering for the case when navigating between lists by the left navigation
Document Generator
Version 2.0.91
- Fixed CAML filtering for multiple items
Package
- Added a new option 'Use Solution Icon' when creating a new package

Publish
- Fixed sbSolution SPFx add-in update for the case when site collection app catalog is now available and add-in was deployed to tenant app catalog
Background Features
- Fixed case when newly created Triggered Actions or Scheduled Actions were added to another list
- Fixed evaluation of Managed Metadata field multiple value in Calculated Expressions/Scheduled Actions/Triggered Actions
- Improved Scheduled Actions and Triggered Actions save expression values (e.g ': ' will save correctly, etc)