Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

facebook/stylex

github-actions[bot] created a comment on a pull request on facebook/stylex
<!-- workflow-benchmarks-size-data --> ### workflow: benchmarks/size Comparison of minified (terser) and compressed (brotli) size results, measured in bytes. Smaller is better. > @stylexjs/scripts...

View on GitHub

nmn opened a pull request on facebook/stylex
fix: remove esm->cjs conversion from Webpack plugin
## What changed / motivation ? Remove the Babel plugin that converts ESM to CJS from the Webpack plugin.
nmn created a branch on facebook/stylex

fix/webpack-no-commonjs - StyleX is the styling system for ambitious user interfaces.

necolas created a review comment on a pull request on facebook/stylex
This is 5 chars, plus a prefix. (Converting the first character only if it's a number is not really safe.)

View on GitHub

necolas created a review on a pull request on facebook/stylex

View on GitHub

nmn created a comment on an issue on facebook/stylex
The webpack plugin is not recommended for most scenarios. Try using the PostCSS plugin setup instead.

View on GitHub

nmn created a review on a pull request on facebook/stylex

View on GitHub

nmn pushed 1 commit to main facebook/stylex
  • fix: Properly parse multi-value shorthand with slash (#859) * fix: Properly parse multi-value shorthand with slash *... fbf792c

View on GitHub

nmn closed an issue on facebook/stylex
Detect `/` within values of a multi-value `borderRadius` shorthand
NOTE: This is a very specific, edge-case bug. When in `styleResolution: 'legacy-expand-shorthands'`, we expand shorthand CSS properties into their constituent longhand properties. This includes `b...
nmn closed a pull request on facebook/stylex
fix: Properly parse multi-value shorthand with slash
## What changed / motivation ? Fixed the expansion handling of border-radius shorthand values containing the '/' separator. ## Linked PR/Issues Fixes #730 ## Additional Context - Mo...
necolas opened an issue on facebook/stylex
GitHub Workflow for Typos has false positives
### Describe the issue The typos workflow incorrectly produces errors about generated or snapshot object keys containing typos. ### Expected behavior No incorrect CI failures caused by the typos...
abettadapur opened an issue on facebook/stylex
webpack-plugin includes `@babel/plugin-transform-modules-commonjs`
### Describe the issue I was debugging an issue with our Webpack build, where some imports of a node_modules package would resolve to the CJS version, and some other imports would resolve to the E...
necolas pushed 7 commits to minify-keys facebook/stylex
  • fix: fix jest timeout in cli cache tests (#876) 47a26ec
  • Hash keys in compiled style objects 5163228
  • Update snapshots dd3d217
  • Add base 62 shorter hash function cc10db2
  • Update snapshots 1da707f
  • Fixes fb48868
  • Normalize trailing whitespace in CLI tests a8eb466

View on GitHub

mellyeliu deleted a branch facebook/stylex

cli-fix-async

mellyeliu pushed 1 commit to main facebook/stylex
  • fix: fix jest timeout in cli cache tests (#876) 47a26ec

View on GitHub

mellyeliu closed a pull request on facebook/stylex
fix: fix jest timeout in cli cache tests
## What changed / motivation ? In the refactor here https://github.com/facebook/stylex/pull/804 we should be wrapping `done()` in a `finally` block to prevent the test from hanging if an error i...
necolas created a review on a pull request on facebook/stylex

View on GitHub

mellyeliu pushed 1 commit to cli-fix-async facebook/stylex
  • fix: fix jest timeout in cli cache tests 0f7d100

View on GitHub

github-actions[bot] created a comment on a pull request on facebook/stylex
<!-- workflow-benchmarks-size-data --> ### workflow: benchmarks/size Comparison of minified (terser) and compressed (brotli) size results, measured in bytes. Smaller is better. > @stylexjs/scripts...

View on GitHub

mellyeliu pushed 1 commit to cli-fix-async facebook/stylex
  • fix: fix jest timeout in cli cache tests 25bc31b

View on GitHub

mellyeliu created a branch on facebook/stylex

cli-fix-async - StyleX is the styling system for ambitious user interfaces.

necolas pushed 1 commit to minify-keys facebook/stylex

View on GitHub

necolas pushed 2 commits to minify-keys facebook/stylex

View on GitHub

layershifter created a review comment on a pull request on facebook/stylex
https://github.com/microsoft/griffel/blob/84fabade37aa190f0e80d2914f59e6db0ab936f7/packages/core/src/runtime/utils/hashPropertyKey.ts#L33C1-L38C4 This trick will help to avoid quotes if you want...

View on GitHub

layershifter created a review on a pull request on facebook/stylex

View on GitHub

necolas pushed 2 commits to minify-keys facebook/stylex
  • Hash keys in compiled style objects a9ad646
  • Update snapshots a8e2e6d

View on GitHub

github-actions[bot] created a comment on a pull request on facebook/stylex
<!-- workflow-benchmarks-size-data --> ### workflow: benchmarks/size Comparison of minified (terser) and compressed (brotli) size results, measured in bytes. Smaller is better. > @stylexjs/scripts...

View on GitHub

necolas opened a pull request on facebook/stylex
Minify compiled style keys
## What changed / motivation ? The keys of compiled styles are hashed / minified. This is done to try to reduce the size of the StyleX-generated JavaScript ## Pre-flight checklist - [x]...
necolas created a branch on facebook/stylex

minify-keys - StyleX is the styling system for ambitious user interfaces.

iancleary starred facebook/stylex
Load more