Ecosyste.ms: Timeline

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

facebook/stylex

neilzh starred facebook/stylex
udiayisi starred facebook/stylex
Jta26 created a comment on a pull request on facebook/stylex
`stylex.Types` is next best imo. Will the usage look like this? ``` xstyle: stylex.StaticStyles<{ backgroundColor: stylex.Types.Color, (null | string) marginInlineStart: stylex.Types.Lengt...

View on GitHub

mellyeliu pushed 1 commit to cli-cache-root facebook/stylex
  • feat: add cli cache root detection for deno apps 94c20ff

View on GitHub

tobiakoko starred 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

mellyeliu pushed 1 commit to cli-cache-root facebook/stylex
  • feat: add cli cache root detection for deno apps 5daba06

View on GitHub

mellyeliu opened a pull request on facebook/stylex
feat: add cli cache root detection for deno apps
## What changed / motivation ? Updated `findProjectRoot` fx to support Deno projects by adding `deno.json` and `deno.jsonc` as valid indicators, falling back to `.git` files if neither `project....
mellyeliu created a branch on facebook/stylex

cli-cache-root - StyleX is the styling system for ambitious user interfaces.

mellyeliu pushed 1 commit to cli-cache-babel facebook/stylex
  • Merge branch 'main' of github.com:facebook/stylex into cli-cache-babel fa5182c

View on GitHub

mellyeliu pushed 1 commit to cli-cache-babel facebook/stylex
  • Merge branch 'main' of github.com:facebook/stylex into cli-cache-babel 92ea4fb

View on GitHub

mellyeliu pushed 10 commits to cli-cache-babel facebook/stylex
  • fix(babel-plugin): import resolve should respect windows system (#853) c4f9492
  • fix: use ESM imports in CLI (#854) 95caddc
  • fix: fix readCache to use custom cache path when set (#851) * feat: replace crypto with murmurhash for cli caching *... 24e5158
  • fix: invalid initial-value in @property (#863) 73e8a98
  • release: v0.10.1 (#868) * release: v0.10.1 * docs: v0.10.1 release notes f33fb78
  • fix: add cache invalidation on config change (#871) 4c887b7
  • docs: Add theming recipes (#869) * docs: Add theming recipes * docs: clarify that only themes for the *same* VarGrou... 3cf5472
  • fix: cli should rewrite the aliases (#847) * fix: cli should rewrite the aliases * fix: move alias rewriting to babe... b58b29e
  • feat: make filepath relative for cache portability (#852) b070c56
  • Merge branch 'main' of github.com:facebook/stylex into cli-cache-babel 49c27bc

View on GitHub

mellyeliu deleted a branch facebook/stylex

feat-relative-cache-path

mellyeliu pushed 1 commit to main facebook/stylex
  • feat: make filepath relative for cache portability (#852) b070c56

View on GitHub

mellyeliu closed a pull request on facebook/stylex
feat: make filepath relative for cache portability
## What changed / motivation ? Final follow up to https://github.com/facebook/stylex/pull/790 for cache portability/reusability ## Testing tests pass~~ - [ ] I have read the contributin...
syd03098 starred facebook/stylex
nmn deleted a branch facebook/stylex

fix/cli-rewrite-aliases

nmn pushed 1 commit to main facebook/stylex
  • fix: cli should rewrite the aliases (#847) * fix: cli should rewrite the aliases * fix: move alias rewriting to babe... b58b29e

View on GitHub

nmn closed an issue on facebook/stylex
[CLI] Rewrite aliases when compiling a folder
It is common to use the `@/` alias in Next.js. When using the CLI, the tsconfig is usually changed to update the alias to point to `source` instead of `src`. Today, this means that any `@/` import...
nmn closed a pull request on facebook/stylex
fix: cli should rewrite the aliases
## What changed / motivation ? The CLI will now rewrite imports based on the `aliases` that are passed into `stylexConfig`. Resolves #846 ### Side note: It might make sense to extrac...
nmn pushed 11 commits to fix/cli-rewrite-aliases facebook/stylex
  • feat: replace crypto with murmurhash for cli caching (#850) d16e60e
  • fix(babel-plugin): import resolve should respect windows system (#853) c4f9492
  • fix: use ESM imports in CLI (#854) 95caddc
  • fix: fix readCache to use custom cache path when set (#851) * feat: replace crypto with murmurhash for cli caching *... 24e5158
  • fix: invalid initial-value in @property (#863) 73e8a98
  • release: v0.10.1 (#868) * release: v0.10.1 * docs: v0.10.1 release notes f33fb78
  • fix: add cache invalidation on config change (#871) 4c887b7
  • docs: Add theming recipes (#869) * docs: Add theming recipes * docs: clarify that only themes for the *same* VarGrou... 3cf5472
  • fix: cli should rewrite the aliases 13f56ef
  • fix: move alias rewriting to babel plugin 3057f75
  • fix: type annotation for export 4af138d

View on GitHub

nmn deleted a branch facebook/stylex

docs/reset-theme-recipe

nmn pushed 1 commit to main facebook/stylex
  • docs: Add theming recipes (#869) * docs: Add theming recipes * docs: clarify that only themes for the *same* VarGrou... 3cf5472

View on GitHub

nmn closed a pull request on facebook/stylex
docs: Add theming recipes
## What changed / motivation ? Adds three more recipes all related to theming. ### 1. Reset Themes Explains how using `stylex.createTheme(vars, {})` creates a theme that resets variables t...
nmn created a comment on a pull request on facebook/stylex
This PR has more changes than just what is expected. Can you please rebase, or change the branch it merges into? I think you have stacked PRs but this is on the top of the stack and reapplies ch...

View on GitHub

nmn created a review comment on a pull request on facebook/stylex
TODO: Check for `deno.json` and other similar files that may exist. This is fine for now.

View on GitHub

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

View on GitHub

nmn created a comment on a pull request on facebook/stylex
There was no clean way to embed types under `stylex.types` that worked for both Flow and TS, so the types are now under `stylex.Types.*`. This raises the question, is that the right name? Sh...

View on GitHub

nmn pushed 4 commits to feat/export-type-types facebook/stylex
  • release: v0.10.1 (#868) * release: v0.10.1 * docs: v0.10.1 release notes f33fb78
  • fix: add cache invalidation on config change (#871) 4c887b7
  • feat: exported return types of 'stylex.types.*' fns e30b857
  • chore: move type Types to stylex.Types.* 72ab4b3

View on GitHub

mellyeliu pushed 2 commits to feat-relative-cache-path facebook/stylex
  • fix: add cache invalidation on config change (#871) 4c887b7
  • Merge branch 'main' of github.com:facebook/stylex into feat-relative-cache-path df1166f

View on GitHub

Load more