Commit Graph

  • 4803e6dc07 update coverage Ryan Carniato 2021-06-22 23:59:50 -07:00
  • 809fd5b868 state -> store Ryan Carniato 2021-06-22 23:38:02 -07:00
  • 2cde7a5419 Merge branch 'main' of github.com:solidjs/solid Ryan Carniato 2021-06-22 00:16:30 -07:00
  • 66d8b94c74 Merge pull request #500 from aminya/tweaks Ryan Carniato 2021-06-22 00:13:42 -07:00
  • 3e7d535697 test: use consts/let instead of var/let Amin Yahyaabadi 2021-06-22 02:07:18 -05:00
  • fa32322d4d fix: optimize SUSPENSE_REPLACE regex Amin Yahyaabadi 2021-06-22 01:46:24 -05:00
  • 7569fa2f38 fix: use string interpolation Amin Yahyaabadi 2021-06-22 01:45:59 -05:00
  • d4d5550622 fix: use Boolean instead of double not Amin Yahyaabadi 2021-06-22 01:43:07 -05:00
  • f50eb73c17 fix: use const/let instead of var/let Amin Yahyaabadi 2021-06-22 01:56:40 -05:00
  • 91b215262e Add missing createMutable to static Ryan Carniato 2021-06-21 22:38:11 -07:00
  • 7a9187f010 Add article links to reactivity guide Ryan Carniato 2021-06-20 01:58:40 -07:00
  • d6b90ab963 v1.0.0-rc.7 v1.0.0-rc.7 Ryan Carniato 2021-06-20 01:24:01 -07:00
  • 3c5b16bb97 NoHydration component, untrack top level context Ryan Carniato 2021-06-20 01:13:19 -07:00
  • 99b3182cfa Merge pull request #495 from cynecx/readonly-state Ryan Carniato 2021-06-18 20:03:31 -07:00
  • 140c88a65c improve typings for state setter by utilizing readonly cynecx 2021-06-19 01:58:56 +02:00
  • 3f0ffffece v1.0.0-rc.6 v1.0.0-rc.6 Ryan Carniato 2021-06-17 22:54:26 -07:00
  • 189ec01093 add pending check to transition in signal setter Ryan Carniato 2021-06-17 22:38:15 -07:00
  • d7d4a896cc fix setSignal func form Ryan Carniato 2021-06-17 22:10:04 -07:00
  • b6462fcc83 Even better on types, fix state removal notification Ryan Carniato 2021-06-17 03:23:37 -07:00
  • fe5baee9f5 fix test Ryan Carniato 2021-06-16 03:23:01 -07:00
  • caa9546d58 improve on types more Ryan Carniato 2021-06-16 03:21:52 -07:00
  • 6bcae570e2 v1.0.0-rc.5 v1.0.0-rc.5 Ryan Carniato 2021-06-16 02:00:03 -07:00
  • b04715bf6e v1.0.0-beta.0 v1.0.0-beta.0 Ryan Carniato 2021-06-16 01:36:07 -07:00
  • 06ab8e76c3 attempt downgrade lerna Ryan Carniato 2021-06-16 01:34:59 -07:00
  • 5246c22d62 v1.0.0-rc.4 v1.0.0-rc.4 Ryan Carniato 2021-06-16 01:10:15 -07:00
  • 4d69ae6540 Better types for on Ryan Carniato 2021-06-16 01:05:17 -07:00
  • 1c9b28fd68 Merge branch 'main' of github.com:solidjs/solid Ryan Carniato 2021-06-16 00:01:05 -07:00
  • 2f5311dc90 signal function setters Ryan Carniato 2021-06-16 00:00:27 -07:00
  • df649e6418 Update state docs Ryan Carniato 2021-06-14 10:52:19 -07:00
  • d663c5406f fix ssr escaping, fetcher tracking Ryan Carniato 2021-06-14 01:19:49 -07:00
  • 91d9a99af3 Update SSR Hydration Script approach Ryan Carniato 2021-06-11 23:34:48 -07:00
  • 860e777592 v1.0.0-rc.3 v1.0.0-rc.3 Ryan Carniato 2021-06-11 01:37:24 -07:00
  • b8d8eb59f4 perf improvements, SSR signatures Ryan Carniato 2021-06-11 01:33:42 -07:00
  • 11add68148 Merge pull request #487 from aminya/patch-3 Ryan Carniato 2021-06-10 14:28:01 -07:00
  • 98e580366a Add the dependencies of solid-ssr examples Amin Yahyaabadi 2021-06-10 16:24:36 -05:00
  • 3d351413bf Merge pull request #486 from IwateKyle/patch-1 Ryan Carniato 2021-06-04 17:15:19 -07:00
  • 56a5e9b8c1 Update getting-started.md Kyle Manning 2021-06-05 09:10:30 +09:00
  • 7f1b6c5ee8 Merge pull request #484 from fuck-capitalism/patch-1 Ryan Carniato 2021-06-03 11:57:33 -07:00
  • 66798802d8 Update rendering.md fuck-capitalism 2021-06-03 03:34:53 -07:00
  • 7fcb6f1082 Update docs links 0.x Ryan Carniato 2021-06-01 15:30:58 -07:00
  • 91b6188708 Add tic tac toe example Ryan Carniato 2021-05-31 22:48:26 -07:00
  • 2ce7a1ea12 Merge pull request #483 from bobaekang/patch-1 Ryan Carniato 2021-05-30 21:35:26 -07:00
  • cc682c71ab Merge branch 'main' into patch-1 Ryan Carniato 2021-05-30 21:34:59 -07:00
  • 0fa887c517 Merge pull request #482 from seneca/patch-10 Ryan Carniato 2021-05-30 21:29:25 -07:00
  • 8b2f05a907 Merge pull request #479 from seneca/patch-9 Ryan Carniato 2021-05-30 21:26:54 -07:00
  • fc670ae518 Update getting-started.md Bobae Kang 2021-05-30 22:21:02 -05:00
  • 01b8702fd4 Update getting-started.md Les Pruszynski 2021-05-30 15:44:08 +01:00
  • eef91af469 Update comparison.md Les Pruszynski 2021-05-30 15:12:36 +01:00
  • cabdf589dc Update reactivity.md Ryan Carniato 2021-05-30 03:34:51 -07:00
  • 31d94c071b v1.0.0-rc.2 v1.0.0-rc.2 Ryan Carniato 2021-05-30 02:04:15 -07:00
  • a7d964756f subdue the no compilation angle Ryan Carniato 2021-05-30 02:02:15 -07:00
  • 1b2eac41fc Merge pull request #475 from phungleson/patch-1 Ryan Carniato 2021-05-30 01:52:35 -07:00
  • ce013b6584 Merge pull request #476 from solidjs/next Ryan Carniato 2021-05-30 01:50:40 -07:00
  • bd24af85f8 More docs updates Ryan Carniato 2021-05-30 01:25:43 -07:00
  • 0d37c300bd Correct the link to JS Framework Benchmark Son 2021-05-30 06:41:51 +10:00
  • 885981052a move solid-meta out of repo Ryan Carniato 2021-05-28 22:20:32 -07:00
  • bfafaf8fa2 fix #462 missing SVG g attributes, fix #474 wrong void tags Ryan Carniato 2021-05-28 01:39:19 -07:00
  • 943fc74da3 Update server.md (#473) Les Pruszynski 2021-05-28 04:00:28 +01:00
  • 473441b2d0 Update rendering.md (#472) Les Pruszynski 2021-05-28 03:59:07 +01:00
  • 65e41a29bd Update reactivity.md (#471) Les Pruszynski 2021-05-28 00:37:10 +01:00
  • 2fef747afd update getting started Ryan Carniato 2021-05-27 03:10:57 -07:00
  • 4dca0509e5 Update getting-started.md (#468) Les Pruszynski 2021-05-27 11:06:23 +01:00
  • d800c75061 update links, docs Ryan Carniato 2021-05-27 03:04:50 -07:00
  • e2c2fab88c Merge branch 'main' of github.com:solidjs/solid into next Ryan Carniato 2021-05-27 00:35:08 -07:00
  • 7cee353838 Handle errors in batch() (#470) Rom Grk 2021-05-27 01:30:23 -04:00
  • c08eade60c Merge branch 'main' of https://github.com/ryansolid/solid into next Ryan Carniato 2021-05-23 23:57:00 -07:00
  • d1e0d0dd67 Updated repository URL from solidui to solidjs (#461) Enom 2021-05-22 23:59:01 -04:00
  • ec6c57e046 Reduce logo width David Di Biase 2021-05-22 18:41:17 -04:00
  • 5031e1c3d7 Adjusted size of Solid logo and adjusted references to solidui David Di Biase 2021-05-22 18:38:29 -04:00
  • 6739f1ad2d Merge branch 'next' of https://github.com/ryansolid/solid into next Ryan Carniato 2021-05-22 00:37:44 -07:00
  • f7b1bf9d1d update deps, fix #458 Ryan Carniato 2021-05-22 00:37:02 -07:00
  • 4e7a39c46c Update context.md (#460) Les Pruszynski 2021-05-21 20:17:59 +01:00
  • 51459d7099 expose type for context Ryan Carniato 2021-05-19 21:23:31 -07:00
  • f28728a1b5 update on signature, fix #452 split props over state Ryan Carniato 2021-05-15 01:57:45 -07:00
  • 166c289fc0 v1.0.0-rc.1 v1.0.0-rc.1 Ryan Carniato 2021-05-13 23:47:56 -07:00
  • 32bc36ba30 Merge branch 'next' of https://github.com/ryansolid/solid into next Ryan Carniato 2021-05-13 23:40:30 -07:00
  • 5f5460a567 add unpkg fields Ryan Carniato 2021-05-13 23:40:00 -07:00
  • c3a5b9c591 Update reactivity.md (#450) Brian Wendt 2021-05-12 12:09:46 -05:00
  • d1f49865cf Add accessor type Ryan Carniato 2021-05-11 03:37:11 -07:00
  • f870851c93 Fix #444: Add missing type exports Ryan Carniato 2021-05-11 02:19:48 -07:00
  • d8091f70b9 Small tweaks to docs. Ryan Carniato 2021-05-09 23:15:52 -07:00
  • f5cb2e9581 Better formatting temporarily move guide links to next Ryan Carniato 2021-05-09 03:21:51 -07:00
  • 82e6375cc3 Added getting started and more Doc tweaks Ryan Carniato 2021-05-09 03:18:37 -07:00
  • 70c629e14e Update domx, fix #439, fix #443, restructure docs Ryan Carniato 2021-05-08 23:48:11 -07:00
  • ac30ecc35d Doc consolidation Ryan Carniato 2021-05-08 01:52:22 -07:00
  • f70eee7af9 add render & control flow docs Ryan Carniato 2021-05-07 03:51:04 -07:00
  • 49bdc0a7ac More docs WIP Ryan Carniato 2021-05-05 03:24:00 -07:00
  • 23fefffc74 Expose JSXElement, Docs WIP Ryan Carniato 2021-05-04 02:59:17 -07:00
  • 524d641d98 Merge branch 'main' of https://github.com/ryansolid/solid into next Ryan Carniato 2021-05-03 21:44:19 -07:00
  • f76200dff9 Adding createresource graphql example (#436) Rayner De Los Santos F 2021-05-03 00:05:28 -04:00
  • 48cf2ac54e improve dead code elim, fix typo, fix hyperscript props Ryan Carniato 2021-05-02 02:40:25 -07:00
  • c384d051e7 Fix integration tests Ryan Carniato 2021-04-30 22:30:52 -07:00
  • 3a511fa301 Support solid-js/web dev mode, switch to using conditional exports Ryan Carniato 2021-04-30 22:28:01 -07:00
  • b2c22a503b first attempt at SSR documentation Ryan Carniato 2021-04-30 20:38:08 -07:00
  • dfce9e91c7 fix Zeit -> Vercel, double semicolon (#429) Modder Me 2021-04-29 11:02:17 -07:00
  • d376dd47f2 remove undesired chaining operator Ryan Carniato 2021-04-29 02:29:21 -07:00
  • a2409a441a v1.0.0-rc.0 v1.0.0-rc.0 Ryan Carniato 2021-04-29 00:31:56 -07:00
  • 6fe122c647 Update static context to reflect browser Ryan Carniato 2021-04-28 22:05:47 -07:00
  • f54a1affaf fix web ts tests Ryan Carniato 2021-04-28 03:03:27 -07:00
  • bc9f3d94f2 rename Actions to Directives, Context-less docs Ryan Carniato 2021-04-27 23:53:05 -07:00