Skip to content

4.0.0-beta016 - Week 15 (12th April 2023) Release

Compare
Choose a tag to compare
@KevinJump KevinJump released this 12 Apr 09:48
· 303 commits to main since this release
48ff76e

Migrations has (or is attempting to have) a fast cadence, this is the post easter holiday release catchup. 🐰🥚

Changes of Note

  • Some fixes for pickers by @drpeck and support for more nupicker things by @michaelchart
  • We added the ability to pass things between the config and content stage of a property migration #96 - this is for complex things where sometimes the actual way you migrate the property will depend on the exact config of the datatype.

Updates

  • Allows us to pass contenttype and propertytype alises to content mapp… by @KevinJump in #96
  • Support ID resolution to Guid using SyncMigrationContext.GetKey() by @drpeck in #97
  • ContentPicker1Migrator support for Keys not UDIs by @drpeck in #98
  • NC key can be empty by @drpeck in #100
  • Fix tab structure in migrated Content Type definition files (Umbraco 7) by @michaelchart in #101
  • Add nuPickers EnumDropDownPicker migrator by @michaelchart in #102
  • Fix for empty prevalues in checkbox list. by @KevinJump in #103
  • adds info about v8 'migrations' by @KevinJump in #104

New Contributors

Full Changelog: 4.0.0-beta15...4.0.0-beta16