Ecosyste.ms: Timeline

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

facebook/stylex

pawelblaszczyk5 created a comment on an issue on facebook/stylex
Thanks a lot!

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

nmn pushed 1 commit to docs/reset-theme-recipe facebook/stylex
  • docs: Add theming recipes 4c0ba7d

View on GitHub

nmn opened 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 branch on facebook/stylex

docs/reset-theme-recipe - StyleX is the styling system for ambitious user interfaces.

nmn created a comment on an issue on facebook/stylex
This is indeed intentional and the last applied theme wins. Further, there is no reliable way to make arbitrary themes merge when applied without running into conflicts. (Since themes are className...

View on GitHub

nmn created a comment on an issue on facebook/stylex
@necolas I saw that! From what I understand that handles the `view-transition-name` part of the equation, but adding custom styles for view transitions is not part of that API. This is to make that...

View on GitHub

nmn created a tag on facebook/stylex

0.10.1 - StyleX is the styling system for ambitious user interfaces.

nmn deleted a branch facebook/stylex

release/v0.10.1

nmn pushed 1 commit to main facebook/stylex
  • release: v0.10.1 (#868) * release: v0.10.1 * docs: v0.10.1 release notes f33fb78

View on GitHub

nmn closed a pull request on facebook/stylex
release: v0.10.1
## What changed / motivation ? Patch release with recent fixes.
nmn pushed 1 commit to release/v0.10.1 facebook/stylex
  • docs: v0.10.1 releate notes 43fbbf3

View on GitHub

baggy-1 starred facebook/stylex
yasuhiro-yamamoto created a review comment on a pull request on facebook/stylex
I misunderstood the usage of `/` in `border-radius`. I will review the specification and correct the code accordingly.

View on GitHub

yasuhiro-yamamoto created a review on a pull request on facebook/stylex

View on GitHub

necolas created a comment on an issue on facebook/stylex
FYI React is adding a ViewTransition API https://github.com/facebook/react/pull/31975

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

nmn opened a pull request on facebook/stylex
release: v0.10.1
## What changed / motivation ? Patch release with recent fixes.
nmn created a branch on facebook/stylex

release/v0.10.1 - StyleX is the styling system for ambitious user interfaces.

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
feat: exported return types of 'stylex.types.*' fns
## What changed / motivation ? Fixes #857 New types are exported such as `stylex.Color` and `stylex.Length`. These are the return types of the `stylex.types.*` function. So, for example, ...
nmn created a branch on facebook/stylex

feat/export-type-types - StyleX is the styling system for ambitious user interfaces.

nmn created a comment on an issue on facebook/stylex
I see the issue. AFAIK, this is a recent change in Typescript but it's easy to fix. Putting up a PR now.

View on GitHub

nmn created a comment on a pull request on facebook/stylex
Also needs to be rebased.

View on GitHub

nmn created a review comment on a pull request on facebook/stylex
Don't use `fs.access`. Use `fs.exists` instead. That returns a boolean and won't throw an error.

View on GitHub

nmn created a review on a pull request on facebook/stylex
One nitpick before I merge this.

View on GitHub

nmn created a review on a pull request on facebook/stylex
One nitpick before I merge this.

View on GitHub

nmn deleted a branch facebook/stylex

fix/css-var-default-value

nmn pushed 1 commit to main facebook/stylex
  • fix: invalid initial-value in @property (#863) 73e8a98

View on GitHub

nmn closed a pull request on facebook/stylex
fix: invalid initial-value in @property
## What changed / motivation ? When creating `@property` declarations for CSS variables created for dynamic styles, should not contain `initial-value: "*"`. This actually sets the variables t...
Load more