Skip to content

Pre release Changelog

Håkan Edling edited this page Aug 10, 2019 · 30 revisions

This page contains the complete change log for all of the pre-releases for the different versions. For a complete change log of what has been updated between official releases, please refer to Changelog.

7.0.0 Pre-releases

7.0.0-rc1

2019-08-10

Manager

  • Fixed image scaling bug in Safari for column block 42d4581
  • Fixed content focus after reverting content 246a4b5
  • Fixed so ~/manager redirects to the first page available f23e8c24
  • Added support for list regions on Sites. 922816a
  • Added datepicker to DateField afc4934
  • Fixed ordering bug in the Site Edit Modal c3ef491
  • Added SimpleMDE Markdown field c61b0262
  • Added link dialog to Tiny MCE 172318e
  • Added image dialog to Tiny MCE 2d22c26

7.0.0-beta1

2019-08-06

Known issues

  • Can't add list region items for Sites
  • Content looses focus after reverting a page

Core

  • Add WebApi module for accessing the IApi. #229

Manager

  • Fixed bug in list regions for post types. 0c6920f
  • Fixed bug in list regions for post types. b1db24d
  • Fixed so label is not rendered for single field regions. 890fb11
  • Add content edit for sites. 643a652

7.0.0-alpha4

2019-08-02

Manager

  • Added support for adding pages add specific positions. 7401fee

7.0.0-alpha3

2019-08-01

Core

  • Fixed automatic removal of unused tags & categories for drafts. d085e8e
  • Fixed caching for drafts. 786e19f
  • Added base classes for Razor Pages for draft handling. 329b29b
  • Added draft support for MVC controllers. cb3c2ec

Manager

  • Added page preview. e7beb3d
  • Added post preview. e25ea86
  • Added page status in sitemap. 6f90d4b
  • Added config for max number of revisions. 430291c
  • Added so sitemap is reloaded after site has been saved. 7166d9a
  • Support for adding & removing sites. cd749f0

Bugfixes

  • Sitemap caching issues when updating pages. #725

7.0.0-alpha2

2019-07-15

Core

  • Save drafts of already published content. #622

Manager

  • Fixed bug in quote block component
  • Added support for posts
  • Added component for PostField
  • Added missing registration for ColumnBlock
  • Added extension method for simpler manager registration

7.0.0-alpha1

2019-06-29

This is the first alpha for 7.0. The main part of this version is of course the brand new manager interface that has been redesigned using Razor Pages, Api Controllers and Vue.js. Although this is not the complete version and some features are missing (like post & site content management) we encourage everyone who has a lot of custom fields and blocks to try out the new version in a new branch to start upgrading your custom components to the new technology stack.

Core

  • Archive service doesn't populate category/tag. #620
  • Updated posts are not purged from cache. #603
  • Save drafts of already published content. #622
  • Null checks of fields. #692

Manager

  • Move texts to resources for translation. #39
  • Media card/gallery view. #62
  • Update font awesome. #406
  • New manager interface. #460
  • Horizontal block groups. #599
  • Possibility to collapse all blocks. #613
  • Description on fields. #621
  • Documents displayed as videos in media. #629
  • Page ordering past depth of 5. #636

5.3.0 Pre-releases

5.3.0-beta1

2018-11-14

Core

  • Mobile Friendly Hamburger menu. #302
  • Culture / Language Support on Site level. #308
  • Add config to FileStorage extension method. #422

Manager

  • Document media preview. #69
  • Default block template. #411
  • Improve add user email field. #412
  • Add loading animation to AJAX actions on Manager. #413
  • Tooltip support. #414
  • Allow HTML in region descriptions. #415
  • Don't show inner HTML in link dialog. #419

Bugfixes

  • Published post from unpublished archive page is accessible. #323
  • Updating image-link in the HTML-editor. #420
  • Pdfs show last image viewed in modal. #421

Known Issues

  • Style error on Block Groups in the Manager.

5.2.0 Pre-releases

5.2.0-beta2

2018-10-10

Core

  • Extension method for adding Mem Cache. #398
  • Extension method for adding Blob Storage. #399

Manager

  • Make buttons fixed for Page & Post edit #393
  • Fix button layout for Post & Page field. #395

