diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-09-20 20:21:32 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-09-20 20:21:45 -0400 |
commit | 1827b390d8c3dbff6c5ac10c90360ab198a4d34e (patch) | |
tree | 335f701604addcbba5cea74dfed9f96d0ec99861 /build/release/changelog-shell | |
parent | 9fbbd01492786df688a69632fafe8ecf43fd7abd (diff) | |
download | jquery-ui-1827b390d8c3dbff6c5ac10c90360ab198a4d34e.tar.gz jquery-ui-1827b390d8c3dbff6c5ac10c90360ab198a4d34e.zip |
Build: Convert changelog to markdown.
Diffstat (limited to 'build/release/changelog-shell')
-rw-r--r-- | build/release/changelog-shell | 67 |
1 files changed, 34 insertions, 33 deletions
diff --git a/build/release/changelog-shell b/build/release/changelog-shell index 9e4fbd7e4..7e951d7a6 100644 --- a/build/release/changelog-shell +++ b/build/release/changelog-shell @@ -10,70 +10,71 @@ Move all commit notes to the appropriate section. - If there is no ticket number, search Trac for the relevant ticket. - If there is no ticket, create one (if needed), or leave just the commit link. -Double check that "XXXX" does not appear anywhere in the changelog. +Double check that "TICKETREF" does not appear anywhere in the changelog. -Post this changelog at: CHANGELOG_URL +Add this changelog to jqueryui.com. DELETE EVERYTHING ABOVE THE FOLLOWING LINE ------------------------------------------ +<script>{ + "title": "{title}" +}</script> -= Summary = -This is the final release of jQuery UI 1.8. --- OR -- -This is the second maintenance release for [[UI/Changelog/1.8|jQuery UI 1.8]]. +## Summary +{summary} -= Build = +## Build -= Core & Utilities = +## Core & Utilities -=== UI Core === +### UI Core -=== Mouse === +### Mouse -=== Widget Factory === +### Widget Factory -=== Position === +### Position -= Interactions = +## Interactions -=== Draggable === +### Draggable -=== Droppable === +### Droppable -=== Resizable === +### Resizable -=== Selectable === +### Selectable -=== Sortable === +### Sortable -= Widgets = +## Widgets -=== Accordion === +### Accordion -=== Autocomplete === +### Autocomplete -=== Button === +### Button -=== Datepicker === +### Datepicker -=== Dialog === +### Dialog -=== Progressbar === +### Progressbar -=== Slider === +### Slider -=== Tabs === +### Tabs -= Effects = +## Effects -=== Individual effects === +### Individual effects -= CSS Framework = +## CSS Framework -= Demos = +## Demos -= Website = +## Website -=== Download Builder === +### Download Builder |