Skip to content

Commit 79b6f25

Browse files
committed
Add change log file.
1 parent 3237435 commit 79b6f25

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
### 1.1.0 (2015.07.04)
2+
3+
* Change default visibility to all (visible and hidden elements)
4+
* Add textarea support
5+
* Add support for email, number, search, tel, and url input type
6+
* Add different approach to get element text more reliably
7+
* Add support for label without identifier
8+
* Add support for prefixed element type
9+
* Add restore to factory settings
10+
* Add AngularJS locators option for test framework that has support for it
11+
* Add option to limit the page area that one would like to generate from
12+
* Fix page object namespace that get dropped off from file name and generated page object
13+
* Robot Framework template adjustments
14+
* Add more documentation on generated page object for class instance return
15+
* Fix C# XML documentation format
16+
17+
### 1.0.5 (2015.06.29)
18+
19+
* Fixed page name initial validation
20+
* Faster popup load
21+
22+
### 1.0.4 (2015.06.28)
23+
24+
* Responsive layout adjustment
25+
* Swapped "Options" and "Settings" wording
26+
* Page name validation will be run on popup load,
27+
this will make Page Name more obvious as a required field
28+
* Mail sharer now support both native mail client and web-based client
29+
30+
### 1.0.3 (2015.06.25)
31+
32+
* Changed wording for "Model Name" to "Page Name"
33+
* Changed wording for "Target Name" to "Destination Page Name"
34+
* Changed wording for "More Options" link to "Settings" button
35+
* Added share via email
36+
37+
### 1.0.2 (2015.06.24)
38+
39+
* Validate text visibility with viewport consideration
40+
* Remove redundant information from generated CSS selector
41+
* Removed all special characters from variable and method name
42+
* Cleanups
43+
* Bug fixes
44+
45+
### 1.0.1 (2015.06.23)
46+
47+
* Initial product launch

0 commit comments

Comments
 (0)