Commit Graph

1136 Commits

Author SHA1 Message Date
Michał Pierzchała 008cae29b6 Release 1.12.0 1.12.0 2019-12-16 11:03:03 +01:00
dependabot[bot] 9c9f8490c4 chore(deps): bump mixin-deep from 1.3.1 to 1.3.2 in /website (#242)
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-12-15 14:39:46 +01:00
Michał Pierzchała 94ff42527e chore: bump Flow and ESLint preset (#241)
* chore: bump Flow and ESLint preset

* fix name of waitForElement
2019-12-09 11:43:05 +01:00
Alec Larson 4c77f4a7dc feat: add "cleanup" function (#237)
* feat: add "cleanup" function

* docs: add "cleanup" section

* test: "cleanup" function

* don't expose cleanup queue


Co-authored-by: Alec Larson <alec.stanford.larson@gmail.com>
Co-authored-by: Michał Pierzchała <thymikee@gmail.com>
2019-12-09 11:41:48 +01:00
ajubin 69d148023f docs: add fireEvent.scroll example for FlatList (#223) 2019-09-27 10:24:54 +02:00
dependabot[bot] fa7ad1bd32 chore(deps): bump eslint-utils from 1.4.0 to 1.4.2 (#219)
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.4.0 to 1.4.2.
- [Release notes](https://github.com/mysticatea/eslint-utils/releases)
- [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.4.0...v1.4.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-26 21:48:16 +02:00
dependabot[bot] 642cead458 chore(deps): bump lodash.template from 4.4.0 to 4.5.0 (#216)
Bumps [lodash.template](https://github.com/lodash/lodash) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.4.0...4.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-13 21:44:41 +02:00
dependabot[bot] 1a5b0f894e chore(deps): bump lodash from 4.17.11 to 4.17.15 in /website (#215)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-13 21:44:16 +02:00
Nicolas Charpentier 59f6d23f7a Add .DS_Store to .gitignore (#214) 2019-08-13 21:43:04 +02:00
Nicolas Charpentier ee2579863d Sync yarn (#213)
* Sync yarn.lock

* Configure CircleCI to use Yarn properly
2019-08-13 21:42:05 +02:00
Nicolas Charpentier b53933be99 chore: exclude src and website folder from npm release (#212) 2019-08-13 21:40:34 +02:00
greenkeeper[bot] f5aafb1c27 Update flow-bin to the latest version 🚀 (#209) 2019-07-29 10:49:48 +02:00
greenkeeper[bot] dc0d2a041c Update eslint to the latest version 🚀 (#195)
* chore(package): update eslint to version 6.0.0

* chore(package): update lockfile yarn.lock

* Fix linter
2019-07-21 15:54:26 +02:00
greenkeeper[bot] 581e6f681f Update flow-bin to the latest version 🚀 (#208) 2019-07-18 22:41:16 +02:00
greenkeeper[bot] e1b4d4651f chore(package): update react-native to version 0.60.4 (#207) 2019-07-18 15:06:25 +02:00
greenkeeper[bot] 2e180eb4c2 Update @callstack/eslint-config to the latest version 🚀 (#206) 2019-07-17 17:17:14 +02:00
Michał Pierzchała ad6d4f4083 v1.11.1 v1.11.1 2019-07-17 12:11:31 +02:00
Kacper Wiszczuk d216b108b9 fix: correct Flow and TS typings for a11y queries (#205) 2019-07-17 12:10:22 +02:00
Michał Pierzchała 1382a3d7f6 chore: bump React Native to 0.60 (#204) 2019-07-16 18:14:42 +02:00
Michał Pierzchała b8fb6b5615 v1.11.0 v1.11.0 2019-07-16 16:23:59 +02:00
Michał Pierzchała 82de318988 v1.10.0 2019-07-16 16:20:21 +02:00
Kacper Wiszczuk 31f476bb7c feat: support multiple params in event handlers (#203) 2019-07-16 16:19:59 +02:00
dependabot[bot] db485a4740 chore(deps): bump lodash.merge from 4.6.1 to 4.6.2 in /website (#201)
Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-11 07:45:26 +02:00
Scotty Waggoner fead652013 feat: add getAllByTestId and queryAllByTestId queries (#198)
* feat: add getAllByTestId and queryAllByTestId queries

* Add test for getAllByTestId and queryAllByTestId

- Filter out intermediate components in getAllByTestId. testIDs may be passed down to child components and appearing multiple times in the render tree. Some React Native components render multiple anyways. <Text> is an example.

* Update TypeScript typings

* Fix flow types

* Update TS typings test
2019-07-03 10:17:32 +02:00
greenkeeper[bot] 9369efee73 Update flow-bin to the latest version 🚀 (#196)
* chore(package): update flow-bin to version 0.102.0

* chore(package): update lockfile yarn.lock
2019-06-25 19:45:27 +02:00
Daniel Idaszak 131a903427 chore: Typo fixed in readme (#194) 2019-06-19 12:08:36 +02:00
greenkeeper[bot] 96eef2c557 Update flow-bin to the latest version 🚀 (#192)
* chore(package): update flow-bin to version 0.101.0

* chore(package): update lockfile yarn.lock
2019-06-11 16:23:25 +02:00
Michał Pierzchała fb8a6fc7e2 chore(docs): improve examples to use better APIs 2019-06-11 13:32:26 +02:00
Michał Pierzchała 8778012ed8 chore(docs): improve render and queries description (#191) 2019-06-11 13:07:00 +02:00
Michał Pierzchała a467aaa87b v1.9.1 v1.9.1 2019-06-10 18:25:58 +02:00
Michał Pierzchała c869431dc0 v1.9.0 2019-06-10 18:25:23 +02:00
Michał Pierzchała a56501b0fb feat: implement ByDisplayValue queries (#190) 2019-06-10 17:30:27 +02:00
Michał Pierzchała 33526030bc chore: update @typescript eslint/eslint plugin to 1.10.2 (#189)
* chore(package): update @typescript-eslint/eslint-plugin to version 1.10.2

* chore(package): update lockfile yarn.lock
2019-06-10 08:40:00 +02:00
dependabot[bot] 3f46d24872 chore(deps): bump js-yaml from 3.12.0 to 3.13.1 (#187)
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.0 to 3.13.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.12.0...3.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-06-06 01:36:03 +02:00
greenkeeper[bot] e5ce263717 Update flow-bin to the latest version 🚀 (#185)
* chore(package): update flow-bin to version 0.100.0

* chore(package): update lockfile yarn.lock
2019-05-31 19:33:29 +02:00
Michał Pierzchała 37a5ca573f fix: display correct error frame when fireEvent fails (#184)
* feat: support 'disabled' prop

* revert disabled handling
2019-05-30 12:21:35 +02:00
Michał Pierzchała aa8b3abe7f Release 1.8.0 1.8.0 2019-05-29 09:31:09 +02:00
Michał Pierzchała e967f5e67a chore: update release-it config 2019-05-29 09:25:12 +02:00
greenkeeper[bot] 2c181b844e Update flow-bin to the latest version 🚀 (#183)
* chore(package): update flow-bin to version 0.99.0

* chore(package): update lockfile yarn.lock

* Fix flow
2019-05-29 09:13:59 +02:00
Michał Pierzchała 9227012e45 chore: upgrade deps (#182) 2019-05-28 23:04:23 +02:00
Michał Pierzchała fd6cb4951e docs: install react-test-renderer typings (#181) 2019-05-28 22:52:40 +02:00
Scotty Waggoner f6f0a7091d feat: Add wrapper option to render (#173)
* Add wrapper option to render

* Update TS types and call updateWithAct only once

* wrapUiIfNeeded -> wrap

* reindent snapshots

* adjustments

* change name
2019-05-28 22:31:48 +02:00
Kacper Wiszczuk f635c852d4 chore: flow copy source 2.0.6 (#180)
* chore(package): update flow-copy-source to version 2.0.6

* chore(package): update lockfile yarn.lock
2019-05-28 22:26:37 +02:00
Kacper Wiszczuk f9bc0b263d feat: add a11y queries (#178)
* First implementation of matcher generator

* A11y queries added

* extract prepareErrorMessage

* Add tests

* Make aliases

* Move create queryByError

* Add missing aliases

* simplify valid node check

* add docs

* fix types
2019-05-28 20:47:06 +02:00
Michał Pierzchała efc44157e2 Greenkeeper/release it 12.1.0 (#171)
* chore(package): update release-it to version 12.1.0

Closes #166

* chore(package): update lockfile yarn.lock
2019-05-14 23:36:29 +02:00
greenkeeper[bot] 3fd24c9de4 Update @callstack/eslint-config to the latest version 🚀 (#169)
* chore(package): update @callstack/eslint-config to version 6.0.0

* chore(package): update lockfile yarn.lock
2019-05-11 13:39:10 +02:00
Michał Pierzchała 0b95597f8a chore: upgrade react-native to 0.59.8 (#168)
* chore(package): update react-native to version 0.59.8

* chore(package): update lockfile yarn.lock
2019-05-08 21:17:37 +02:00
greenkeeper[bot] ab5740dd4d Update flow-bin to the latest version 🚀 (#162)
* chore(package): update flow-bin to version 0.98.0

* chore(package): update lockfile yarn.lock
2019-04-26 22:30:20 +02:00
Kacper Wiszczuk 47a780a725 fix: change link colors (#155) 2019-04-23 11:11:11 +02:00
greenkeeper[bot] 7b7518ff97 Update @callstack/eslint-config to the latest version 🚀 (#160)
* chore(package): update @callstack/eslint-config to version 5.0.0

* chore(package): update lockfile yarn.lock
2019-04-23 11:10:52 +02:00