Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Haeffner committed Dec 8, 2014
1 parent f69c4e3 commit 1f594dc
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# The Internet 0.37.0 (11-20-2014)
# The Internet 0.38.0 (12-08-2014)

An example application that captures prominent and ugly functionality found on the web. Perfect for writing automated acceptance tests against.

Expand All @@ -12,6 +12,7 @@ Deployed and available at [http://the-internet.herokuapp.com](http://the-interne
+ [Challenging DOM](http://the-internet.herokuapp.com/challenging_dom)
+ [Checkboxes](http://the-internet.herokuapp.com/checkboxes)
+ [Context Menu](http://the-internet.herokuapp.com/context_menu)
+ [Disappearing Elements](http://the-internet.herokuapp.com/disappearing_elements)
+ [Drag and Drop](http://the-internet.herokuapp.com/drag_and_drop)
+ [Dropdown](http://the-internet.herokuapp.com/dropdown)
+ [Dynamic Content](http://the-internet.herokuapp.com/dynamic_content)
Expand Down
2 changes: 1 addition & 1 deletion README.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# The Internet 0.37.0 (11-20-2014)
# The Internet 0.38.0 (12-08-2014)

An example application that captures prominent and ugly functionality found on the web. Perfect for writing automated acceptance tests against.

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.37.0
0.38.0
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#0.38.0
+ Updated shifting content so it defaults to 10 pixels, but can be changed in the URL by adding a /number (e.g., /shifting_content/100)
+ Added an example for disappearing/reappearing elements on each page load

#0.37.0
+ Small copy tweak to /dynamic_content
+ Added body text that shifts by 1 pixel to /shifting_content
Expand Down
1 change: 1 addition & 0 deletions examples.csv
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ Secure File Download,/download_secure
Shifting Content,/shifting_content
Dynamic Content,/dynamic_content
Challenging DOM,/challenging_dom
Disappearing Elements,/disappearing_elements
1 change: 1 addition & 0 deletions views/examples.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<li><a href='/challenging_dom'>Challenging DOM</a></li>
<li><a href='/checkboxes'>Checkboxes</a></li>
<li><a href='/context_menu'>Context Menu</a></li>
<li><a href='/disappearing_elements'>Disappearing Elements</a></li>
<li><a href='/drag_and_drop'>Drag and Drop</a></li>
<li><a href='/dropdown'>Dropdown</a></li>
<li><a href='/dynamic_content'>Dynamic Content</a></li>
Expand Down

0 comments on commit 1f594dc

Please sign in to comment.