|
| 1 | +## [Unreleased](https://github.com/rubycdp/ferrum/compare/v0.14.3...main) ## |
| 2 | + |
| 3 | +### Added |
| 4 | + |
| 5 | +### Changed |
| 6 | + |
| 7 | +### Fixed |
| 8 | + |
| 9 | +### Removed |
| 10 | + |
| 11 | + |
| 12 | +## [0.14.3](https://github.com/rubycdp/cuprite/compare/v0.14.2...v0.14.3) - (Nov 12, 2022) ## |
| 13 | + |
| 14 | +### Added |
| 15 | + |
| 16 | +### Changed |
| 17 | + |
| 18 | +- Compatibility with latest Ferrum |
| 19 | +- `Cuprite::Browser#timeout=` passes value to a page |
| 20 | +- Use `Ferrum::Browser::Options` instead of hash |
| 21 | +- Don't call `browser.network.authorize` if there are no credentials |
| 22 | + |
| 23 | +### Fixed |
| 24 | + |
| 25 | +- Expand `Capybara.save_path` |
| 26 | + |
| 27 | +### Removed |
| 28 | + |
| 29 | + |
| 30 | +## [0.14.2](https://github.com/rubycdp/cuprite/compare/v0.14.1...v0.14.2) - (Oct 5, 2022) ## |
| 31 | + |
| 32 | +### Added |
| 33 | + |
| 34 | +### Changed |
| 35 | + |
| 36 | +### Fixed |
| 37 | + |
| 38 | +- Files in gemspec |
| 39 | + |
| 40 | +### Removed |
| 41 | + |
| 42 | + |
| 43 | +## [0.14.1](https://github.com/rubycdp/cuprite/compare/v0.14...v0.14.1) - (Oct 5, 2022) ## |
| 44 | + |
| 45 | +### Added |
| 46 | + |
| 47 | +### Changed |
| 48 | + |
| 49 | +### Fixed |
| 50 | + |
| 51 | +- Use `Ferrum::Utils` instead of `Ferrum` |
| 52 | + |
| 53 | +### Removed |
| 54 | + |
| 55 | + |
| 56 | +## [0.14](https://github.com/rubycdp/cuprite/compare/v0.13...v0.14) - (Oct 5, 2022) ## |
| 57 | + |
| 58 | +### Added |
| 59 | + |
| 60 | +- Implement Browser#drag and #drag_by |
| 61 | + |
| 62 | +### Changed |
| 63 | + |
| 64 | +- Drop Capybara 2 support |
| 65 | +- Refactoring: delegate methods to browser |
| 66 | +- Bump Ruby to 2.6 |
| 67 | +- Add rubocop |
| 68 | +- Compatibility with latest Ferrum |
| 69 | + |
| 70 | +### Fixed |
| 71 | + |
| 72 | +- Fix ruby warning |
| 73 | + |
| 74 | +### Removed |
| 75 | + |
| 76 | + |
| 77 | +## [0.13](https://github.com/rubycdp/cuprite/compare/v0.12...v0.13) - (Mar 11, 2021) ## |
| 78 | + |
| 79 | +### Added |
| 80 | + |
| 81 | +### Changed |
| 82 | + |
| 83 | +- Compatibility with latest Ferrum |
| 84 | + |
| 85 | +### Fixed |
| 86 | + |
| 87 | +- Fix cannot read property 'parentNode' of null |
| 88 | + |
| 89 | +### Removed |
| 90 | + |
| 91 | + |
| 92 | +## [0.12](https://github.com/rubycdp/cuprite/compare/v0.11...v0.12) - (Feb 24, 2021) ## |
| 93 | + |
| 94 | +### Added |
| 95 | + |
| 96 | +### Changed |
| 97 | + |
| 98 | +- Compatibility with latest Ferrum |
| 99 | + |
| 100 | +### Fixed |
| 101 | + |
| 102 | +- Fix setting input type color |
| 103 | +- `Ferrum::NodeNotFoundError` should be treated by capybara |
| 104 | + |
| 105 | +### Removed |
| 106 | + |
| 107 | + |
| 108 | +## [0.11](https://github.com/rubycdp/cuprite/compare/v0.10...v0.11) - (Jul 29, 2020) ## |
| 109 | + |
| 110 | +### Added |
| 111 | + |
| 112 | +- `Capybara::Cuprite::Driver#wait_for_reload` wait until the whole page is reloaded or raise a timeout error. |
| 113 | + |
| 114 | +### Changed |
| 115 | + |
| 116 | +- Compatibility with latest Ferrum |
| 117 | + |
| 118 | +### Fixed |
| 119 | + |
| 120 | +### Removed |
| 121 | + |
| 122 | + |
| 123 | +## [0.10](https://github.com/rubycdp/cuprite/compare/v0.9...v0.10) - (Apr 7, 2020) ## |
| 124 | + |
| 125 | +### Added |
| 126 | + |
| 127 | +- Ability to pass binding to debug method `page.driver.debug(binding)` |
| 128 | +- Support for click delay and offset position |
| 129 | + |
| 130 | +### Changed |
| 131 | + |
| 132 | +- Update README |
| 133 | + |
| 134 | +### Fixed |
| 135 | + |
| 136 | +- Command line being slow after debugging with `page.driver.debug` and exiting it |
| 137 | + |
| 138 | +### Removed |
| 139 | + |
| 140 | + |
| 141 | +## [0.9](https://github.com/rubycdp/cuprite/compare/v0.8...v0.9) - (Jan 28, 2020) ## |
| 142 | + |
| 143 | +### Added |
| 144 | + |
| 145 | +- `Capybara::Cuprite::Driver.wait_for_network_idle` natively waits for network idle and if |
| 146 | + there are no active connections returns or raises `TimeoutError` error. |
| 147 | +- CUPRITE_DEBUG env should turn debug mode on as FERRUM_DEBUG |
| 148 | +- Set value for input type range |
| 149 | + |
| 150 | +### Changed |
| 151 | + |
| 152 | +- No monkey-patching for `Capybara::Cuprite::Page` |
| 153 | + |
| 154 | +### Fixed |
| 155 | + |
| 156 | +- LocalJumpError in on(:request) callback |
| 157 | + |
| 158 | +### Removed |
| 159 | + |
| 160 | + |
| 161 | +## [0.8](https://github.com/rubycdp/cuprite/compare/v0.7.1...v0.8) - (Oct 29, 2019) ## |
| 162 | + |
| 163 | +### Added |
| 164 | + |
| 165 | +- Use Ferrum contexts to work with pages. |
| 166 | +- `Capybara::Cuprite::Browser` |
| 167 | + - `#page` |
| 168 | + - `#reset` |
| 169 | + - `#quit` |
| 170 | + - `#window_handle` |
| 171 | + - `#window_handles` |
| 172 | + - `#switch_to_window` |
| 173 | + - `#close_window` |
| 174 | +- `Capybara::Cuprite::Page` |
| 175 | + - `#title` |
| 176 | + - `#active_frame` |
| 177 | + - `TRIGGER_CLICK_WAIT` |
| 178 | +- Accept modals by default with warning |
| 179 | + |
| 180 | +### Changed |
| 181 | + |
| 182 | +### Fixed |
| 183 | + |
| 184 | +- `Capybara::Cuprite::Page#find_modal` use browser timeout |
| 185 | + |
| 186 | +### Removed |
| 187 | + |
| 188 | + |
| 189 | +## [0.7.1](https://github.com/rubycdp/cuprite/compare/v0.7.0...v0.7.1) - (Sep 20, 2019) ## |
| 190 | + |
| 191 | +### Added |
| 192 | + |
| 193 | +### Changed |
| 194 | + |
| 195 | +### Fixed |
| 196 | + |
| 197 | +- `url_whitelist`, `url_blacklist`, `status_code`, `network_traffic`, `clear_network_traffic`, `response_headers`, |
| 198 | + `clear_memory_cache`, `basic_authorize` fixed to use dedicated network namespace to work with network |
| 199 | + |
| 200 | +### Removed |
| 201 | + |
| 202 | + |
| 203 | +## [0.7.0](https://github.com/rubycdp/cuprite/compare/907c9ec...v0.7.0) - (Sep 12, 2019) ## |
| 204 | + |
| 205 | +### Added |
| 206 | + |
| 207 | +### Changed |
| 208 | + |
| 209 | +- Separate `Ferrum` and `Cuprite` |
| 210 | + |
| 211 | +### Fixed |
| 212 | + |
| 213 | +### Removed |
| 214 | + |
| 215 | +## [Initial commit](https://github.com/rubycdp/cuprite/commit/907c9ec) - (Jul 18, 2018) ## |
0 commit comments