All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.6.0 - Unreleased
- Styles for tables in the
.body
component.
- Inter font family.
- Unused normalize.css file
0.5.2 - 2024-03-22
--color-highlight
in dark mode should be a bit darker.--color-dim
in dark mode should be a bit lighter.- Inline
code
styles are too strong. - The text of the alerts is too light.
- Small tweaks of
<code>
tags. - Make bold and code texts visually stronger.
0.5.1 - 2024-03-20
- New
.markdown-alert
styles.
- Remove
ui-normalize
dependency.
- Added
text-wrap:balance
to all headers of.body
. - Default font-weight of headers.
0.5.0 - 2024-03-20
- New
icon
component to add icons (with emojis).
- Update Inter font to v4, using the variable format and InterDisplay for headings.
- Improved code highlight colors.
- Improved font sizes and colors.
- Use
[data-theme]
attribute instead of media queries to detect light/dark mode. This allows to change the theme dynamically. - Use font weight
600
instead ofbold
(which is700
).
- Fixed the layout of the pagination component.
0.4.0 - 2024-01-02
- New
blockquote
component #2.
0.3.3 - 2023-12-13
- Break long links: lumeland/theme-simple-blog#19
0.3.2 - 2023-11-15
- Removed Epilogue as the font for display.
0.3.1 - 2023-09-21
- Reduce the font size of the body to
18px
.
- Remove ligatures of the code.
0.3.0 - 2023-08-01
- New
footnotes
component.
0.2.4 - 2023-07-19
- code selection not showed due to CSS bug #1.
0.2.3 - 2023-07-19
- The
src
folder with the original CSS code.
0.2.2 - 2023-03-12
- Updated the
ds.css
dist file.
0.2.1 - 2023-03-12
- Clear button must be always visible.
0.2.0 - 2023-03-12
- Use
grid
instead offlex
in the pagination.
- Clear button in the
search
component.
0.1.1 - 2023-02-14
- Removed
flex-wrap: wrap
in pagination and fixed the text alignment. - The bottom line of the
h2
in the body was too close.
0.1.0 - 2023-01-28
First version