Commit Graph

  • 0b014eea56 Execute pys-on* events when triggered, not at load (#686) Jeff Glass 2022-09-14 20:33:42 -05:00
  • 1c0be16f30 change documentation to point to latest instead of frozen alpha (#764) Peter W 2022-09-13 11:02:05 -05:00
  • 27ba8bea2f [pre-commit.ci] pre-commit autoupdate (#762) pre-commit-ci[bot] 2022-09-13 10:34:24 -05:00
  • c566977749 Don't create custom elements in main and fix various small issues on tests (#747) Fábio Rosado 2022-09-13 15:59:33 +01:00
  • 5c1b785b4b Change alpha to latest (#760) Peter W 2022-09-12 11:07:44 -05:00
  • 8657dfb5da Docs: How To Pass Objects between JavaScript and PyScript (#753) Jeff Glass 2022-09-12 03:29:25 -05:00
  • dfa837754e Remove line numbers from example (#745) Neil Stoker 2022-09-12 09:28:19 +01:00
  • 0a7df78770 Add space before/after secrets value (#757) Ted Patrick 2022-09-08 07:54:33 -05:00
  • 066ecbe022 Add docs on how to contribute to docs (#720) Mariana Meireles 2022-09-08 11:38:31 +00:00
  • 6c80db810f pyon-dragover to py-dragover (#755) Ted Patrick 2022-09-07 16:31:59 -05:00
  • 6023c413ab Update CONTRIBUTING.md (#728) Mariana Meireles 2022-09-06 21:35:20 +00:00
  • 7910d040b6 fix ci file sync (#752) Peter W 2022-09-06 12:30:01 -05:00
  • 5bd99f5224 [pre-commit.ci] pre-commit autoupdate (#750) pre-commit-ci[bot] 2022-09-06 10:12:52 -05:00
  • f3157b377f Improve JS logging (#743) Antonio Cuni 2022-09-06 15:18:41 +02:00
  • e31e03afde add tests for runtime config inside py-config and remove usage of indexURL (#734) Madhur Tandon 2022-09-01 01:02:43 +05:30
  • eddde7c94c [WIP] Actions workflow cleanup/readability (#695) Peter W 2022-08-31 10:01:41 -05:00
  • 7be72ee4c1 [pre-commit.ci] pre-commit autoupdate (#737) pre-commit-ci[bot] 2022-08-30 19:49:15 +05:30
  • 6731467514 Update TypeScript to 4.8 (#739) woxtu 2022-08-30 23:17:14 +09:00
  • 8dd699d235 Remove workaround for sed and upgrade pyodide to 0.21.2 (#738) Madhur Tandon 2022-08-30 18:19:00 +05:30
  • 6cb81b5c3d Remove the Svelte plugins for ESLint/Prettier (#733) woxtu 2022-08-29 04:43:16 +09:00
  • 17187ba3ec Remove the Svelte plugins for Rollup (#730) woxtu 2022-08-27 06:10:37 +09:00
  • 531ee928b0 fix linting and types related issues (#731) Madhur Tandon 2022-08-27 02:18:01 +05:30
  • db806a5df9 make runtime an object of Runtime class when it is just an object (#729) Madhur Tandon 2022-08-27 01:49:03 +05:30
  • 9de154595a Add more unit tests for PyButton and BaseEvalElement (#711) Fábio Rosado 2022-08-26 13:25:51 +01:00
  • 9e4cb79679 Fix: Examples not importing pyscript from build folder when running locally (#705) Fábio Rosado 2022-08-25 23:05:17 +01:00
  • b7834073b8 Remove unwanted code and/or text (#589) Bikarna Pokharel 2022-08-26 00:30:54 +03:00
  • b0e56577b5 Fix misused promises (#723) woxtu 2022-08-26 05:47:29 +09:00
  • ccb0e6b269 585: Add a line to the makefile to run the examples on a python serve… (#689) tkeech1 2022-08-25 16:43:25 -04:00
  • edfd4baa1f import create_proxy and to_js from pyodide.ffi (#725) Madhur Tandon 2022-08-26 01:41:18 +05:30
  • 0f50f4a9fd Remove overwriting properties (#724) woxtu 2022-08-26 02:57:13 +09:00
  • 47494e62a7 Fix and enable integration tests in CI (#721) Madhur Tandon 2022-08-25 22:01:05 +05:30
  • 7aa25712d9 Update tsconfig to use es2017 (#704) Fábio Rosado 2022-08-25 03:01:51 +01:00
  • 1db155570d PyodideRuntime should be one of the runtimes (#698) Madhur Tandon 2022-08-25 02:33:36 +05:30
  • 1054e8e644 Add clarification where to place script and stylesheet - README.md (#713) Dylan 2022-08-24 01:40:20 -04:00
  • aa429f34d8 Add more integration tests for py-components and examples (#709) Fábio Rosado 2022-08-24 00:22:44 +01:00
  • e351889811 Set importmaps to an empty array (#708) Fábio Rosado 2022-08-24 00:03:52 +01:00
  • 24a70a8273 fix error management bug and improve examples automation (#717) Fabio Pliger 2022-08-23 17:12:30 -05:00
  • 3f26657116 update pyodide version (#719) Fabio Pliger 2022-08-23 17:11:42 -05:00
  • d41669af8b [pre-commit.ci] pre-commit autoupdate (#710) pre-commit-ci[bot] 2022-08-23 17:07:04 -05:00
  • 56466c2a00 fix typo Peter W 2022-08-23 17:06:19 -05:00
  • fa7a97ca30 Bootstrap python tests (#697) Fabio Pliger 2022-08-18 16:59:07 -05:00
  • 8aba271a42 Add TS tests tooling (#661) Fabio Pliger 2022-08-16 16:39:42 -05:00
  • 8275aa2810 Ensure that angle brackets in pyscript tag are escaped before parsing (#684) Philipp Rudiger 2022-08-16 18:11:09 +02:00
  • 410ddf314c Correct typo in CONTRIBUTING.md (#692) imbev 2022-08-16 10:12:09 -05:00
  • fa217bee20 [pre-commit.ci] pre-commit autoupdate (#691) pre-commit-ci[bot] 2022-08-16 09:56:13 -05:00
  • 817d0edc69 Use the new testing machinery for test_examples (#676) Antonio Cuni 2022-08-12 02:18:42 +02:00
  • 513dfe0b42 Introduce PyScriptTest, an helper class to write integration tests (#663) Antonio Cuni 2022-08-10 12:29:59 +02:00
  • bd7a20309b [pre-commit.ci] pre-commit autoupdate (#669) pre-commit-ci[bot] 2022-08-09 09:13:52 -05:00
  • a726be3c7c Remove unnecessary await (#662) woxtu 2022-08-09 02:46:02 +09:00
  • 10f2054e9a Create command to run tests locally (#668) Mariana Meireles 2022-08-08 10:07:37 +02:00
  • 2fa47f310d remove output manager code injection in repl source (#664) Fabio Pliger 2022-08-05 11:50:20 -05:00
  • 5b927a70c2 PyItemTemplate.strike() uses the CSS class line-through, which was part of Tailwind. Reintroduce it in our custom CSS. This fixes the todo-pylist example (#638) Antonio Cuni 2022-08-03 12:29:39 +02:00
  • 2a59ff8e68 point examples to /latest instead of /alpha (#624) Peter W 2022-08-02 13:59:50 -04:00
  • e4d1befcdb Specify the array type (#653) woxtu 2022-08-03 00:40:08 +09:00
  • 844e04ff96 Minor refactoring (#557) ic-768 2022-08-02 15:28:21 +00:00
  • cc05a98b0e [pre-commit.ci] pre-commit autoupdate (#650) pre-commit-ci[bot] 2022-08-02 10:27:46 -05:00
  • 006d161a32 cleanup leftovers such as mode and pyodideReadyPromise (#649) Madhur Tandon 2022-08-02 20:44:41 +05:30
  • a4839db79a fix tests by changing serving dir (#652) Madhur Tandon 2022-08-02 20:35:09 +05:30
  • 87e3b5b1dc remove App.svelte as CSS is already present in pyscript_base.css (#648) Madhur Tandon 2022-08-02 20:31:23 +05:30
  • faa900d502 change args for Linux for sed (#651) Madhur Tandon 2022-08-02 15:57:56 +05:30
  • a5275db3ec Specify the type of store value (#643) woxtu 2022-08-02 01:15:20 +09:00
  • 77e017a574 Add myself as maintainer as per discussion (#636) Madhur Tandon 2022-08-01 21:40:21 +05:30
  • 8ed8ddbf76 use pip (latest) to install playwright (#647) Madhur Tandon 2022-08-01 20:45:49 +05:30
  • eb31978488 Add tests verifying correct example behavior (#625) Philipp Rudiger 2022-07-29 20:42:49 +02:00
  • 677d708588 Make the stores simple (#564) woxtu 2022-07-29 11:09:21 +09:00
  • ade0dca8f9 Update to latest Pyodide (#631) Nicholas Tollervey 2022-07-29 01:52:54 +01:00
  • 8e1cd0b268 minor changes to make linting happier (#598) Fabio Pliger 2022-07-28 15:30:03 -05:00
  • 9102768366 Improve with string interpolations (#604) woxtu 2022-07-29 00:07:10 +09:00
  • 0c722b9164 [pre-commit.ci] pre-commit autoupdate (#630) pre-commit-ci[bot] 2022-07-28 11:05:34 -04:00
  • b6f514451a fix links in contribution & troubleshooting doc (#632) takahiro ono 2022-07-29 00:04:55 +09:00
  • c49fdfc56c Re-introduce xPyWidget update on CustomWidget's class (#576) Mariana Meireles 2022-07-21 16:13:11 -04:00
  • 676e04b28e sync examples on stable releases (#623) Peter W 2022-07-21 15:00:02 -05:00
  • 6aa864a351 enable blank issues (#626) Antonio Cuni 2022-07-20 21:30:28 +02:00
  • 72acb4826c [pre-commit.ci] pre-commit autoupdate (#620) pre-commit-ci[bot] 2022-07-19 17:02:10 -05:00
  • 734be5f355 [pre-commit.ci] pre-commit autoupdate (#594) pre-commit-ci[bot] 2022-07-18 11:43:38 -04:00
  • cede06ae19 Clearer contribution docs & add troubleshooting page (#597) Leonardo Pliger 2022-07-18 10:42:32 -05:00
  • 19491d8010 f-string accelerates examples.utils.format_date() (#591) Christian Clauss 2022-07-12 18:26:47 +02:00
  • c580aac991 add workflow dispatch to unstable pww217 2022-07-07 14:47:23 -05:00
  • 032d1aaad7 change path to /build pww217 2022-07-07 14:45:33 -05:00
  • afa216dc5e Mv build folder from examples/build to build/ (#571) Mariana Meireles 2022-07-07 11:29:09 -03:00
  • 69339fe3de Add myself to the list of maintainers as per recent discussion. (#573) Nicholas Tollervey 2022-07-06 09:36:23 +01:00
  • 571bb2b294 [pre-commit.ci] pre-commit autoupdate (#570) pre-commit-ci[bot] 2022-07-04 21:03:35 -03:00
  • 91a09a09f7 Rename examples cmd and add checks (#563) Fabio Pliger 2022-07-04 13:21:17 -05:00
  • 9b3433f6ae fix: typos in play_mario, handtrack examples (#566) munyoudoum 2022-07-05 01:19:18 +07:00
  • ee9b0960f7 Add support to py- events that map all js events available (#561) Leonardo Pliger 2022-06-29 17:49:21 -05:00
  • 506ac2574f Add type annotations (#562) woxtu 2022-06-29 04:17:23 +09:00
  • dc84d7c1b5 Minor improvements (#556) ic-768 2022-06-28 19:16:05 +00:00
  • fcaa57307f See you later tailwind (#452) Fabio Pliger 2022-06-24 18:30:07 -05:00
  • d25e754beb Move dashboard workflow to worflow dir (#554) Mariana Meireles 2022-06-24 19:01:52 -03:00
  • 7f6f411ea8 Try new method to keep CI from running on forks (#538) Peter W 2022-06-24 16:55:15 -05:00
  • 96a73e31f3 add diataxis info to docs readme (#548) Fabio Pliger 2022-06-24 15:06:47 -05:00
  • c7942d7d8f Use the type definition of pyodide (#535) woxtu 2022-06-25 04:25:14 +09:00
  • 479348eec9 Added section and cleared up documentation in getting started (#547) Leonardo Pliger 2022-06-24 14:14:48 -05:00
  • ebfed27630 release, latest, unstable branches (#550) Peter W 2022-06-24 10:32:00 -05:00
  • 8923485169 Update feature-request.yml (#541) Mariana Meireles 2022-06-23 19:44:55 -03:00
  • d62de26683 Fix inconsistencies and reduce verbosity in examples/index.html (#545) Brandon High 2022-06-23 15:40:36 -07:00
  • 1dd9c5b009 small renaming pww217 2022-06-23 11:22:33 -05:00
  • 01b64e18ab add release.yml, release automation ready for prod (#539) 2022.06.1 Peter W 2022-06-23 11:08:25 -05:00
  • fa61339a49 Add GHA to push issues directly to dashboard (#534) Mariana Meireles 2022-06-22 13:40:31 -03:00
  • deb2eee3ad Revert output manager after REPR evaluation (#522) Philipp Rudiger 2022-06-21 23:42:53 +02:00