Skip to content

Commit 3940696

Browse files
committed
Bump up
1 parent 3fa3151 commit 3940696

File tree

2 files changed

+20
-25
lines changed

2 files changed

+20
-25
lines changed

lib/CHANGELOG.md renamed to CHANGELOG.md

Lines changed: 19 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [Unreleased](https://github.com/rubycdp/ferrum/compare/v0.14.3...main) ##
1+
## [Unreleased](https://github.com/rubycdp/ferrum/compare/v0.15...main) ##
22

33
### Added
44

@@ -9,19 +9,35 @@
99
### Removed
1010

1111

12-
## [0.14.3](https://github.com/rubycdp/cuprite/compare/v0.14.2...v0.14.3) - (Nov 12, 2022) ##
12+
## [0.15](https://github.com/rubycdp/ferrum/compare/v0.14.3...0.15) - (Nov 4, 2023) ##
1313

1414
### Added
15+
- `url_blocklist | url_allowlist` aliases for `whitelist | blacklist`
16+
- Support steps option for dragging [#182]
1517

1618
### Changed
19+
- Drop support for Ruby 2.6 [#173]
20+
- Support for `whitelist | blacklist` through Ferrum [#173]
21+
22+
### Fixed
23+
- `Capybara::Cuprite::Driver` support custom `:save_path` option, not only `Capybara.save_path` [#217]
24+
- Send correct inputType when typing [#244]
25+
- Send instance of KeyboardEvent on keyup/keydown/keypress [#246]
26+
27+
### Removed
1728

29+
30+
## [0.14.3](https://github.com/rubycdp/cuprite/compare/v0.14.2...v0.14.3) - (Nov 12, 2022) ##
31+
32+
### Added
33+
34+
### Changed
1835
- Compatibility with latest Ferrum
1936
- `Cuprite::Browser#timeout=` passes value to a page
2037
- Use `Ferrum::Browser::Options` instead of hash
2138
- Don't call `browser.network.authorize` if there are no credentials
2239

2340
### Fixed
24-
2541
- Expand `Capybara.save_path`
2642

2743
### Removed
@@ -34,7 +50,6 @@
3450
### Changed
3551

3652
### Fixed
37-
3853
- Files in gemspec
3954

4055
### Removed
@@ -47,7 +62,6 @@
4762
### Changed
4863

4964
### Fixed
50-
5165
- Use `Ferrum::Utils` instead of `Ferrum`
5266

5367
### Removed
@@ -56,19 +70,16 @@
5670
## [0.14](https://github.com/rubycdp/cuprite/compare/v0.13...v0.14) - (Oct 5, 2022) ##
5771

5872
### Added
59-
6073
- Implement Browser#drag and #drag_by
6174

6275
### Changed
63-
6476
- Drop Capybara 2 support
6577
- Refactoring: delegate methods to browser
6678
- Bump Ruby to 2.6
6779
- Add rubocop
6880
- Compatibility with latest Ferrum
6981

7082
### Fixed
71-
7283
- Fix ruby warning
7384

7485
### Removed
@@ -79,11 +90,9 @@
7990
### Added
8091

8192
### Changed
82-
8393
- Compatibility with latest Ferrum
8494

8595
### Fixed
86-
8796
- Fix cannot read property 'parentNode' of null
8897

8998
### Removed
@@ -94,11 +103,9 @@
94103
### Added
95104

96105
### Changed
97-
98106
- Compatibility with latest Ferrum
99107

100108
### Fixed
101-
102109
- Fix setting input type color
103110
- `Ferrum::NodeNotFoundError` should be treated by capybara
104111

@@ -108,11 +115,9 @@
108115
## [0.11](https://github.com/rubycdp/cuprite/compare/v0.10...v0.11) - (Jul 29, 2020) ##
109116

110117
### Added
111-
112118
- `Capybara::Cuprite::Driver#wait_for_reload` wait until the whole page is reloaded or raise a timeout error.
113119

114120
### Changed
115-
116121
- Compatibility with latest Ferrum
117122

118123
### Fixed
@@ -123,16 +128,13 @@
123128
## [0.10](https://github.com/rubycdp/cuprite/compare/v0.9...v0.10) - (Apr 7, 2020) ##
124129

125130
### Added
126-
127131
- Ability to pass binding to debug method `page.driver.debug(binding)`
128132
- Support for click delay and offset position
129133

130134
### Changed
131-
132135
- Update README
133136

134137
### Fixed
135-
136138
- Command line being slow after debugging with `page.driver.debug` and exiting it
137139

138140
### Removed
@@ -141,18 +143,15 @@
141143
## [0.9](https://github.com/rubycdp/cuprite/compare/v0.8...v0.9) - (Jan 28, 2020) ##
142144

143145
### Added
144-
145146
- `Capybara::Cuprite::Driver.wait_for_network_idle` natively waits for network idle and if
146147
there are no active connections returns or raises `TimeoutError` error.
147148
- CUPRITE_DEBUG env should turn debug mode on as FERRUM_DEBUG
148149
- Set value for input type range
149150

150151
### Changed
151-
152152
- No monkey-patching for `Capybara::Cuprite::Page`
153153

154154
### Fixed
155-
156155
- LocalJumpError in on(:request) callback
157156

158157
### Removed
@@ -161,7 +160,6 @@
161160
## [0.8](https://github.com/rubycdp/cuprite/compare/v0.7.1...v0.8) - (Oct 29, 2019) ##
162161

163162
### Added
164-
165163
- Use Ferrum contexts to work with pages.
166164
- `Capybara::Cuprite::Browser`
167165
- `#page`
@@ -180,7 +178,6 @@
180178
### Changed
181179

182180
### Fixed
183-
184181
- `Capybara::Cuprite::Page#find_modal` use browser timeout
185182

186183
### Removed
@@ -193,7 +190,6 @@
193190
### Changed
194191

195192
### Fixed
196-
197193
- `url_whitelist`, `url_blacklist`, `status_code`, `network_traffic`, `clear_network_traffic`, `response_headers`,
198194
`clear_memory_cache`, `basic_authorize` fixed to use dedicated network namespace to work with network
199195

@@ -205,7 +201,6 @@
205201
### Added
206202

207203
### Changed
208-
209204
- Separate `Ferrum` and `Cuprite`
210205

211206
### Fixed

lib/capybara/cuprite/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Capybara
44
module Cuprite
5-
VERSION = "0.14.3"
5+
VERSION = "0.15"
66
end
77
end

0 commit comments

Comments
 (0)