Breaking change: Default styling of HTML lists #1797
jkaltoft
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In an up-coming version of Kirby default styling of ordered and unordered HTML lists will be introduced. The final release date has not been set, but it will be in the not-too-far future. Another announcement will be made once the breaking changes are released.
This will most likely require that all occurrences of
<ul>
and<ol>
in host projects are checked. Especially where lists are used and have been styled to not look like lists. In other words, where you have applied styles that override the user agent (browser default) styles, e.g., the main menu in relationsbanken.Actions required:
<ul>
and<ol>
in your application and change "local" styles as neededThe breaking changes can be found on the branch
enhancement/1391-default-list-stylingbugfix/1802-fix-default-html-list-styling. They have not been merged with the master branch yet, so you'll have to build the Kirby package locally and use it in your project to test it. See Testing not-yet-released features of Kirby in your application for more information.🤙🏻 If you have any questions or need for assistance, please reach out to Team Kirby here or in the
#kirby-guild
Slack-channel.Beta Was this translation helpful? Give feedback.
All reactions