Commit graph

3641 commits

Author SHA1 Message Date
Pierre-Yves
e0996bd6f2 Fix docs linting issues 2023-01-24 16:12:47 +01:00
Pierre-Yves Gérardy
c1fc1de772
Bypass css text (#2811)
* [DOM mocks] enable setting element.style

* Use the style setter directly
2023-01-17 15:04:19 +01:00
dependabot[bot]
645cf663b2 Bump terser from 4.3.4 to 4.8.1
Bumps [terser](https://github.com/terser/terser) from 4.3.4 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-22 23:44:44 +00:00
Barney
da76ed9054 Bundler can't parse multiple exports per module 2022-07-02 15:01:56 -07:00
Claudia Meadows
28d35b47a2
Update auto-merge.yml
Work around https://github.com/ahmadnassri/action-dependabot-auto-merge/issues/60
2022-06-22 23:07:21 -07:00
dependabot[bot]
ac0ff8625d Bump shell-quote from 1.7.2 to 1.7.3
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3.
- [Release notes](https://github.com/substack/node-shell-quote/releases)
- [Changelog](https://github.com/substack/node-shell-quote/blob/master/CHANGELOG.md)
- [Commits](https://github.com/substack/node-shell-quote/compare/v1.7.2...1.7.3)

---
updated-dependencies:
- dependency-name: shell-quote
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-23 05:41:14 +00:00
dependabot[bot]
93896faadb Bump minimist from 1.2.5 to 1.2.6
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-21 15:35:54 +00:00
Pierre-Yves
8cb7988096 Add tests for the hooks for a delayed removal in a fragment, address other review concerns 2022-06-21 17:02:05 +02:00
Barney
9af9ea66a2 Simplify domFor logic 2022-06-21 17:02:05 +02:00
Barney
62b6308295 camelCase file references dom-for -> domFor 2022-06-21 17:02:05 +02:00
Pierre-Yves
665578060e Address review comments, linter and build concerns 2022-06-21 17:02:05 +02:00
Pierre-Yves
3fd82e6359 implement m.domFor() and use it internally to move and remove nodes. Fix #2780 2022-06-21 17:02:05 +02:00
Pierre-Yves
27fb1ea617 tweak the CI actions names 2022-06-10 18:34:05 +02:00
Pierre-Yves Gérardy
c0a9c21c09
Actually remove ospec from the main code base (#2786)
* Actually remove ospec from the main code base (it is still used as a dev-dependency)

* fix a copy error

Co-authored-by: Barney Carroll <barney.carroll@gmail.com>

Co-authored-by: Barney Carroll <barney.carroll@gmail.com>
2022-06-10 18:33:17 +02:00
Pierre-Yves Gérardy
ea680dc917
Add back CI (#2785)
* Add back CI, remove ospec as a run-time dependency

* Fix the lint:docs errors

* Add back ospec for now, with a compatible version
2022-06-10 17:10:26 +01:00
James Forbes
da1454b3c6 Add missing prerelease branch target.
Without specifying target:master the prerelease version calculation would be incorrect.
2022-06-06 12:57:22 +02:00
Stephan Hoyer
a459a81832 inline obsolete factory 2022-06-06 12:56:25 +02:00
Stephan Hoyer
716d1e1804 Kick jsonp - fixes #2682 2022-06-06 12:56:25 +02:00
Pierre-Yves Gérardy
efdb563fa5
Remove a stale comment
This hasn't been true since v2.0
2022-06-01 09:37:11 +02:00
Stephan Hoyer
e9a365c150 Kick promise polyfill 2022-05-30 08:38:13 +02:00
Stephan Hoyer
517661a606 allow trailing slash for routes - fixes #2763 2022-05-30 08:34:05 +02:00
James Forbes
8c149d3653 Release Artifacts for v2.2.2
[skip ci]
2022-05-26 04:30:20 +10:00
Pierre-Yves Gérardy
1b4e628ce3
Turn README images from plain HTML to markdown (#2773) 2022-05-25 20:09:06 +02:00
Pierre-Yves Gérardy
ab32c0d1ca
Fix malformed image tag 2022-05-25 14:04:15 +02:00
James Forbes
a8337c0651 Release Artifacts for v2.2.1
[skip ci]
2022-05-25 09:53:59 +10:00
Pierre-Yves Gérardy
e28385b14f
Move the chat to Zulip (#2771) 2022-05-24 23:15:14 +02:00
James Forbes
527c0de6e2 Release Artifacts for v2.2.0
[skip ci]
2022-05-16 18:14:36 +10:00
James Forbes
259902f5f8 Release Artifacts for v2.1.0
[skip ci]
2022-05-16 18:08:13 +10:00
James Forbes
bbf343bb3b Enable --minimize-semver-change for pr-release 2022-05-13 22:08:00 +02:00
Barney Carroll
dbfe373733
Clean up m.route.Link (#2768)
* Simpler m.route.Link documentation. Fixes #2767

* Remove redundant HTML encoding from markdown docs

* Warn about m.route.Link immunity to event handler API.

* Integrate @JAForbes review corrections

* Example code typo in docs/route.md

Co-authored-by: Matias Kinnunen <github@mtsknn.fi>

Co-authored-by: Matias Kinnunen <github@mtsknn.fi>
2022-05-10 17:23:10 +01:00
James Forbes
ea8094bd95
Remove label triggers from actions.yml
Triggering multiple concurrent runs unnecessarily
2022-04-28 23:12:50 +10:00
Claudia Meadows
342f524ca3 Fix branch target 2022-04-27 21:16:32 +02:00
James Forbes
ff646e8fb8 Revisions based on feedback 2022-04-27 21:01:09 +02:00
James Forbes
2a2aef7762 Use new changelog option in merge command 2022-04-27 21:01:09 +02:00
James Forbes
d6dd9132fb Yaml has banned tabs 2022-04-27 21:01:09 +02:00
James Forbes
ae5469cf62 Do build docs in another PR 2022-04-27 21:01:09 +02:00
James Forbes
65cf256775 Suggested amendments 2022-04-27 21:01:09 +02:00
James Forbes
f3c59665b1 Update release docs 2022-04-27 21:01:09 +02:00
James Forbes
931e475de2 Remove travis.yml in favour of github actions 2022-04-27 21:01:09 +02:00
James Forbes
0ce6e4eae6 Remove version and release npm hooks 2022-04-27 21:01:09 +02:00
James Forbes
0d9051de96 Add PR release to mithril.js 2022-04-27 21:01:09 +02:00
Stephan Hoyer
9906e23118 Fix naming 2022-03-02 07:35:35 +01:00
Pier Bover
1c07143be4 Rework jsx docs 2022-03-02 07:35:35 +01:00
kfule
c8df665bcb
m.censor: work around a bunder bug (#2752) 2022-03-01 11:27:47 +01:00
tebe
53bedd1102
Add Simple Application Flems Supporting v2.0.4 and up (#2751) 2022-03-01 11:26:12 +01:00
Stephan Hoyer
69f5cbdf64 Make example work with webpack v5.69.1 2022-03-01 08:04:27 +01:00
Stephan Hoyer
99d1b3270d Fix wording 2022-02-27 18:54:30 +01:00
Stephan Hoyer
94774e73b0 Center docs again 2022-02-27 18:54:11 +01:00
tbreuss
a8e25b739b Fixed badges, consistent naming of Mithril.js 2022-02-23 10:05:42 +01:00
kevinfiol
0aed7797a7 2604: correct and move text about statements in view method 2022-02-22 16:00:40 +01:00