From ce3fcaa142bdf0258ce167a89f32ada1379fc98d Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Fri, 8 Nov 2013 17:56:35 +0000 Subject: [PATCH] Add docs for 5.0.0alpha11 --- .../tw5.com/tiddlers/Release 5.0.0alpha11.tid | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 editions/tw5.com/tiddlers/Release 5.0.0alpha11.tid diff --git a/editions/tw5.com/tiddlers/Release 5.0.0alpha11.tid b/editions/tw5.com/tiddlers/Release 5.0.0alpha11.tid new file mode 100644 index 000000000..39b478127 --- /dev/null +++ b/editions/tw5.com/tiddlers/Release 5.0.0alpha11.tid @@ -0,0 +1,28 @@ +created: 201311081754007 +creator: JeremyRuston +modified: 201311081754007 +modifier: JeremyRuston +title: Release 5.0.0alpha11 + +This release is the culmination of a large scale refactoring of the widget mechanism of TiddlyWiki5. There are several changes to be aware of if upgrading from earlier versions: + +* The following widgets have been removed: +** `<$setstyle>` - use `
>>` instead +** `<$video>` - will return in a later release +** `<$datauri>` - use the `<>` built-in macro instead +** `<$error>` - may return in a later release +** `<$import>` - use the BrowseWidget, DropzoneWidget and NavigatorWidget instead +** `<$info>` - use the `<>` built-in macro instead +** `<$version>` - use the `<>` built-in macro instead +* The following widgets have had significant changes: +** EditWidget +** ListWidget +** ViewWidget - `<$view format="link"/>` is no longer available; use an explicit `<$link>` widget instead +* The following new widgets have been added: +** BrowseWidget +** DropzoneWidget +** EditTextWidget and EditBitmapWidget +** SetVariableWidget +* Widget attribute names have been made more consistent. In particular, `tiddler` is used to reference a tiddler by title, not `title` + +