Over the last few of months have been mainly focused on migrating Cofoundry to .NET Standard, but we've also been steadily fixing bugs and responding to feedback. Here's a quick overview of our recent releases, starting with today's 0.1.9 release.

0.1.9

Features

  • #123 IPasswordCryptographyService: Improve flexibility for custom hashing versions

Bug Fixes

  • #127 Updating Custom Entity Ordering throws sql exception
  • #126 Trying to add a page fails with null reference exception in CheckWebDirectoryIsActive
  • #124 Admin: Role list displays only Cofoundry roles
  • #122 GetUserLoginInfoIfAuthenticatedQuery: Needs to filter by user area
  • #121 Auth: ReturnUrls should be validated to be local
  • #120 Html.ActionLink produces incorrect links

0.1.8

Features

  • #117 Dynamic data: Support decimal properties with an editor control
  • PlaceholderAttribute: Added a new placerholder data annotation to specify a placeholder for html5 inputs.

0.1.7

Bug Fixes

  • #92 Custom Entity Picker: Cannot be optional bug
  • #70 Inline create custom entity (single)/image - Needs to auto select and close parent modal
  • #73 FilteredDropdown Icon - toggle open

0.1.6

Features

  • Added noopener to links generated through HtmlFormatter.ConvertUrlsToLinks() when using BasicHtmlFormatOption.LinksToNewWindow option.
  • Added workflow status option to SearchCustomEntityRenderSummariesQuery

Bug Fixes

  • #90 Custom Entity Search: Date Ordering Incorrect
  • Module display models that implement IPageModuleWithParentPageData cause json self referencing loop error in visual editor
  • Issues with custom entity pickers in the visual editor

Links