-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Release v2.x 🚀 #341
Release v2.x 🚀 #341
Conversation
fix: remove underline in hover and set color
fix: remove input shadow on ios
a vulnerability was found in node-tar before version 4.4.2.
Security update
Add select is-dark class type like input component
I’ve added a SCSS function that, when passed a file path, will inject the file as a data URI. This is super helpful since it ensures that the cursor images will always be available for the CSS. This issue currently prevents the npm version of the library from being usable at all.
👮🏻♂️Security update
…ter-cursor feat: add the new nes-cursor class
…ages-to-data-uris refactor: convert local images to data URIs
I'd like to request that we hold off on the 2.0 release until we've updated the library to remove the current icons and replaced them with NES.icons. This is because the NES.icons library has some collision issues with NES.css due to icon class names being the same. I'm hoping to have the NES.icons site done and up sometime this week. After that, I'll work on getting a PR in to NES.css to update the icons. 😁 |
docs: add select and input is-dark to docs
This PR is a minor update that includes security updates and bug fixes. 👮 Removing icons from NES.css has a big impact, so I'd like to work on it in the Next version 🚀 <link href="https://unpkg.com/nes.css@latest/css/nes-core.min.css" rel="stylesheet" />
<link href="https://unpkg.com/nes.icons@latest/css/nes.min.css" rel="stylesheet" /> |
refactor: move helper.scss
@BcRikko Yup, that makes sense. I was under the impression that we were still on v1.x. 😜 |
We also thought that when we made the last release 😄, but I think |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Tested almost every component variation using storybook, and checked the docs in Brave (chromium) and Firefox, both up to date.
🎉 This PR is included in version 2.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Minor update(bug fix) & Security update📦 🚀