Commit graph

3579 commits

Author SHA1 Message Date
Pierre-Yves Gerardy
891265de8b [docs] route redirection using the history API 2022-02-18 09:11:25 +01:00
Stephan Hoyer
9128d4e60a Correctly handle invalid escapes in routes
based on 0a5ead31c9fbd7b153c521c7f9d3df7bf826ce6c
2022-02-18 07:05:35 +01:00
dependabot[bot]
bcc61e42a9 Bump path-parse from 1.0.6 to 1.0.7
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-15 09:01:19 +01:00
dependabot[bot]
f4607ebd27 Bump glob-parent from 5.1.0 to 5.1.2
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.0 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.0...v5.1.2)

---
updated-dependencies:
- dependency-name: glob-parent
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-15 08:59:59 +01:00
Stephan Hoyer
e4bd2039b4 Add notice to changelog 2022-02-12 12:19:35 +01:00
Stephan Hoyer
896e9db7d8 Fix ospec timeout usage 2022-02-12 12:19:35 +01:00
Barney Carroll
cea8e64359 Reverting erroneous docs formatting 2022-02-12 12:19:35 +01:00
Barney Carroll
f9e51636d8 vnode.attrs is never null 2022-02-12 12:19:35 +01:00
Barney Carroll
e4c6621ba8 Updating textarea subtree should not be expected to override user input 2022-02-12 12:19:35 +01:00
Barney Carroll
30cc031bf2 Back out migration ToC, correct references to vnode shape 2022-02-12 12:19:35 +01:00
Barney Carroll
febd97aac2 Back out migration ToC, correct references to vnode shape 2022-02-12 12:19:35 +01:00
Barney Carroll
d021271be8 Non-mutating m.fragment/m.trust references 2022-02-12 12:19:35 +01:00
Barney Carroll
a3983c9655 Remove redundant child normalisation 2022-02-12 12:19:35 +01:00
Barney Carroll
11bced844c Back out migration ToC, correct references to vnode shape 2022-02-12 12:19:35 +01:00
Barney Carroll
0f9274f873 Fix lint errors 2022-02-12 12:19:35 +01:00
Barney Carroll
9999fbe2a4 Text is always represented as text vnodes, never as vnode.text 2022-02-12 12:19:35 +01:00
Barney Carroll
38e2184c6d Tests use hyperscript instead of manually constructing nodes 2022-02-12 12:19:35 +01:00
Barney Carroll
31d2ed4be8 Tests use hyperscript instead of manually constructing nodes 2022-02-12 12:19:35 +01:00
dependabot[bot]
5502570b16 Bump ajv from 6.10.2 to 6.12.6
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6.
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](https://github.com/ajv-validator/ajv/compare/v6.10.2...v6.12.6)

---
updated-dependencies:
- dependency-name: ajv
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-12 11:25:42 +01:00
hqproto
a671da246d Update standalone usage 2022-02-09 20:38:56 +01:00
Stephan Hoyer
d3be03c6a1 Avoid double encoding of function signatures - fixes #2720 2022-02-09 20:37:52 +01:00
Stephan Hoyer
b97fd59381 Warn about reusing mutated attrs object - fixes #2719 2022-02-09 20:37:02 +01:00
mike-ward
8ef7844f5a #2334 Dropdown to select docs for previous versions 2022-02-05 17:50:13 +01:00
Stephan Hoyer
99e038046b Revert "Only warn on pr-to-masters once"
This reverts commit 5fd0ca81b1.
2022-01-31 15:47:12 +01:00
Stephan Hoyer
5fd0ca81b1
Only warn on pr-to-masters once 2022-01-31 15:41:02 +01:00
James Cote
99c6d813d2
Send URLSearchParams as request body without extra configuration (#2695) 2022-01-31 10:12:02 +01:00
Stephan Hoyer
ab4b21dacc Make sure title attrs are removed properly - fixes #2676 2022-01-26 09:57:41 +01:00
Stephan Hoyer
fce750ab39 Fix require of marked to work with current version 2022-01-26 09:56:42 +01:00
Eugene Epifanov
7faf358e92 Update code on flems.io and update the link to it
This page contains a link to an example running on **flems.io**
The code on **flems.io** depends on `mithrill@1.1.6` and doesn't work with `mithril@2.0.0-rc.4`.
I added `mithril@2.0.0-rc.4` on **flems.io** as a dependancy and fixed some issues caused by `mithrill.withAttr` no longer existing.
Now code on this page and on **flems.io** are identical.
2022-01-26 09:01:32 +01:00
Gabriel Aumala
c075ac7b49 docs: improve m.request return value description
In the m.request return value description, add a line informing that
error status codes cause the promise to reject.
2022-01-25 23:07:51 +01:00
Stephan Hoyer
893de8b4ff Add change notice about m.request adoption for no content handling 2022-01-25 22:30:16 +01:00
Evoke-PHP
4351f62d46
Issue 2624 no content 204 parse (#2641)
Co-authored-by: Paul Young <paul.young@northpoint.com.au>
2022-01-25 21:48:02 +01:00
Pierre-Yves Gérardy
6aeb03837d Update change log 2022-01-25 21:44:45 +01:00
Pierre-Yves Gérardy
44d407f24c [m.request] work around a bundler bug, fix #2647 2022-01-25 21:44:45 +01:00
Per Eriksson
e66aaf1458
A note on JSX events (#2648)
Co-authored-by: Stephan Hoyer <ste.hoyer@gmail.com>
2022-01-25 21:43:03 +01:00
Barney Carroll
70aff8cd69 Better route cancellation example, addresses #1856 2022-01-25 21:30:38 +01:00
Barney Carroll
cd087347f7 Document route resolution cancellation, fixes #1759 2022-01-25 21:30:38 +01:00
Stephan Hoyer
61da8243c3 Fix require 2022-01-25 19:25:40 +01:00
dependabot[bot]
50d3809dac Bump marked from 0.7.0 to 4.0.10
Bumps [marked](https://github.com/markedjs/marked) from 0.7.0 to 4.0.10.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v0.7.0...v4.0.10)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-25 19:25:40 +01:00
Claudia Meadows
c6f5560b5e
Add @StephanHoyer to code owners 2022-01-19 02:54:42 -08:00
Arthur Clemens
5f9c635cad Remove old TOC link
Content was moved some time ago and linked section no longer exists.
2021-08-17 22:34:07 -04:00
cavemansspa
718650dc87
Cavemansspa patch 1 (#2696) 2021-07-30 23:04:52 -07:00
Claudia Meadows
f1c6a5794a
Update auto-merge.yml 2021-06-09 00:04:38 -07:00
Claudia Meadows
08051e9d33
Auto-merge Dependabot patch fixes 2021-05-10 19:03:59 -07:00
dependabot[bot]
5f58757085 Bump hosted-git-info from 2.8.4 to 2.8.9
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.4 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.4...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-10 07:22:29 +00:00
dependabot[bot]
4dce19fd5a Bump lodash from 4.17.20 to 4.17.21
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-06 19:55:51 +00:00
dependabot[bot]
32e470e0b3 Bump handlebars from 4.7.6 to 4.7.7
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.6...v4.7.7)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-06 16:41:35 +00:00
Barney Carroll
ade77f37c9
Remove unreachable keyed node logic, fixes #2597 (#2673) 2021-04-18 18:14:21 +01:00
Claudia Meadows
3b1bc04b9e
Delete test-utils/README.md (#2674) 2021-04-17 13:04:55 -07:00
Danylo Hlynskyi
773e570b86
simple-application.md: consistent use of type=submit (#2657)
When following tutorial and typing everything in, I was confused that Save button didn't work. Turned out that tutorial switches type from "button" to "submit", which I haven't spotted. Perhaps it should had been "submit" from start?
2021-02-14 14:59:27 -08:00