This repository has been archived by the owner on Mar 7, 2019. It is now read-only.
Releases: kgiszewski/Archetype
Releases · kgiszewski/Archetype
v1.3.1-beta
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
- Patch release for a few bugs.
v1.2-beta
- 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
Quick patch fix for the Add Button
.
v1.0-beta
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
What's new?
- Fix issues with NuGet package
- Add version # to assembly
v0.5-alpha
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
What's new?
- Localization
- Much Improved Property Value Converter (@mattbrailsford)
- CSS and other tweaks by (@leekelleher)
Looking for a NuGet package?
https://www.nuget.org/packages/Archetype/
v0.3-alpha
Looking for a NuGet package?
https://www.nuget.org/packages/Archetype/
v0.1-alpha
Update README.md