Skip to content

Commit 41f8699

Browse files
feat(/): updating changelog
1 parent 5b7845e commit 41f8699

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.0] - 2021-02-16
11+
12+
### Added
13+
14+
- Adding logic to fill content editable elements.
15+
- Adding options to prepend value before and after current input value and to choose between overwrite current value or insert before or after the current value.
16+
1017
## [0.1.0] - 2020-08-25
1118

1219
### Added
@@ -48,6 +55,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4855
- Updating README.md.
4956

5057
[unreleased]: https://github.com/danielferrarir/cypress-fill-command/compare/v0.1.0...HEAD
58+
[1.0.0]: https://github.com/danielferrarir/cypress-fill-command/compare/v0.1.0...v1.0.0
5159
[0.1.0]: https://github.com/danielferrarir/cypress-fill-command/compare/v0.0.15...v0.1.0
5260
[0.0.15]: https://github.com/danielferrarir/cypress-fill-command/compare/v0.0.14...v0.0.15
5361
[0.0.14]: https://github.com/danielferrarir/cypress-fill-command/compare/v0.0.13...v0.0.14

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
A fill command that fills inputs faster than the cypress native type command.
1212

13-
This package adds a custom [Cypress][cypress] command that fills inputs and textareas. The type command from cypress has 10ms delay, so it slows the tests a bit. This command doesn't have any delay at all.
13+
This package adds a custom [Cypress][cypress] command that fills inputs, textareas and content editable elements. The type command from cypress has 10ms delay, so it slows the tests a bit. This command doesn't have any delay at all.
1414

1515
## Table of Contents
1616

0 commit comments

Comments
 (0)