1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-09-09 05:40:51 +02:00
Commit Graph

27 Commits

Author SHA1 Message Date
dependabot[bot]
7052ab42ca build(deps): bump json5 and svg-url-loader
Bumps [json5](https://github.com/json5/json5), [json5](https://github.com/json5/json5) and [svg-url-loader](https://github.com/bhovhannes/svg-url-loader). These dependencies needed to be updated together.

Updates `json5` from 1.0.1 to 2.2.3
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v2.2.3)

Updates `json5` from 2.1.0 to 2.2.3
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v2.2.3)

Updates `svg-url-loader` from 2.3.2 to 2.3.3
- [Release notes](https://github.com/bhovhannes/svg-url-loader/releases)
- [Commits](https://github.com/bhovhannes/svg-url-loader/compare/v2.3.2...v2.3.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
- dependency-name: json5
  dependency-type: indirect
- dependency-name: svg-url-loader
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-03 15:18:30 +00:00
Pete Colapietro
5c8c349178 build(npm): upgrade to latest node-sass 2020-05-09 22:57:59 -04:00
Kaylum Lally
2e06165882 refactor(storybook): storybook enhancement and cleanup
refactored the storybook codebase for all components

re #381
2019-12-14 15:21:15 +00:00
BcRikko
e4b36ff4ef chore: security update 2019-05-31 10:39:05 +09:00
BcRikko
f8c0f8d15f chore: security update
a vulnerability was found in node-tar before version 4.4.2.
2019-05-13 07:50:55 +09:00
Igor Guastalla de Lima
58a8a1bd0b chore(storybook): update storybook to version 5 2019-03-05 14:37:51 -03:00
BcRikko
8164c71323 build(package-lock.json): npm update globby --depth 5 2019-02-07 21:03:54 +09:00
BcRikko
b68e12f6c0 refactor: uninstall file-loader 2019-02-06 13:20:55 +09:00
Trezy
1b0db4ab1d refactor(cursors): Use data-uris for cursors
I've switched us from using `file-loader` to `url-loader`. This will automatically convert local URL
imports to data URIs, which means the framework no longer needs to load them from a remote URL.

#207
2019-01-30 13:31:30 -06:00
ダーシノ
3eacba9c99 Add components dir and split css file (#224)
* refactor: add components directory

ref #166

* build: split nes.scss into nes.css and nes-core.css

and change npm scripts for build

ref #166

* docs(readme.md): add nes-core.css link

* docs: add components directory path

and minor modification of the document
2018-12-29 01:00:31 +02:00
Trezy
3ab3cd5d9b Add Storybook backgrounds (#231)
* feat(storybook): Add backgrounds Storybook

I've added the Storybook backgrounds addon which allows users viewing the storybook to change the
background behind components, which will make it easier to see how the main NES.css theme looks in
various contexts.

* feat(storybook): Add backgrounds Storybook

I've added the Storybook backgrounds addon which allows users viewing the storybook to change the
background behind components, which will make it easier to see how the main NES.css theme looks in
various contexts.
2018-12-27 11:04:30 +02:00
Trezy
cc288d4415 build: Preserve package header during minification 2018-12-17 08:44:48 -06:00
Trezy
a7899d838d ci(semantic-release): Add package header updating to CI
I've add a script to handle automatically updating bot the CSS and SCSS headers with the relevant
information before publishing. This update is handled as part of `semantic-release`'s preparation
step.
2018-12-16 22:55:15 -06:00
lucas.reis
2e4ff795a5 feat(component): Inserting lists with examples
Inserting tag <ul> to implment list, with two examples

#179
2018-12-12 20:26:00 -02:00
Trezy
e73c775bea build(storybook): Add style loaders 2018-12-11 07:13:21 -06:00
Trezy
abbd67ce13 build(storybook): Add hot reloading to storybook
I've added hot reloading to Storybook. This means that during development, all we have to do is run
Storybook. As we make changes to the SCSS files, the changes will automatically be reflected in
Storybook. 😁
2018-12-11 00:07:39 -06:00
Trezy
e5ab23884e build(commitlint): Remove semantic-commitlint
This removes `semantic-commitlint` from both the local build pipeline and the CI build pipeline. The
original value of `semantic-commitlint` was that it would handle linting only the relevant commits,
i.e. the commit range under review for a PR. However, the library doesn't seem to respect our
altered `commitlint` rules, so we'll be switching to an alternate strategy to handle linting of
specific ranges.

#13
2018-12-10 11:57:30 -06:00
Igor Guastalla de Lima
eceaf8d819 feat(button): added a disabled state class to button
#83
2018-12-05 22:12:43 -02:00
BcRikko
75436bcad4 build: fix config files 2018-12-05 19:35:16 +09:00
Trezy
3ec9ab1976 ci: add commitlint
Add `commitlint` to enforce proper formatting for all commit messages

#13
2018-12-05 17:57:40 +09:00
Trezy
879a805ffe ci: Add semantic-release
Add `semantic-release` to the repo and the build pipeline. This will handle automatically publishing
to npm based on commit messages.

#13
2018-12-05 17:55:13 +09:00
Trezy
8412aa2bc4 build: Add Commitizen
Forcing contributors to use Commitizen to format their commit messages will make our lives much
simpler, especially once we've added `semantic-release`.
2018-12-05 17:53:20 +09:00
Igor Guastalla de Lima
b3f56c989b Merge conflict corrections with master. 2018-11-30 09:19:34 -02:00
BcRikko
ac150b25fc 🆙 prettier-stylelint -> stylelint-prettierに移行 2018-11-26 21:59:11 +09:00
BcRikko
1a34fe4bff 🎉 radiosを追加 2018-11-26 09:01:32 +09:00
BcRikko
a72b99dda3 🆙 関係ライブラリのアップデート 2018-09-26 11:35:56 +09:00
BcRikko
9a6c626821 ⚙️ 開発環境の構築 2018-09-24 13:35:33 +09:00