Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

Releases: skttl/umbraco-doc-type-grid-editor

10.0.1 - a few bugfixes

16 Sep 20:35
Compare
Choose a tag to compare

Ooh a new release of DTGE! Containing just a few bugfixes for Umbraco 10.2 and friends.

  • Input fields doesn't render in editor window using Umbraco v10.2.0 #282
    Thanks to @sgerme

  • DocTypeGridEditor v10 has missing views #278
    Thanks to @Nashuim

  • Issues with Custom Controllers / View Components #272
    Thanks to @sgerme

And remember - Block Based grids is just few weeks away, so start thinking on how to migrate your old grid editors to the future!

At-TEN-tion grid lovers! DTGE 10 is here

20 Jun 20:30
Compare
Choose a tag to compare
  • Upgraded to Umbraco 10
  • Changed to a Razor Class Library - which means static assets are now embedded. When upgrading, make sure to delete App_Plugins/DocTypeGridEditor from your project!

1.2.9

27 Nov 22:01
09bb2be
Compare
Choose a tag to compare

Fix datavalue reference so other editors than DTGE doesnt break when saving

1.2.8

19 Nov 08:34
baea08e
Compare
Choose a tag to compare
  • Fixes bug when saving a component which previously failed validation - thanks @inetzo
  • Fixes bug in DataValueReference for media tracking, where custom DTGEs were not recognized. 4db5cdd

1.2.7

28 Mar 11:57
070fc9b
Compare
Choose a tag to compare
Merge pull request #246 from skttl/develop

bump package version

1.2.6

07 Dec 21:08
7896de5
Compare
Choose a tag to compare
  • Fix: Error saving temp blueprint
  • Fix: issue when previewing linked content items

1.2.5

01 Nov 21:10
f86b2f6
Compare
Choose a tag to compare

Resetting saveButtonState when validation contains errors #221
Handle null value when deserializing grid value in DataValueReference 50ba85a

1.2.4

09 Sep 19:09
67cd750
Compare
Choose a tag to compare

Clear earlier serverside validation errors #217
Null Pointer Exception on save when no grid layout selected #211
Unsaved Changes dialog fires when hitting submit on grid editors #205

1.2.3

05 Jun 06:06
f81e86b
Compare
Choose a tag to compare

Hey there grid-o-holics

Start the weekend by updating your favorite Grid Editor with the fixes for the following issues:

  • #199 2 Element Types in same Nested Content freeze the Add content button in the grid layout
  • #202 Contenttemplates are left behind when validation is not succesfull
  • #203 "activeVariant.language is null" - thanks @Matthew-Wise

1.2.2

14 May 18:11
df71c72
Compare
Choose a tag to compare

Hey grid fans!

A new release of Doc Type Grid Editor is ready, fixing a couple of bugs.

Infinite loading when doc type has a content template #192 - thanks for reporting @OlePc
GetPreviewMarkup null reference error when getting cultures #195 - thanks for reporting and fixing @Matthew-Wise