Fabio Pliger
ff7e2effe5
Merge branch 'main' into poc_ui_blocks
2024-03-26 14:58:17 -05:00
dependabot[bot]
2f3659b676
Bump the github-actions group with 6 updates ( #1995 )
...
Bumps the github-actions group with 6 updates:
| Package | From | To |
| --- | --- | --- |
| [actions/setup-node](https://github.com/actions/setup-node ) | `3` | `4` |
| [actions/cache](https://github.com/actions/cache ) | `3` | `4` |
| [softprops/action-gh-release](https://github.com/softprops/action-gh-release ) | `1` | `2` |
| [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda ) | `2` | `3` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact ) | `3` | `4` |
| [dorny/test-reporter](https://github.com/dorny/test-reporter ) | `1.6.0` | `1.8.0` |
Updates `actions/setup-node` from 3 to 4
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v3...v4 )
Updates `actions/cache` from 3 to 4
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v3...v4 )
Updates `softprops/action-gh-release` from 1 to 2
- [Release notes](https://github.com/softprops/action-gh-release/releases )
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md )
- [Commits](https://github.com/softprops/action-gh-release/compare/v1...v2 )
Updates `conda-incubator/setup-miniconda` from 2 to 3
- [Release notes](https://github.com/conda-incubator/setup-miniconda/releases )
- [Changelog](https://github.com/conda-incubator/setup-miniconda/blob/main/CHANGELOG.md )
- [Commits](https://github.com/conda-incubator/setup-miniconda/compare/v2...v3 )
Updates `actions/upload-artifact` from 3 to 4
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4 )
Updates `dorny/test-reporter` from 1.6.0 to 1.8.0
- [Release notes](https://github.com/dorny/test-reporter/releases )
- [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md )
- [Commits](https://github.com/dorny/test-reporter/compare/v1.6.0...v1.8.0 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: softprops/action-gh-release
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: conda-incubator/setup-miniconda
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: dorny/test-reporter
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024.3.2
2024-03-25 11:00:29 +01:00
Andrea Giammarchi
910c666319
pyscript.ffi - expose most essential utilities ( #2005 )
...
pyscript.ffi - expose most essential utilities
2024-03-22 17:41:06 +01:00
Andrea Giammarchi
eee2f64c1d
Update Polyscript with its latest untar.gz and unzip abilities ( #2004 )
2024-03-22 10:42:01 +01:00
Andrea Giammarchi
d080246a0f
Update MicroPython to its latest ( #2003 )
2024-03-21 11:47:47 +01:00
Andrea Giammarchi
98c0f5e50d
Fix #2000 - Allow advanced users to deal themselves with responses ( #2001 )
...
* Fix #2000 - Allow advanced users to deal themselves with responses
* rolled back the direct utility idea
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Updated to latest MicroPython and latest way to have direct access with fetch
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-03-20 16:40:24 +01:00
Andrea Giammarchi
a1268f1aa2
Fix #1993 - Expose a handy fetch API ( #1994 )
2024.3.1
2024-03-14 19:36:23 +01:00
Christian Clauss
69b8884045
Keep GitHub Actions up to date with GitHub's Dependabot ( #1992 )
...
* Keep GitHub Actions up to date with GitHub's Dependabot
Fix the warning like at the bottom right of
https://github.com/pyscript/pyscript/actions/runs/8263920642
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-03-14 15:36:18 +01:00
Andrea Giammarchi
df1d699fe6
[feature] py-editor setup ( #1989 )
2024-03-13 12:25:30 +01:00
Fabio Pliger
15896cd12c
fix issue with example code not showing created button
2024-03-04 11:56:40 -06:00
Fabio Pliger
b9cfe74aa2
adapt shoelace to latest upates in ui.elements
2024-02-29 14:14:55 -06:00
pre-commit-ci[bot]
43c085d56f
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2024-02-28 22:18:27 +00:00
Fabio Pliger
34552ae62d
minor fixes and complete tests for all elements
2024-02-28 16:17:38 -06:00
Fabio Pliger
a4272c7643
fix another typo on figcaption
2024-02-27 17:08:45 -06:00
Fabio Pliger
7e0689424f
fix canvas and caption as elements that have content and fix name typo on figcaption
2024-02-27 17:07:45 -06:00
Fabio Pliger
f5f01f6929
add test for more elements up to caption
2024-02-27 14:22:38 -06:00
Fabio Pliger
d1038cb83d
Merge branch 'poc_ui_blocks' of github.com:pyscript/pyscript into poc_ui_blocks
2024-02-27 12:37:44 -06:00
Fabio Pliger
97fdfaeeb6
change test helper function to be more flexible on attributes and manage content vs non content based elements. Also adds area tests
2024-02-27 12:36:09 -06:00
Fabio Pliger
51dc0909ac
add address test and improve error messaging when ElementBase gets a bad input as style
2024-02-27 11:41:10 -06:00
Fabio Pliger
6dccf08834
fix abbr to inherit from TextElementBase
2024-02-27 11:06:09 -06:00
Fabio Pliger
c518e7978f
add global attributes and change abbr test
2024-02-27 11:01:19 -06:00
pre-commit-ci[bot]
98413cfb69
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2024-02-27 16:44:27 +00:00
Fabio Pliger
850f8c6651
lint
2024-02-27 10:42:25 -06:00
Fabio Pliger
3654160b65
add pyweb tests
2024-02-27 10:41:13 -06:00
Andrea Giammarchi
84f197b657
Updated polyscript to its latest ( #1982 )
2024.2.1
2024-02-15 17:49:09 +01:00
Andrea Giammarchi
6121d32495
Merge branch 'main' into poc_ui_blocks
2024-02-14 15:51:22 +01:00
Andrea Giammarchi
5bed5ede52
Fix #1974 - Use utf-8 encoding to bootstrap stdlib ( #1981 )
2024-02-14 09:59:18 +01:00
pre-commit-ci[bot]
e0cf825de7
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2024-02-12 20:48:36 +00:00
Fabio Pliger
bd68966902
Merge branch 'poc_ui_blocks' of github.com:pyscript/pyscript into poc_ui_blocks
2024-02-12 14:48:12 -06:00
Fabio Pliger
83d17a75ba
lint
2024-02-12 14:47:36 -06:00
Fabio Pliger
f6d5cf06c8
Add text to pydom.Element ( #1911 )
...
* add missing test for html attribute
* add test for text attribute
* fix text attribute test
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Andrea Giammarchi <andrea.giammarchi@gmail.com >
2024-02-12 11:50:36 -08:00
pre-commit-ci[bot]
b467bfe01e
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2024-02-12 18:25:54 +00:00
Fabio Pliger
ae3c36b5dd
change default docstring associated with all classes dynamically patched
2024-02-12 12:18:35 -06:00
Fabio Pliger
0f3444e4e8
fix test failing due to different error message from fake server compared to a real test server
2024-02-12 12:18:07 -06:00
Fabio Pliger
1db8163c8e
Merge branch 'poc_ui_blocks' of github.com:pyscript/pyscript into poc_ui_blocks
2024-02-10 13:19:01 -06:00
Fabio Pliger
4b89ac1011
wrap up adding all major html elements
2024-02-10 13:18:44 -06:00
Fabio Pliger
ff7aba3695
add style and lint
2024-02-09 11:38:10 -06:00
Andrea Giammarchi
30c6c830ae
Fix #1972 - Evaluate users' code a part ( #1975 )
2024-02-09 15:52:29 +01:00
Shubhal Gupta
d7084f7f55
Fix: Restored the development docs #1783 ( #1803 )
...
* Fix: Restored the development docs #1783
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Andrea Giammarchi <andrea.giammarchi@gmail.com >
2024-02-07 11:17:50 +01:00
pre-commit-ci[bot]
a87d2b3fea
[pre-commit.ci] pre-commit autoupdate ( #1917 )
...
updates:
- [github.com/psf/black: 23.11.0 → 24.1.1](https://github.com/psf/black/compare/23.11.0...24.1.1 )
- [github.com/pycqa/isort: 5.12.0 → 5.13.2](https://github.com/pycqa/isort/compare/5.12.0...5.13.2 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Andrea Giammarchi <andrea.giammarchi@gmail.com >
2024-02-07 11:13:05 +01:00
Fábio Rosado
81a26363a3
Update bug template to point users to pyscript.com issue tracker ( #1971 )
...
* Update bug template to point users to pyscript.com issue tracker
* add bold to make it more visible
2024-02-06 14:23:12 +00:00
Fabio Pliger
c0bc27b8f7
add figcation, figure and form. Also fix ordering of definitoin of img and input_
2024-02-05 15:50:30 -06:00
Fabio Pliger
8a28934cc8
fix embed attributes and add fieldset
2024-02-05 12:33:18 -06:00
Fabio Pliger
34628f64ee
fix attributes of some of the elements added in the previous commit and add embed
2024-02-05 12:16:15 -06:00
Fabio Pliger
bdb84eb599
add multple HTML elements in alphabetical order from abbr to em
2024-02-05 12:06:19 -06:00
pre-commit-ci[bot]
d5d37fb260
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2024-02-02 22:07:17 +00:00
Fabio Pliger
635ede9edf
lint
2024-02-02 16:07:05 -06:00
Fabio Pliger
39647d783c
Merge branch 'poc_ui_blocks' of github.com:pyscript/pyscript into poc_ui_blocks
2024-02-02 16:06:38 -06:00
Fabio Pliger
2c59717214
fixed issues with renaming Grid to grid, after we merged
2024-02-02 16:06:26 -06:00
pre-commit-ci[bot]
1db1e4335b
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2024-02-02 21:59:33 +00:00