Commit Graph

152 Commits

Author SHA1 Message Date
Nicolas Gallagher 2874b281ff [change] Port ScrollView to Class Component
Port ScrollView from legacy createReactClass to ES6 Class syntax.
2023-03-20 12:25:50 -07:00
Nicolas Gallagher 95c8a545a7 [change] Image deprecate resizeMode and tintColor styles
The resizeMode and tintColor props should be used instead. The styles
will be removed in a future release.

Fix #2383
2023-03-20 12:25:47 -07:00
dependabot[bot] bf24fb5a3a Bump webpack from 5.73.0 to 5.76.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.73.0 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.76.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-20 11:10:32 -07:00
Nicolas Gallagher bd409f6a15 0.18.8 2022-08-25 11:04:00 -07:00
Brent Vatne cc9c9f1ec8 Update react peer dependency in react-native-web
Play nicely with npm 7+ and react-native@0.69 / react@18

Close #2347
2022-07-19 14:28:11 -07:00
Nicolas Gallagher 174b8f505a Update prettier and reformat source code 2022-07-03 17:37:19 -07:00
Nicolas Gallagher 9fce0678e5 Update benchmarks dependencies 2022-07-03 17:08:14 -07:00
Nicolas Gallagher 074861623e Fix workflows and monorepo deps
* Remove 'react' packages from monorepo dependencies.
* Ensure 'react-native-web' package is built first.
2022-07-02 12:35:12 -07:00
Nicolas Gallagher 31f2e66bf0 Change development scripts
Switch to npm-workspaces monorepo task management.
2022-07-02 12:02:24 -07:00
Nicolas Gallagher 50e267b0aa Publish only updates react-native-web packages
The script to release react-native-web is now limited to version-locking
related packages, not every package in the monorepo.
2022-07-02 12:02:15 -07:00
Nicolas Gallagher d31a8a1ec1 0.18.3 2022-07-02 11:48:32 -07:00
Nicolas Gallagher 09ec7b6e53 0.18.2 2022-06-27 16:34:25 -07:00
Nicolas Gallagher c00b5e4192 0.18.1 2022-06-14 10:47:58 -07:00
Nicolas Gallagher 7095118edd 0.18.0 2022-06-10 13:30:24 -07:00
Nicolas Gallagher 314d78c0cc Update packages and benchmarks
Remove libraries from benchmarks as comparison to css-modules baseline is what
matters. This makes benchmark builds faster and will reduce how often people
open PRs asking for their library to be included.

Close #2210
2022-03-02 10:50:05 -08:00
Nicolas Gallagher dc9ecfbc84 0.17.7 2022-03-01 13:22:24 -08:00
Nicolas Gallagher da80ede2dc 0.17.6 2022-02-18 10:31:11 -08:00
Nicolas Gallagher 081a128db3 0.17.5 2021-09-29 10:34:06 -07:00
Nicolas Gallagher 798d34e192 0.17.4 2021-09-29 10:24:51 -07:00
Nicolas Gallagher 36681c4f54 0.17.3 2021-09-29 10:12:10 -07:00
Nicolas Gallagher 68e878be8f 0.17.2 2021-09-28 11:41:39 -07:00
Nicolas Gallagher 39ee95b4a4 0.17.1 2021-06-23 10:45:51 -07:00
Nicolas Gallagher b2eb3ca03f 0.17.0 2021-06-17 09:45:30 -07:00
Nicolas Gallagher 6de619563c 0.16.5 2021-06-08 16:43:36 -07:00
Nicolas Gallagher 3fc7634819 0.16.4 2021-06-08 15:13:05 -07:00
Nicolas Gallagher 855d5340c3 0.16.3 2021-05-13 14:33:24 -07:00
Nicolas Gallagher c9eb794790 0.16.2 2021-05-03 10:09:58 -07:00
Nicolas Gallagher 8362f3907f 0.16.1 2021-04-23 11:09:26 -07:00
Nicolas Gallagher 2d9dca42fa 0.16.0 2021-04-20 12:19:56 -07:00
Nicolas Gallagher 9d6d39f2c7 0.15.7 2021-04-13 12:42:07 -07:00
Nicolas Gallagher 6bfd80cc56 0.15.6 2021-04-06 17:17:15 -07:00
Nicolas Gallagher 6fa5353457 0.15.5 2021-03-30 19:09:29 -07:00
Nicolas Gallagher fc4cc216a1 0.15.4 2021-03-30 15:13:19 -07:00
Nicolas Gallagher 0ac406c91e 0.15.3 2021-03-29 13:50:09 -07:00
Nicolas Gallagher 833d55bae4 0.15.2 2021-03-29 11:27:28 -07:00
Nicolas Gallagher 457d406714 0.15.1 2021-03-26 14:17:05 -07:00
Nicolas Gallagher c47bec7b93 0.15.0 2021-02-12 10:54:39 -08:00
Nicolas Gallagher 09ebf7bab5 Update benchmarks dependencies
Remove styled-jsx as it now throws "_JSXStyle is not defined". Library isn't
particularly fast and each update causes issues. Drop it.
2021-02-11 14:58:08 -08:00
Nicolas Gallagher 7b0365272c New documentation site and examples app
Replaces the old storybook with static HTML documentation and an interactive
examples app. The documentation is now easier to customize, easier to maintain,
and faster to load. The interactive examples are a dedicated Next.js app that
can be loaded and edited in codesandbox, as well as embedded in the
documentation where needed.
2021-02-11 14:53:04 -08:00
Nicolas Gallagher f5c9f63723 0.14.13 2021-02-05 13:55:00 -08:00
Nicolas Gallagher 4b8cd20aaa 0.14.12 2021-02-04 12:47:23 -08:00
Nicolas Gallagher d48f59102f 0.14.11 2021-01-29 13:39:45 -08:00
Nicolas Gallagher 6739ab95cf 0.14.10 2020-12-17 13:51:03 -08:00
Nicolas Gallagher e03ac45173 Update benchmark libraries
Remove the slow and rarely-used libraries from the suite of implementations.
Update the remaining packages.

Close #1838
2020-12-08 12:50:22 -08:00
Nicolas Gallagher c4e0fd7ab5 0.14.9 2020-12-04 11:47:36 -08:00
Nicolas Gallagher 6928fab9e0 0.14.8 2020-11-09 15:57:38 -08:00
Nicolas Gallagher 6624a70cca 0.14.7 2020-10-30 10:52:37 -07:00
Nicolas Gallagher 1048f7ce3e 0.14.6 2020-10-29 17:14:39 -07:00
Nicolas Gallagher b8fddcf6b1 0.14.5 2020-10-27 11:06:27 -07:00
Nicolas Gallagher b4e53e8cd3 0.14.4 2020-10-22 11:00:02 -07:00