Skip to content

Commit bfd3751

Browse files
committed
chore(release):v4.0.0
1 parent e7fc36e commit bfd3751

File tree

3 files changed

+10
-13
lines changed

3 files changed

+10
-13
lines changed

README.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -145,17 +145,14 @@ var enjoyhint_script_steps = [
145145

146146
#### Release notes
147147

148-
##### v.3
149-
150-
* New and simplified description of EnjoyHint steps
151-
* Auto scroll to the element
152-
* Possibility to hide or display the buttons showNext, showSkip.
153-
* HTML usage allowed in description
154-
* Destructor
155-
* Simplified property names
156-
* Grunt to compress and merge files
157-
* New examples
158-
* You can learn the step you are on by the class enjoyhint-step-* ( where * stands for the step number).
148+
##### v.4
149+
150+
* Fix label position bugs
151+
* Fix arrow position bugs
152+
* Fix resize bugs
153+
* Add responsive design
154+
* Add mobile support
155+
* Add possibility to go back to previous step
159156

160157

161158

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"enjoyhint.js",
55
"enjoyhint.css"
66
],
7-
"version": "3.1.0",
7+
"version": "4.0.0",
88
"homepage": "https://github.com/xbsoftware/enjoyhint",
99
"authors": [
1010
"XB Software"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "enjoyhint",
3-
"version": "1.0.0",
3+
"version": "4.0.0",
44
"description": "Web-tool that provides the simplest way to create interactive tutorials and hints.",
55
"main": "enjoyhint.js",
66
"scripts": {

0 commit comments

Comments
 (0)