diff --git a/RELEASE NOTES.md b/RELEASE NOTES.md new file mode 100644 index 000000000..62ab10157 --- /dev/null +++ b/RELEASE NOTES.md @@ -0,0 +1,9 @@ +* RELEASE NOTES + +** Breaking Changes + +* Renamed UI Blocks to UI Messages (may 13, 2013) +* Messages are automatically hidden inside forms (may 04, 2013) +* Renamed UI Item Grid variation to standard item prototype to avoid conflict with ui grid (may 12, 2013) +* Renamed "grid" variation of table to "celled" to fix conflict with ui grid (may 10, 2013) +* Buttons are now grey by default \ No newline at end of file diff --git a/node/src/documents/collections/block.html b/node/src/documents/collections/message.html old mode 100755 new mode 100644 similarity index 88% rename from node/src/documents/collections/block.html rename to node/src/documents/collections/message.html index 4e6fce483..94d4b3566 --- a/node/src/documents/collections/block.html +++ b/node/src/documents/collections/message.html @@ -2,14 +2,14 @@ layout : 'default' css : 'text' -title : 'Text Block' +title : 'Message' type : 'UI Collection' ---
-

Text Block

-

Text Blocks can be used to give descriptions to sections of content. They can be formatted like tags, used to mark separate sections of a group of content.

+

Message

+

Messages can alert a user to something they must immediately consider before proceeding on to the normal content of the page.

@@ -28,7 +28,7 @@ type : 'UI Collection'

Text Block

A basic text block

-
+
Welcome back!
@@ -44,7 +44,7 @@ type : 'UI Collection'

List Block

A text block with a list

-
+
Welcome back!
@@ -59,7 +59,7 @@ type : 'UI Collection'

Dismissable Block

A text block that the user can choose to hide

-
+
Welcome back! @@ -76,14 +76,14 @@ type : 'UI Collection'

Hidden

Text Blocks can be hidden

-