1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-07 22:33:50 +00:00

Rejiggle the release documentation

This commit is contained in:
Jermolene 2013-11-09 11:55:14 +00:00
parent b745e304a2
commit d41feb63e3
5 changed files with 40 additions and 5 deletions

View File

@ -18,7 +18,9 @@ This release is the culmination of a large scale refactoring of the widget mecha
* The following widgets have had significant changes: * The following widgets have had significant changes:
** EditWidget ** EditWidget
** ListWidget - the list widget itself no longer generates HTML nodes, so you'll often need to wrap the template in a `<div>` or a `<span>` to be able to style the content ** ListWidget - the list widget itself no longer generates HTML nodes, so you'll often need to wrap the template in a `<div>` or a `<span>` to be able to style the content
** ViewWidget - `<$view format="link"/>` is no longer available; use an explicit `<$link>` widget instead ** ViewWidget - has several changes:
*** `<$view format="link"/>` is no longer available; use an explicit `<$link>` widget instead
*** `<$view format="link"/>` is no longer available; use the TranscludeWidget instead
* The following new widgets have been added: * The following new widgets have been added:
** BrowseWidget ** BrowseWidget
** DropzoneWidget ** DropzoneWidget

View File

@ -1,8 +1,11 @@
created: 201311081754007 created: 201311081854007
creator: JeremyRuston creator: JeremyRuston
modified: 201311081754007 modified: 201311081854007
modifier: JeremyRuston modifier: JeremyRuston
title: Release 5.0.0-alpha.12 title: Release 5.0.0-alpha.12
tags: releasenote tags: releasenote
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.0.0-alpha.11...v5.0.0-alpha.12]]//
This minor release just contains fixes for the syncer and related adaptor modules for the TiddlyWeb edition and for TiddlyWiki5's integrated server. This minor release just contains fixes for the syncer and related adaptor modules for the TiddlyWeb edition and for TiddlyWiki5's integrated server.

View File

@ -0,0 +1,15 @@
created: 201311091122007
creator: JeremyRuston
modified: 201311091122007
modifier: JeremyRuston
title: Release 5.0.0-alpha.13
tags: releasenote
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.0.0-alpha.12...v5.0.0-alpha.13]]//
This release has several bug fixes:
* Fixes to DaveGifford's themes ''blanca'', ''blue'' and ''rocker''
* Fix an issue with the `<$edit-text>` widget
* Documentation updates
* Improved deployment scripts

View File

@ -0,0 +1,16 @@
created: 201311091054007
creator: JeremyRuston
modified: 201311091054007
modifier: JeremyRuston
title: ReleaseHistory
Here are the details of recent releases of TiddlyWiki5.
<$list filter="[tag[releasenote]!sort[created]]">
<div>
<h1><$link to={{!!title}}><$view field="title"/></$link></h1>
<div>
<$transclude/>
</div>
</div>
</$list>

View File

@ -2,8 +2,7 @@ title: $:/DefaultTiddlers
HelloThere HelloThere
Features Features
[[Release 5.0.0-alpha.12]] ReleaseHistory
[[Release 5.0.0-alpha.11]]
Community Community
[[TiddlyWiki5 Editions]] [[TiddlyWiki5 Editions]]
RoadMap RoadMap