Bugfixes

  • Cannot add hyperlink to image in HTML editor. #343 #343
  • Raw SQL in migration breaks in MySQL. #375
  • 24 hour time format in manager date picker? #394
  • Can't remove last block from Page. #396

5.2.0-beta1

2018-10-02

When installing this beta, please install version 5.2.0-beta1-1 of Piranha.Manager as the package reference for SignalR was missing in the first version of the package.

Core

  • Page redirects in sitemap for better SEO. #340
  • Remove IApi from ContentTypeBuilder. #363
  • Keep all Content Types in memory. #369
  • Add placeholder option for fields. #370
  • Add support for async Init() on Fields. #374
  • Adding information text for a region. #388
  • Rename BlogPage to ArchivePage. #391

Manager

  • BrowserLink for live updated preview. #287
  • Change Login Logo via Manager / Config. #359
  • Ability to filter the manager media list. #360
  • Add possibility to inject partials into the manager. #373

Bugfixes

  • Markdown Fields not saved on first click. #392

5.1.0 Pre-releases

5.1.1-beta1

2018-07-07

Core

  • Add support for "unlisted" block types. #324

Manager

  • Change Page & Post edit to save via Ajax. #292

Bugfixes

  • Adding blog post to not saved draft of a new archive causes exception. #321

5.1.0-alpha2

2018-06-28

Core

  • Add support for Block Groups. #291

Manager

  • Show Block icon and name on hover. #303
  • Visual placeholders for empty HTML blocks. #307
  • Set new Block dialog position depending on screen position. #318

5.1.0-alpha1

2018-06-19

Please note that this version switches from .NET Core and EF Core 2.0 to 2.1

Core

  • Support for site-global content. #295
  • Support multiple file formats in image scaling. #296
  • Upgrade to .NET Core 2.1 & EF Core 2.1 #297

Manager

  • Improve error message on failed login. #294
  • Improve UX on media fields. #299

5.0.0 Pre-releases

5.0.0-beta1

2018-05-23

Core

  • Added block-based content. #202
  • Support for Page Copies. #252
  • Support for loading content without regions & blocks. #285
  • Add number Field. #277
  • Updated slug generation. 278
  • Auto register fields used by content types. #288

Manager

  • Added column swap for column blocks. #281
  • Make scheduled entries more visible. #283

Bugfixes

  • Image resize not working in TinyMCE. #282
  • Identity module migration not working for SQLServer
  • Item sorting not working for List regions.

5.0.0-alpha1

2018-05-16

This release contains breaking changes. See #246, #250, #251

Core

  • Add page/post specific Blocks. #202
  • Add checkbox field. #230
  • Add support for custom search queries. #232
  • Add Hook for slug generation. #243
  • Add tag filtering for archives. #246
  • Support DI in field Init(). #250
  • Rename Piranha.Extend.FieldAttribute. #251
  • Add security module for AspNetCore Identity. #271

Manager

  • Add media link to TinyMCE. #242
  • Add module info to the Manager. #248
  • Add custom css/js to the Manager. #273
  • Add font awesome to the Manager. #275

Bugfixes

  • Sitemap middleware includes unpublished posts. #195
  • Archive router bug for Razor pages. #248
  • Requesting a non-existing post should throw 404. #261

4.3.0 Pre-releases

4.3.0-beta1

2018-03-20

I unfortunately forgot to update the version displayed on the login screen of the manager interface. This means that even though you have 4.3.0-beta1 installed the UI will say that the version is 4.2.1.

Core

  • Add Select field. #56
  • Add support for Generic fields. #56
  • Split caching into different levels. #96
  • Allow aliases to point to http:// urls. #204
  • CDN support for media storage. #205
  • Allow prefix in hostnames. #209
  • Store requested SiteId in HttpContext. #210

Manager

  • Drag and drop media upload. #67
  • Toolbar for Markdown fields. #85
  • Suggest alias when changing slugs. #184
  • Show Page type name in site tree. #212

Bugfixes

  • IApi should be injected in middleware Invoke(). #213
  • Old media isn't removed when updated with new filename. #218
  • Collection regions not working for posts. #219

4.2.0 Pre-releases

4.2.0-beta1

2018-02-21

