Skip to content

Commit

Permalink
release 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KaliedaRik committed Nov 30, 2015
1 parent 3bbd9ee commit 96cab03
Show file tree
Hide file tree
Showing 131 changed files with 2,536 additions and 2,307 deletions.
14 changes: 8 additions & 6 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/***********************************************************************************
* SCRAWL.JS Library
*
* version 5.0.1 - 28 November 2015
* version 5.0.2 - 30 November 2015
* Developed by Rik Roots - rik.roots@gmail.com, rik@rikweb.org.uk
*
* Scrawl demo website: http://scrawl.rikweb.org.uk
Expand Down Expand Up @@ -86,7 +86,7 @@ http://scrawl.rikweb.org.uk/

B. DEVELOPMENT
------------------------------------------------------------------------------------
VERSION 5.0.1 released 28 November 2015
VERSION 5.0.2 released 30 November 2015

- the zip file includes:

Expand All @@ -111,15 +111,15 @@ VERSION 5.0.1 released 28 November 2015
- scrawlWheel-min.js (7kb)

Development:
- scrawlCore.js (238kb)
- scrawlCore.js (239kb)
- scrawlAnimation.js (88kb)
- scrawlBlock.js (14kb)
- scrawlCollisions.js (29kb)
- scrawlColor.js (15kb)
- scrawlFilters.js (67kb)
- scrawlFrame (40kb)
- scrawlImageLoad.js (25kb)
- scrawlImages.js (68kb)
- scrawlFrame (41kb)
- scrawlImageLoad.js (28kb)
- scrawlImages.js (69kb)
- scrawlPath.js (68kb)
- scrawlPathFactories.js (25kb)
- scrawlPhrase.js (39kb)
Expand Down Expand Up @@ -147,6 +147,8 @@ If I don't answer, nudge me by email: rik.roots@gmail.com

C. VERSIONS
------------------------------------------------------------------------------------
Version 5.0.2 uploaded 30 November 2015
- minor bugfix
Version 5.0.1 uploaded 28 November 2015
- minor bugfix
VERSION 5.0.0 uploaded 26 November 2015
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scrawl-canvas",
"version": "5.0.1",
"version": "5.0.2",
"homepage": "https://github.com/KaliedaRik/Scrawl-canvas",
"authors": [
"Rik Roots <rik.roots@gmail.com>"
Expand Down
12 changes: 11 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/***********************************************************************************
* SCRAWL.JS Library
*
* version 5.0.1 - 28 November 2015
* version 5.0.2 - 30 November 2015
* Developed by Rik Roots - rik.roots@gmail.com, rik@rikweb.org.uk
*
* Scrawl demo website: http://scrawl.rikweb.org.uk
Expand Down Expand Up @@ -44,6 +44,16 @@ Currently known bugs
- The text does not yet take into account any path handle offsets

CHANGE LOG
------------------------------------------------------------------------------------
151130
- version 5.0.2 released

151128
- version 5.0.1 released

151126
- version 5.0.0 released

------------------------------------------------------------------------------------
November 2015
- redesign and recode website tour page
Expand Down
2 changes: 1 addition & 1 deletion docs/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ YUI.add("yuidoc-meta", function(Y) {
{
"displayName": "scrawlCore",
"name": "scrawlCore",
"description": "# scrawlCore\n\n## Version 5.0.1 - 28 November 2015\n\nDeveloped by Rik Roots - <rik.roots@gmail.com>, <rik@rikweb.org.uk>\n\nScrawl demo website: <http://scrawl.rikweb.org.uk>\n\n## Purpose and features\n\nThe core module is the only essential file in Scrawl. It must always be directly, and completely, loaded into the web page before any Scrawl extensions are added to it. \n\n* Defines the Scrawl scope - __window.scrawl__\n\n* Defines a number of utility methods used throughout Scrawl.js\n\n* Defines the Scrawl library - all significant objects created by Scrawl can be found here\n\n* Searches the DOM for &lt;canvas&gt; elements, and imports them into the Scrawl library\n\n* Instantiates controllers (Pad objects) and wrappers (Cell objects) for each &lt;canvas&gt; element\n\n* Instantiates Context engine objects for each Cell object\n\n* Defines mouse functionality in relation to &lt;canvas&gt; elements\n\n* Defines the core functionality for Entity objects to be displayed on &lt;canvas&gt; elements; the different types of Entitys are defined in separate extensions which need to be loaded into the core\n\n* Defines Group objects, used to group entitys together for display and interaction purposes\n\n* Defines Design objects - Gradient and RadialGradient - which can be used by Entity objects for their _fill_ and _stroke_ styles; additional Design objects (Pattern, Color) are defined in separate extensions\n\n## Loading the module"
"description": "# scrawlCore\n\n## Version 5.0.2 - 30 November 2015\n\nDeveloped by Rik Roots - <rik.roots@gmail.com>, <rik@rikweb.org.uk>\n\nScrawl demo website: <http://scrawl.rikweb.org.uk>\n\n## Purpose and features\n\nThe core module is the only essential file in Scrawl. It must always be directly, and completely, loaded into the web page before any Scrawl extensions are added to it. \n\n* Defines the Scrawl scope - __window.scrawl__\n\n* Defines a number of utility methods used throughout Scrawl.js\n\n* Defines the Scrawl library - all significant objects created by Scrawl can be found here\n\n* Searches the DOM for &lt;canvas&gt; elements, and imports them into the Scrawl library\n\n* Instantiates controllers (Pad objects) and wrappers (Cell objects) for each &lt;canvas&gt; element\n\n* Instantiates Context engine objects for each Cell object\n\n* Defines mouse functionality in relation to &lt;canvas&gt; elements\n\n* Defines the core functionality for Entity objects to be displayed on &lt;canvas&gt; elements; the different types of Entitys are defined in separate extensions which need to be loaded into the core\n\n* Defines Group objects, used to group entitys together for display and interaction purposes\n\n* Defines Design objects - Gradient and RadialGradient - which can be used by Entity objects for their _fill_ and _stroke_ styles; additional Design objects (Pattern, Color) are defined in separate extensions\n\n## Loading the module"
},
{
"displayName": "scrawlFilters",
Expand Down
20 changes: 10 additions & 10 deletions docs/classes/Action.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1><img src="../assets/css/logo.png" title="scrawl-canvas"></h1>

</div>
<div class="yui3-u-1-4 version">
<em>API Docs for: 5.0.1</em>
<em>API Docs for: 5.0.2</em>
</div>
</div>
<div id="bd" class="yui3-g">
Expand Down Expand Up @@ -637,7 +637,7 @@ <h3 class="name"><code>clone</code></h3>



<a href="../files/source_scrawlCore.js.html#l2249"><code>source\scrawlCore.js:2249</code></a>
<a href="../files/source_scrawlCore.js.html#l2254"><code>source\scrawlCore.js:2254</code></a>

</p>

Expand Down Expand Up @@ -831,7 +831,7 @@ <h3 class="name"><code>get</code></h3>



<a href="../files/source_scrawlCore.js.html#l2202"><code>source\scrawlCore.js:2202</code></a>
<a href="../files/source_scrawlCore.js.html#l2207"><code>source\scrawlCore.js:2207</code></a>

</p>

Expand Down Expand Up @@ -1026,7 +1026,7 @@ <h3 class="name"><code>numberConvert</code></h3>



<a href="../files/source_scrawlCore.js.html#l2296"><code>source\scrawlCore.js:2296</code></a>
<a href="../files/source_scrawlCore.js.html#l2301"><code>source\scrawlCore.js:2301</code></a>

</p>

Expand Down Expand Up @@ -1134,7 +1134,7 @@ <h3 class="name"><code>parse</code></h3>



<a href="../files/source_scrawlCore.js.html#l2288"><code>source\scrawlCore.js:2288</code></a>
<a href="../files/source_scrawlCore.js.html#l2293"><code>source\scrawlCore.js:2293</code></a>

</p>

Expand Down Expand Up @@ -1285,7 +1285,7 @@ <h3 class="name"><code>set</code></h3>



<a href="../files/source_scrawlCore.js.html#l2218"><code>source\scrawlCore.js:2218</code></a>
<a href="../files/source_scrawlCore.js.html#l2223"><code>source\scrawlCore.js:2223</code></a>

</p>

Expand Down Expand Up @@ -1439,7 +1439,7 @@ <h3 class="name"><code>comment</code></h3>



<a href="../files/source_scrawlCore.js.html#l2180"><code>source\scrawlCore.js:2180</code></a>
<a href="../files/source_scrawlCore.js.html#l2185"><code>source\scrawlCore.js:2185</code></a>

</p>

Expand Down Expand Up @@ -1531,7 +1531,7 @@ <h3 class="name"><code>name</code></h3>



<a href="../files/source_scrawlCore.js.html#l2158"><code>source\scrawlCore.js:2158</code></a>
<a href="../files/source_scrawlCore.js.html#l2163"><code>source\scrawlCore.js:2163</code></a>

</p>

Expand Down Expand Up @@ -1768,7 +1768,7 @@ <h3 class="name"><code>timestamp</code></h3>



<a href="../files/source_scrawlCore.js.html#l2194"><code>source\scrawlCore.js:2194</code></a>
<a href="../files/source_scrawlCore.js.html#l2199"><code>source\scrawlCore.js:2199</code></a>

</p>

Expand Down Expand Up @@ -1906,7 +1906,7 @@ <h3 class="name"><code>title</code></h3>



<a href="../files/source_scrawlCore.js.html#l2187"><code>source\scrawlCore.js:2187</code></a>
<a href="../files/source_scrawlCore.js.html#l2192"><code>source\scrawlCore.js:2192</code></a>

</p>

Expand Down
Loading

0 comments on commit 96cab03

Please sign in to comment.