Skip to content

Commit ae4c60e

Browse files
Merge pull request #86 from WebReflection/v4
uhtml v4 - Release notes
2 parents 6596e71 + 8d589bf commit ae4c60e

63 files changed

Lines changed: 1497 additions & 3757 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

β€Ž.github/workflows/node.js.ymlβ€Ž

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [16]
15+
node-version: [20]
1616

1717
steps:
1818
- uses: actions/checkout@v2
@@ -23,9 +23,9 @@ jobs:
2323
cache: 'npm'
2424
- run: npm ci
2525
- run: npm run build --if-present
26-
- run: npm test
27-
- run: npm run coverage --if-present
28-
- name: Coveralls
29-
uses: coverallsapp/github-action@master
30-
with:
31-
github-token: ${{ secrets.GITHUB_TOKEN }}
26+
# - run: npm test
27+
# - run: npm run coverage --if-present
28+
# - name: Coveralls
29+
# uses: coverallsapp/github-action@master
30+
# with:
31+
# github-token: ${{ secrets.GITHUB_TOKEN }}

β€Ž.gitignoreβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.nyc_output/
22
coverage/
33
node_modules/
4-
4+
cjs/*
5+
!cjs/package.json

β€ŽREADME.mdβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
<sup>**Social Media Photo by [Andrii Ganzevych](https://unsplash.com/@odya_kun) on [Unsplash](https://unsplash.com/)**</sup>
88

9-
_micro html_ is a _~2.5K_ [lighterhtml](https://github.com/WebReflection/lighterhtml#readme) subset to build declarative and reactive UI via template literals tags.
9+
_micro html_ is a [lighterhtml](https://github.com/WebReflection/lighterhtml#readme) subset to build declarative and reactive UI via template literals tags.
1010

11-
### πŸ“£ Community Announcement
11+
### πŸ“£ uhtml v4 is out
1212

13-
Please ask questions in the [dedicated discussions repository](https://github.com/WebReflection/discussions), to help the community around this project grow β™₯
13+
Please check the [Release Notes](https://github.com/WebReflection/uhtml/pull/86) to know more about what improved, what changed or broke and what's not there yet (or anymore).
1414

1515
---
1616

β€ŽV0.mdβ€Ž

Lines changed: 0 additions & 83 deletions
This file was deleted.

β€Žasync.d.tsβ€Ž

Lines changed: 0 additions & 8 deletions
This file was deleted.

β€Žasync.jsβ€Ž

Lines changed: 0 additions & 2 deletions
This file was deleted.

β€Žcjs/async.jsβ€Ž

Lines changed: 0 additions & 41 deletions
This file was deleted.

β€Žcjs/handlers.jsβ€Ž

Lines changed: 0 additions & 150 deletions
This file was deleted.

0 commit comments

Comments
Β (0)