New
Habitat 1.7 (Sitecore 9.1)
New Features and Updates
- Updated for Sitecore 9.1 (initial) and Sitecore Install Framework 2.0
- Install script uses new
XP0-SingleDeveloperSIF configuration - Install script uses new
PrerequisitesSIF configuration - Install script can now optionally skip prerequisites check (
-SkipPrerequisites) - Uninstall script uses new
Uninstall-SitecoreConfigurationSIF command - Target framework updated to
4.7.1 - Package references updated for new 9.1 feed
- Removed use of
NoReferencepackages - Updated version numbers
NU1603added toNoWarnon all projects to avoid nuget restore error withSitecore.Kernel
- Removed use of
- Option to conditionally use local assembly references instead of nuget, including
gulptarget to enable- Facilitates internal Sitecore pre-release builds
- Dependency updates for 9.1
- Minor updates for breaking API changes
- Updated to use new
Item.DescendsFrommethod - Updated to use enhanced built-in
AllTemplatescomputed field
Issues Resolved
- Release build now functional (#435)
Known Issues
- [#418] Unicorn sync does not fully rebuild search indexes / deploy SOLR schema. Getting Started directions include instructions to rebuild manually.
- [#420] Facebook login does not trigger login/register goals.
- [#429] Google maps do not display.
- [#394]
MediaUrlunit tests are broken inSitecoreExtensions, and are currently disabled.