Skip to content

Releases: episerver/content-templates

v1.7.2

09 Apr 09:31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.1...v1.7.2

v1.7.1

08 Jan 19:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.0...v1.7.1

v1.7.0

30 Nov 14:21
aa9ff9e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.0...v1.7.0

v1.6.0

30 Mar 20:48
Compare
Choose a tag to compare

What's Changed

  • Add link target to Alloy templates by @gregwiechec in #46
  • Updates dependencies to latest version

New Contributors

Full Changelog: v1.5.0...v1.6.0

v1.5.0

06 Mar 16:44
Compare
Choose a tag to compare

What's Changed

  • Feature/cms 23924 update sample site to use tag helper by @thachnd in #43

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

07 Nov 08:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

Version 1.3.0

13 May 11:21
Compare
Choose a tag to compare
  • Updates Commerce reference to latest with .NET6 support

Full Changelog: v1.2.0...v1.3.0

Version 1.2.0

11 May 08:57
Compare
Choose a tag to compare

Release 1.2.0

  • Updates templates to .NET6 (#40)

Full Changelog: v1.1.0...v1.2.0

Version 1.1.0

24 Mar 16:59
1e2a28e
Compare
Choose a tag to compare

Release 1.1.0 (#36)

  • Adds order managers mapped role
  • Add content type item template (#17)
  • Update README with additional details (#19)
    Also fix parameter spelling error
  • Add scheduled job item template (#20)
  • Add Initialization Module item template (#18)
  • Add Initialization Module item template
  • Add Page Controller template (#23)
  • Add Content Component template (#24)
  • Razor page item template (#25)
  • List all item templates (#26)
  • Suppress .NET welcome msg during builds
  • Add license expression to package (#28)
  • Updates CMS to latest (#30)
  • Various bugfixes (#31)
  • Fixes broken link in content
  • Makes section handling more resilient
    Now handles content created below root directly.
  • Increases timeout for database creation
  • Delete old package versions (#29)
    Keep 10 versions.
  • Fixes inconsistent file naming on disk and code files (#35)
    The template engine replaces whitespace with - in filenames and _ in text files. That means db filenames on disk doesn't match the names in the connection strings. We need to use unambiguous source names, so unfortunately, we end up with ugly project names and namespaces. But this ensures everything gets replaced correctly, see https://github.com/dotnet/templating/wiki/Naming-and-default-value-forms.
    Added restart on failure in Docker compose. Services are just started in correct order, but do not wait until they are ready. The db might take time to set up first time on a slow machine, then the web fails, and you have to 'docker up' again. There is no nice way to achieve this in another way, other than making the app itself more resilient.
    Also updated with our v3 NuGet feed.

Version 1.0.0

25 Feb 13:27
da2b561
Compare
Choose a tag to compare

Initial release of the public project templates for EPiServer CMS 12.