139 Commits

Author SHA1 Message Date
Nicolas Gallagher a1017fa785 0.0.65 2017-01-04 18:25:39 -08:00
Nicolas Gallagher 4ef5453b33 0.0.64 2017-01-04 10:58:15 -08:00
Nicolas Gallagher 4cc1c983e8 0.0.63 2017-01-02 23:44:10 -08:00
Nicolas Gallagher 8eaaf28a32 0.0.62 2017-01-01 20:45:45 -08:00
Nicolas Gallagher 16d448dc5b Update various dependencies 2017-01-01 20:45:14 -08:00
Nicolas Gallagher b1cd92a65d [change] update Animated
Fix #309
2017-01-01 18:35:18 -08:00
Nicolas Gallagher d87f71ebc1 [change] StyleSheet performance rewrite
Improves StyleSheet benchmark performance by 13x. Removes undocumented
`StyleSheet.resolve` API.

Typical mean (and first) task duration.

[benchmark] DeepTree: depth=3, breadth=10, wrap=4)
  -master  2809.76ms (3117.64ms)
  -patch     211.2ms  (364.28ms)

[benchmark] DeepTree: depth=5, breadth=3, wrap=1)
  -master   421.25ms (428.15ms)
  -patch     32.46ms  (47.36ms)

This patch adds memoization of DOM prop resolution (~3-4x faster), and
re-introduces a `className`-based styling strategy (~3-4x faster).
Styles map to "atomic css" rules.

Fix #307
2017-01-01 17:42:25 -08:00
Nicolas Gallagher a2cafe56fc Add initial performance benchmarks
Simple render tree benchmarks originally developed by @lelandrichardson

Fix #306
2017-01-01 14:43:47 -08:00
Nicolas Gallagher bc68b0b6f4 0.0.61 2016-12-27 18:09:11 +00:00
Nicolas Gallagher 44ecbc072e [change] update React and Touchables
Update to React@15.4. The 'EventConstants' module no longer exports a
key-mirror, which was preventing the 'ResponderEventPlugin' from working
as it did with React@15.3.

Close #255
2016-12-27 17:57:27 +00:00
Nicolas Gallagher 7cda89c5ce 0.0.60 2016-12-16 12:15:23 +00:00
Nicolas Gallagher 22ab70ea6f 0.0.59 2016-12-14 17:42:15 +00:00
Nicolas Gallagher c30b67f6db 0.0.57 2016-12-12 15:10:39 +00:00
Nicolas Gallagher 5c482ef3be 0.0.56 2016-12-08 18:29:38 -08:00
Nicolas Gallagher 6bffe1775f Fix lint error 2016-12-07 16:49:53 -08:00
Maxime Thirouin 945fff0015 Add source files to published package 2016-11-25 12:38:29 -08:00
Nicolas Gallagher 8c7cdbf4be 0.0.55 2016-11-24 10:24:19 -08:00
Nicolas Gallagher cda8d05bb7 0.0.54 2016-11-24 08:42:53 -08:00
Nicolas Gallagher f5f9389728 0.0.53 2016-11-22 17:46:57 -08:00
Nicolas Gallagher 36eafbc2f5 0.0.52 2016-11-22 17:10:14 -08:00
Nicolas Gallagher bca3398c1c Correct devDependencies 2016-11-22 17:08:04 -08:00
Nicolas Gallagher 722d77e8e5 Smaller production builds
Builds on the exclusion of PropTypes from production builds:

- Remove 'lodash' and use smaller modules for equivalent functions.
- Remove use of some unnecessary Facebook utilities.
- Remove 'TouchableBounce'; it isn't part of React Native anymore.
- Remove stray import of 'react-dom/server'.
- Exclude 'StyleSheetValidation' from production.

Measuring the UMD build (gzip)…

Before: ~100KB
After: ~60KB
2016-11-22 16:59:20 -08:00
Nicolas Gallagher 8dd39c681c [change] allow propTypes to be removed in production builds
Fix #254
2016-11-22 16:57:22 -08:00
Nicolas Gallagher 4005f9ddde 0.0.51 2016-11-21 12:42:58 -08:00
Nicolas Gallagher f192a9ba26 [fix] Depend on React@15.3
React@15.4 includes changes that prevent the ResponderEventPlugin from
being properly injected, which breaks Touchables and PanResponder.

Fix #257
2016-11-21 12:38:37 -08:00
Nicolas Gallagher e688a949fb 0.0.50 2016-11-20 14:00:42 -08:00
Nicolas Gallagher fa14995a35 Use jest for testing
Thanks to @paularmstrong:
https://github.com/necolas/react-native-web/pull/249
2016-11-09 10:00:49 -08:00
Nicolas Gallagher 3b661d8d6d 0.0.49 2016-11-03 09:16:00 -07:00
Nicolas Gallagher 1963e9109a 0.0.48 2016-10-27 21:12:04 -07:00
Nicolas Gallagher f5d0f73b4f 0.0.47 2016-10-13 10:30:49 -07:00
Nicolas Gallagher dbd607ce47 0.0.46 2016-10-10 17:12:28 -07:00
Nicolas Gallagher 88d13f06f8 0.0.45 2016-09-06 12:42:36 -07:00
Nicolas Gallagher 07d1124d60 Update runtime dependencies 2016-08-26 11:30:45 -07:00
Nicolas Gallagher c7b3a8e60b Update react-storybook dependency 2016-08-26 11:30:44 -07:00
Nicolas Gallagher d32eec7239 Update build and test dependencies 2016-08-26 11:30:38 -07:00
Nicolas Gallagher f8f2898095 Use Twitter JavaScript style 2016-08-26 11:29:11 -07:00
Nicolas Gallagher 011affb110 0.0.44 2016-08-18 16:27:39 -07:00
Nicolas Gallagher acc7032d60 0.0.43 2016-08-16 14:05:48 -07:00
Nicolas Gallagher fb41be1bf7 0.0.42 2016-08-12 14:59:59 -07:00
Nicolas Gallagher 6cadc22ad5 0.0.41 2016-08-03 13:16:50 -07:00
Nicolas Gallagher e3450ed26c 0.0.40 2016-07-29 14:06:21 -07:00
Nicolas Gallagher 1be2c810d1 Minor refactor of StyleSheet helpers 2016-07-23 18:54:41 -07:00
Nicolas Gallagher 6f75fb3e0d Fix gh-pages build 2016-07-22 16:10:14 -07:00
Nicolas Gallagher 424e6b5994 0.0.39 2016-07-22 15:54:02 -07:00
Nicolas Gallagher 66b0387023 add a script to deploy storybook to gh-pages 2016-07-14 00:04:15 -07:00
Nicolas Gallagher 94f37740af use react-storybook to display examples
Initial setup of react-storybook. Includes examples copied from the
React Native repository.

Close #148
2016-07-13 22:19:39 -07:00
Nicolas Gallagher 21eeafabd5 0.0.38 2016-07-12 21:19:28 -07:00
Nicolas Gallagher 0f8cff6124 0.0.37 2016-07-12 17:47:40 -07:00
Nicolas Gallagher f4515a3995 0.0.36 2016-07-12 13:56:34 -07:00
Nicolas Gallagher 640e41dc34 0.0.35 2016-07-11 19:03:33 -07:00