Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.14.0
->9.4.4
Release Notes
riot/riot (riot)
v9.4.4
Compare Source
v9.4.3
Compare Source
v9.4.2
Compare Source
main
branch will be used for development and releasesv9.4.1
Compare Source
v9.4.0
Compare Source
ref
attributes https://github.com/riot/riot/issues/3015v9.3.0
Compare Source
v9.2.2
Compare Source
v9.2.1
Compare Source
v9.2.0
Compare Source
v9.1.8
Compare Source
v9.1.7
Compare Source
v9.1.6
Compare Source
v9.1.5
Compare Source
v9.1.4
Compare Source
v9.1.3
Compare Source
v9.1.2
Compare Source
@riotjs/dom-bindings
typesv9.1.1
Compare Source
exports
keys in thepackage.json
filev9.1.0
Compare Source
v9.0.4
Compare Source
v9.0.3
Compare Source
input
orselect
v9.0.2
Compare Source
>=18.0.0
value inpackage.json
v9.0.1
Compare Source
v9.0.0
: EvergreenCompare Source
V9 is almost fully backward compatible with previous versions of Riot.js. However, a few breaking changes have been made, which are listed below:
null
orundefined
(see also https://github.com/riot/riot/issues/2975). For example:<p is-active={false}>
-is-active
will no longer be removed. Use<p is-active={null}>
insteadchecked
orselected
and in that case remove them with falsy valuesSeveral ecosystem packages have received major updates and the rest will be updated soon. Future versions of Riot.js ecosystem packages will be synchronized to avoid confusion. To use Riot.js v9, ensure that you install only v9 @riotjs packages.
v7.1.0
Compare Source
v7.0.7
Compare Source
riot.version
wrong value in theesm
exportv7.0.6
Compare Source
esm
files importsv7.0.5
Compare Source
v7.0.4
Compare Source
v7.0.3
Compare Source
v7.0.2
Compare Source
v7.0.1
Compare Source
v7.0.0
Compare Source
esm
bundle and treeshakingriot.esm.js
in favor of theesm
folderslots
https://github.com/riot/riot/discussions/2917riot+compiler.js
bundle (A documentation update will be available soon)Important: The documentation will be updated during the next few weeks, however no API breaking changes were introduced.
v6.1.2
Compare Source
v6.1.1
Compare Source
v6.1.0
Compare Source
v6.0.4
Compare Source
v6.0.3
Compare Source
@riotjs/dom-bindings
types adding better typescript supportv6.0.2
Compare Source
v6.0.1
Compare Source
@riotjs/compiler
improving the typescript support for type aliases like export type ComponentInterface = RiotComponent<MyComponentProps, MyComponentState>v6.0.0
Compare Source
slots
https://github.com/riot/riot/issues/2920If you are not a typescript user this release doesn't introduce any braking change. If you are a typescript user you can start writing Riot.js components as follows
Many thanks to https://github.com/kachurun for his help on this major release
v5.4.5
Compare Source
v5.4.4
Compare Source
v5.4.3
Compare Source
v5.4.2
Compare Source
mount
andunmount
type declarations https://github.com/riot/riot/pull/2909 @kachurunv5.4.1
Compare Source
v5.4.0
Compare Source
acorn
javascript parser with the (bigger but more modern)@babel/parser
<script>
tagsNotice:
Riot.js will not type check your components scripts nor transpile them. This version allows you to use the
typescript
syntax without forcing the use of a typescript preprocessor, but type checking and transpilation should be handled with tools likebabel
orts-loader
You can check the new compiler here with the following demo component:
v5.3.3
Compare Source
v5.3.2
Compare Source
v5.3.1
Compare Source
v5.3.0
Compare Source
Now you can recursively render tags without having to register them globally
v5.2.0
Compare Source
Some liked more the old RIot.js syntax so you can now write components also as follows
v5.1.4
Compare Source
<template>
fragments https://github.com/riot/riot/issues/2892v5.1.3
Compare Source
v5.1.2
Compare Source
master
->main
if
oreach
directivesv5.1.1
Compare Source
v5.1.0
Compare Source
<template>
slot tags https://github.com/riot/riot/issues/2888console
methods in expressions: Before{window.console.log('hello')}
-> After{console.log('hello')}
v5.0.0
Compare Source
This release is completely backward compatible, make sure to update the
@riotjs/[email protected]
along with[email protected]
. All the Riot.js echosystem tools should keep working as expected without needing major release updates.Changelog
window
properties breaking changeold
{ location.href }
new{ window.location.href }
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.