-
-
Notifications
You must be signed in to change notification settings - Fork 567
Pre release Changelog
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.
2018-06-19
Please note that this version switches from .NET Core and EF Core
2.0
to2.1
- 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
2018-05-23
- 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
- Image resize not working in TinyMCE. #282
- Identity module migration not working for SQLServer
- Item sorting not working for List regions.
2018-05-16
This release contains breaking changes. See #246, #250, #251
- 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
- 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
- Sitemap middleware includes unpublished posts. #195
- Archive router bug for Razor pages. #248
- Requesting a non-existing post should throw 404. #261
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.
- 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
- 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
- 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
2018-02-21
- Added sitemap.xml generator. #150
- Added basic project template. #167
- Fixed so start page router can handle blog pages. #187
- 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
2018-02-08
- 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
- Added alias management views. #97
2018-01-25
- Made IStorage & IStorageSession async. #109
- Added support for Azure Blob Storage. #23
- Added image scaling & image versions. #119
2018-01-12
- Added custom TinyMCE plugin for Page & Post links. #153
- Added sitemap reload after move. 6ede7ac
- Prohibited recursive page delete. 83b3176
2018-01-08
2017-12-31
2017-11-27
With contributions by: @gyretech & @filipjansson
- Added more automated tests.
- Automatic internal id generation for sites #135
- Page routing for multiple sites
- Claims based authorization for the different admin features
- Auto focus when creating a new media folder
- 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
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
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.
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.
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
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.
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
2017-04-20
- Added
FieldOptions
for PageTypes - Handling of default site in
SiteRepository
- Manager views for Sites.
2017-04-19
First official alpha release.