Releases: skttl/umbraco-doc-type-grid-editor
1.2.1
Hey grid fans!
A new release of Doc Type Grid Editor is ready, fixing a handful of bugs.
- Disables notifications after each edit #190
- Moves intrusive styling in previews to css file #188
- Fixes JS error when no doctypes selected in multitype #186
- Fixes bug where wrong editor gets removed when cancelling #185
- Now works with custom backoffice URL #138
DocTypeGridEditor 1.2.0
Hey there Umbraco fans!
We're happy to present you, a new version of Doc Type Grid Editor for Umbraco 8! 🎉
Bug fixes, features & enhancements
#173 Added ValueProcessors and added processor for Umbraco.Tags
#176 Enables client side validation
#182 Enables media tracking in 8.6
New minimum required Umbraco version is 8.6
Thanks to @tompipe, @enkelmedia for contributing!
Enjoy the release!
All the best from @skttl
This release is also available on NuGet...
PM>
Install-Package Our.Umbraco.DocTypeGridEditor -Version 1.2.0
DocTypeGridEditor 1.1.0
Hey there Umbraco fans!
We're happy to present you, a new version of Doc Type Grid Editor for Umbraco 8! 🎉
Bug fixes, features & enhancements
- Changed the size attribute on grid editors to enable the new medium size in Umbraco 8.4 #167
- Adds class to the preview container, so it's easier to target with custom css 47c8f5d
- Check for culture variation when picking content types #154 f5453db c19a93f
- Added implementation of Alias property #160
Thanks to @tompipe, @rasmuseeg, @Maigaard for contributing!
Enjoy the release!
All the best from @skttl
This release is also available on NuGet...
PM>
Install-Package Our.Umbraco.DocTypeGridEditor -Version 1.1.0
Doc Type Grid Editor 1.0.0
Hey there Umbraco fans!
We're happy to present you, the first version of Doc Type Grid Editor for Umbraco 8! 🎉
Bug fixes, features & enhancements
- Uses Infinite Editing (
editorService
) for editing DTGE content, instead of overlays. - Adds option to set dialog (infinite editor) size from grid editor config.
- Adds Content Template aka Blueprints support for DTGE items.
- Updates default placeholder for DTGEs without previews enabled.
- Developers Guide updated
- New minimum Umbraco version requirement: 8.1.0 - Doc Type Grid Editor will not work in lower versions!
Thanks to @leekelleher, @mattbrailsford, @bjarnef, @ArnoldV, @nul800sebastiaan, @recyclethis, @esn303 for collaborating on getting this great package ported to v8.
Enjoy the release!
All the best from @skttl
This release is also available on NuGet...
PM>
Install-Package Our.Umbraco.DocTypeGridEditor -Version 1.0.0
Doc Type Grid Editor 1.0.0-beta
Hey there Umbraco fans!
We're happy to present you, the first version of Doc Type Grid Editor for Umbraco 8! 🎉
Bug fixes, features & enhancements
- Uses Infinite Editing (
editorService
) for editing DTGE content, instead of overlays. - Adds option to set dialog (infinite editor) size from grid editor config.
- Adds Content Template aka Blueprints support for DTGE items.
- Updates default placeholder for DTGEs without previews enabled.
- Developers Guide updated
- New minimum Umbraco version requirement: 8.1.0 - Doc Type Grid Editor will not work in lower versions!
Thanks to @leekelleher, @mattbrailsford, @bjarnef, @ArnoldV, @nul800sebastiaan, @recyclethis, @esn303 for collaborating on getting this great package ported to v8.
Enjoy the release!
All the best from @skttl
This release is also available on NuGet...
PM>
Install-Package Our.Umbraco.DocTypeGridEditor -Version 1.0.0-beta
Doc Type Grid Editor 1.0.0-beta
Merge pull request #149 from skttl/develop Preparing v.1.0.0-beta
Doc Type Grid Editor 0.6.1
Hey there Umbraco fans!
Following up on v0.6.0, here's a patch release... Doc Type Grid Editor v0.6.1!
Bug fixes, features & enhancements
- #123, #124, #127 Fixes to the Preview mechanism
- #125 Enables use of
CurrentPage
inDocTypeGridEditorSurfaceController
Thanks to @jesperordrup, and @herpoelaertw for raising issues that led to fixes for this release, #h5yr!
Enjoy the release!
All the best from @leekelleher and @mattbrailsford
This release is also available on NuGet...
Doc Type Grid Editor 0.6.0
Hey there Umbraco fans!
Following up on our recent 0.6.0-beta release, we are happy to present you with... Doc Type Grid Editor v0.6.0! (official)
Outlined below is all the bug fixes and enhancements from both v0.6.0-beta and v0.6.0 (non-beta).
Bug fixes, features & enhancements
- #59, #105, #109, #111 Refactored preview mechanism
- #100 Replaced doc type dropdown with item picker overlay
- #103 Adds localization
- aba6500 Refactored internal API (non-breaking-change)
- #117, 0ebaf16 Support for Vorto in previews (enables
UmbracoContext.InPreviewMode
)
Breaking change
- #115, 591cc4d Increased minimum Umbraco dependency to v7.6.0+
Special thanks to @skttl, @kows and @soreng for your help with this release, #h5yr!
Enjoy the release!
All the best from @leekelleher and @mattbrailsford
This release is also available on NuGet...
Doc Type Grid Editor 0.6.0-beta
Hey there Umbraco fans!
We are happy to present you with... Doc Type Grid Editor v0.6.0 beta!
The reason this is a beta release, is that we would like to verify that the changes made to the preview mechanism are backwards-compatible and not break existing DTGE implementations. If you would like to get involved, please feel free to test it out. Then we can take it out of beta.
Here are the highlights for this this release...
Bug fixes, features & enhancements
- #59, #105, #109, #111 Refactored preview mechanism
- #100 Replaced doc type dropdown with item picker overlay
- #103 Adds localization
- aba6500 Refactored internal API (non-breaking-change)
Special thanks to @skttl and @kows for your help with this release, #h5yr!
Enjoy the release!
All the best from @leekelleher and @mattbrailsford
This release is also available on NuGet...
Doc Type Grid Editor 0.5.0
Hey there Umbraco fans! We can finally present you with... Doc Type Grid Editor v0.5.0!
Here are the highlights for this this release...
Bug fixes, features & enhancements
- #89 #88 Umbraco 7.8 support - prevents removing the last tab
- #86 Replaces dialog with umb-overlay directive
- This feature also fixes issues #65 and #80
- #79 #44 Adds ModelsBuilder support - for strongly typed models
- #90 #60 Use label instead of alias for displaying tab text in editor dialog
- #83 Preview compilation
- #78 Fix issue with umbracoRedirect and dtgePreview
- #87 Refactor cache expiry to use distributed cache refresher
- #82 Guids are updated everytime the DTE content is saved bug
- #74 Helper methods for renaming aliases
Special thanks to @dawoe @tomvanenckevort @MvdDonk @mathiasrando @simonech @TomSteer for your help with this release, #h5yr!
Enjoy the release!
All the best from @leekelleher and @mattbrailsford
This release is also available on NuGet...