Skip to content
This repository has been archived by the owner on Mar 7, 2019. It is now read-only.

Releases: kgiszewski/Archetype

v1.3.1-beta

30 Jun 15:39
Compare
Choose a tag to compare

New

  • Enable/disable fieldsets ability (@kjac)

Bug fixes

  • Updated how the custom view was handled.

Removed/Breaking Change

  • Unfortunately one of the 1.2 features (Serialization) caused too many issues with the bulk of the use-cases. This functionality will be encouraged as a separate package.

v1.2.1-beta

17 Jun 20:25
Compare
Choose a tag to compare
  • Patch release for a few bugs.

v1.2-beta

16 Jun 16:31
Compare
Choose a tag to compare
  • Archetype to Model mapper (@cankoluman)
  • Validation update (@kjac)
  • Extension to render to auto route an ArchetypeModel to partial views
  • Ability to add custom Archetype view per configured Archetype.

v1.0.1-beta

13 May 16:07
Compare
Choose a tag to compare

Quick patch fix for the Add Button.

v1.0-beta

13 May 15:27
Compare
Choose a tag to compare

This release has several breaking changes to note. Upgrade is possible but there are significant changes you will need to understand.

What's new?

  • Using a GUID instead of an integer for configuring the Data Types (Breaking Change).
  • Renamed the internal models and removed the .Umbraco from the namespaces (Breaking Change).
  • Many fixes to the RTE (@mattbrailsford, @tomfulton)
  • Danish Translation (@BatJan)
  • Dropdown Menu (@tomfulton)
  • Caching, removal of package.manifest (@mattbrailsford)
  • Remove RenderModel from the primary controller.
  • A helper dll to Increase the size of your prevalues (@leekelleher). USE AT YOUR OWN RISK.
  • Add Regex validation (@kjac)
  • Add 'Discard Changes' streamlining (@kjac)
  • Grunt/Umbraco Packager updates (@tomfulton, @leekelleher)
  • Start with Add Button option (@ashmind)
  • Allow nested Archetypes to have access to the Umbraco Form.
  • Misc stuff by misc peoples 👍

Breaking Change Info

  • If you upgrade, you will need to re-save your property editors as the key is now a GUID and your current Archetypes are storing Integers.
  • You will need to update your template namespaces and class names.
  • You will need to remove your package.manifest

General Install:

  • Minimum Core is Umbraco 7.1.2.
  • You may need to delete your plugin cache to get it to work.

v0.5.1-alpha

27 Feb 21:52
Compare
Choose a tag to compare
v0.5.1-alpha Pre-release
Pre-release

What's new?

  • Fix issues with NuGet package
  • Add version # to assembly

v0.5-alpha

26 Feb 15:03
Compare
Choose a tag to compare
v0.5-alpha Pre-release
Pre-release

What's new?

Some bug fixes.

  • Expose the datatype service to more than just the developer role.
  • Fix a null model issue with fieldsets.

v0.4-alpha

07 Feb 22:01
Compare
Choose a tag to compare
v0.4-alpha Pre-release
Pre-release

What's new?

Looking for a NuGet package?
https://www.nuget.org/packages/Archetype/

v0.3-alpha

31 Jan 22:59
Compare
Choose a tag to compare
v0.3-alpha Pre-release
Pre-release

Looking for a NuGet package?
https://www.nuget.org/packages/Archetype/

v0.1-alpha

17 Jan 19:20
Compare
Choose a tag to compare
v0.1-alpha Pre-release
Pre-release
Update README.md