v0.17.3 #507
bitspittle
announced in
Announcements
v0.17.3
#507
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This small release fixes two regression with routes introduced in v0.17.2 -- one subtle dealing with trailing slashes, and another significant one that broke dynamic routes.
Important
Planning to upgrade? Review instructions in the README.
The release also adds a handful of misc. features that are coming along for the ride.
Changes
Frontend
"/{folder}/{page}"
should match"/example/route"
providingparams["folder"] == "example"
andparams["page"] == "route"
"/a/b/"
and the user visits"/a/b"
(no trailing slash), Kobweb will automatically suffix the"/"
for you at the end.:focus-within
psuedo-classFaThreads
for Meta's "Threads" logo.Markdown
![example](/some-image.png 'This is a title')
Full Changelog: v0.17.2...v0.17.3
This discussion was created from the release v0.17.3.
Beta Was this translation helpful? Give feedback.
All reactions