Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preparing for v1.13 tag release #100

Merged
merged 1 commit into from Jun 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 7 additions & 3 deletions README.md
Expand Up @@ -12,18 +12,22 @@ NPM: https://www.npmjs.com/package/mvp.css

## Versions

### v1.13
* Styled `<a>` element to be underlined by default
* Styled scrollbar to be in-line with MVP styling

### v1.12
* Styled `<input type="submit">` element to be the same as `<button>`

### v1.11
* Styled `<dialog>` element
* Styled `<dialog>` element

### v1.10.2
* Updated `<input type="text">` and `<textarea>` styling to be full-width elements
* Updated `<input type="text">` and `<textarea>` styling to be full-width elements

### v1.9
* Updated `<input type="range">` styling to allow user to select all numerical values
* Added the option to handle a user's dark mode preference by using `<html color-mode="user">`
* Added the option to handle a user's dark mode preference by using `<html color-mode="user">`

### v1.8
* Updated `<p>` to be full width
Expand Down
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -31,7 +31,7 @@ <h1>A <u>minimalist</u> stylesheet for HTML elements</h1>
download="mvp.css" href="./mvp.css" target="_blank"><b>Download MVP.css (9kb) &nearr;</b></a></p>
<br><br>
<p><sup>PRO TIP</sup> Add this code to a new HTML
file:<br><br><code id="currentVersion" onclick="copyText('currentVersion');">&lt;link rel="stylesheet" href="https://unpkg.com/mvp.css@1.12/mvp.css"&gt; <img src="./img/icon-copy.png" height="15" width="15" style="position: relative; top: 3px;"></code></p>
file:<br><br><code id="currentVersion" onclick="copyText('currentVersion');">&lt;link rel="stylesheet" href="https://unpkg.com/mvp.css"&gt; <img src="./img/icon-copy.png" height="15" width="15" style="position: relative; top: 3px;"></code></p>
</header>
<main>
<hr>
Expand Down
2 changes: 1 addition & 1 deletion mvp.css
@@ -1,4 +1,4 @@
/* MVP.css v1.12 - https://github.com/andybrewer/mvp */
/* MVP.css v1.13 - https://github.com/andybrewer/mvp */

:root {
--active-brightness: 0.85;
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "mvp.css",
"version": "1.12.0",
"version": "1.13.0",
"description": "A minimalist stylesheet for HTML elements",
"main": "mvp.css",
"repository": {
Expand Down