Skip to content

Commit d695c1c

Browse files
committed
Release notes for 4.5.0rc1
1 parent a50bf5e commit d695c1c

File tree

1 file changed

+108
-0
lines changed

1 file changed

+108
-0
lines changed

docs/SeleniumLibrary-4.5.0rc1.rst

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
========================
2+
SeleniumLibrary 4.5.0rc1
3+
========================
4+
5+
6+
.. default-role:: code
7+
8+
9+
SeleniumLibrary_ is a web testing library for `Robot Framework`_ that utilizes
10+
the Selenium_ tool internally. SeleniumLibrary 4.5.0rc1 is a new release with
11+
updated PythonLibCore to 2.1.0. The Updated PythonLibCore improves documentation
12+
readability and offers better support IDE using Language Server Protocol with
13+
Robot Framework test data.
14+
15+
All issues targeted for SeleniumLibrary v4.5.0 can be found
16+
from the `issue tracker`_.
17+
18+
If you have pip_ installed, just run
19+
20+
::
21+
22+
pip install --upgrade robotframework-seleniumlibrary
23+
24+
to install the latest available release or use
25+
26+
::
27+
28+
pip install robotframework-seleniumlibrary==4.5.0rc1
29+
30+
to install exactly this version. Alternatively you can download the source
31+
distribution from PyPI_ and install it manually.
32+
33+
SeleniumLibrary 4.5.0rc1 was released on Saturday July 11, 2020. SeleniumLibrary supports
34+
Python 2.7 and 3.6+, Selenium 3.141.0+ and Robot Framework 3.1.2+. This is, again, last release
35+
which contains new development for Python 2.7 and users should migrate to Python 3.
36+
37+
.. _Robot Framework: http://robotframework.org
38+
.. _SeleniumLibrary: https://github.com/robotframework/SeleniumLibrary
39+
.. _Selenium: http://seleniumhq.org
40+
.. _pip: http://pip-installer.org
41+
.. _PyPI: https://pypi.python.org/pypi/robotframework-seleniumlibrary
42+
.. _issue tracker: https://github.com/robotframework/SeleniumLibrary/issues?q=milestone%3Av4.5.0
43+
44+
45+
.. contents::
46+
:depth: 2
47+
:local:
48+
49+
Most important enhancements
50+
===========================
51+
52+
Update PythonLibCore to 2.1.0 (`#1612`_, rc 1)
53+
----------------------------------------------
54+
PythonLibCore 2.1.0 offers cleaner library documentation and better support for
55+
IDE using Language Server Protocol.
56+
57+
Acknowledgements
58+
================
59+
60+
Overwriding the EMBED in the screenshot keywords creates EMBED folder (`#1614`_, rc 1)
61+
--------------------------------------------------------------------------------------
62+
Many thanks for Ossi R. for fixing bug when screen shot keywords overwrite the
63+
Set Screen Shot Directory EMBED argument. This in case extra EMBED directory was
64+
created.
65+
66+
Fix typo in extending documentation (`#1601`_, rc 1)
67+
----------------------------------------------------
68+
Many thanks for humbienri for fixing typo in the extending.rst documentation.
69+
70+
71+
Full list of fixes and enhancements
72+
===================================
73+
74+
.. list-table::
75+
:header-rows: 1
76+
77+
* - ID
78+
- Type
79+
- Priority
80+
- Summary
81+
- Added
82+
* - `#1614`_
83+
- bug
84+
- high
85+
- Overwriding the EMBED in the screenshot keywords creates EMBED folder
86+
- rc 1
87+
* - `#1612`_
88+
- enhancement
89+
- high
90+
- Update PythonLibCore to 2.1.0
91+
- rc 1
92+
* - `#1601`_
93+
- bug
94+
- medium
95+
- Fix typo in extending documentation
96+
- rc 1
97+
* - `#1604`_
98+
- bug
99+
- medium
100+
- Fix doc bugs in page should not * keywords.
101+
- rc 1
102+
103+
Altogether 4 issues. View on the `issue tracker <https://github.com/robotframework/SeleniumLibrary/issues?q=milestone%3Av4.5.0>`__.
104+
105+
.. _#1614: https://github.com/robotframework/SeleniumLibrary/issues/1614
106+
.. _#1612: https://github.com/robotframework/SeleniumLibrary/issues/1612
107+
.. _#1601: https://github.com/robotframework/SeleniumLibrary/issues/1601
108+
.. _#1604: https://github.com/robotframework/SeleniumLibrary/issues/1604

0 commit comments

Comments
 (0)