Core

  • Added sitemap.xml generator. #150
  • Added basic project template. #167
  • Fixed so start page router can handle blog pages. #187

Manager

  • Fixed format error on post published date. #183
  • Updated save behavior for posts. #185
  • Added post search in the blog archive. #188
  • Added manual publish date for pages. #189

4.2.0-alpha2

2018-02-08

Core

  • Added alias model. #97
  • Added hooks for aliases. #105
  • Added hooks for categories. #105
  • Added hooks for media. #105
  • Added hooks for media folders. #105
  • Added hooks for params. #105
  • Added hooks for sites. #105
  • Added hooks for tags. #105
  • Fixed bug in PostRouter for multiple sites. #181

Manager

  • Added alias management views. #97

4.2.0-alpha1

2018-01-25

Core

  • Made IStorage & IStorageSession async. #109
  • Added support for Azure Blob Storage. #23
  • Added image scaling & image versions. #119

4.1.0 Pre-releases

4.1.0-beta2

2018-01-12

Core

  • Fixed bug with empty collection regions. #162
  • Added page field. #163

Manager

  • Added custom TinyMCE plugin for Page & Post links. #153
  • Added sitemap reload after move. 6ede7ac
  • Prohibited recursive page delete. 83b3176

4.1.0-beta1

2018-01-08

Core

  • Added document field. #157
  • Added video field. #158
  • Added media field. #159
  • Added post field. #160

4.1.0-alpha1

2017-12-31

Core

  • Added category model. #76
  • Added tag model. #77
  • Added post model. #78

Manager

  • Fixed init of dynamically added Editors. #152
  • Manager menu needs to check claims. #151

4.0.0 Pre-releases

4.0.0-rc1

2017-11-27

With contributions by: @gyretech & @filipjansson

Core

  • Added more automated tests.
  • Automatic internal id generation for sites #135
  • Page routing for multiple sites

Manager

  • Claims based authorization for the different admin features
  • Auto focus when creating a new media folder

Bugfixes

  • Manager media preview shows file size in bytes #123
  • Manager media upload is case sensitive
  • Migrations fails on MSSQL
  • Transaction error on MSSQL when adding a new page
  • Fixed page slug index for multiple sites #136

4.0.0-alpha9

2017-08-26

  • Upgraded to NetStandard 2.0 #113
  • Added local TinyMCE & Image dialog. #84
  • Added support for multiple Page Routes. #112
  • Added IApi to support unit testing. #103
  • Added media modal upload. #68

4.0.0-alpha8

2017-08-18

  • Added auth support in the manager. #82
  • Added config for expanded levels. #107
  • Added sitemap expand/collapse. #106
  • Fixed missing caching in media repository.

4.0.0-alpha7

2017-05-23

  • Added manager config views. #101
  • Added repository support for hierarchical page slugs. #59
  • Support for custom field serializers. #100
  • Added caching to the MediaRepository #58
  • Fixed page edit for multiple sites #99
  • Added delete site to the manager. #98
  • Added logging to AspNet middleware. #14
  • Added media asset update from the manager. #94
  • Fixed attribute builder region sorting. #88
  • Adjusted media modal. #93
  • Added CI-build for Linux/Mac OS X.
  • Added Test Coverage.
  • Fixed cache bug in PageRepository.
  • Changed Markdown component to Markdig.

4.0.0-alpha6

2017-05-02

  • Added HTTP cache for pages. #83
  • Added support for MediaTypes. #61
  • Added support for non expandable region items. #87
  • Updated ImageField view with button group.
  • Added Firefox fix for draggable region items. #81
  • Fixed repository bug for uninitialized region items. #80

4.0.0-alpha5

2017-04-25

  • Support for collection regions. #74
  • Support for controlling region list titels.
  • Fixed repository bug not removing old list items.
  • Support for specifying column width for fields in the manager.

4.0.0-alpha4

2017-04-21

  • Fixed manager crash in collection regions. #73
  • Fixed media upload in Edge. #72
  • Show all media information in the preview modal. #65
  • Support for video in the preview modal. #70

4.0.0-alpha3

2017-04-20

  • Added FieldOptions for PageTypes
  • Handling of default site in SiteRepository
  • Manager views for Sites.

4.0.0-alpha1

2017-04-19

First official alpha release.