ダーシノ
98ff32ad1e
Merge pull request #204 from nostalgic-css/develop
...
Release (Take 3!)
v1.0.0
2018-12-19 00:42:29 +09:00
ダーシノ
218b3bf09c
Merge pull request #203 from nostalgic-css/fix/semantic-release-exec-script
...
fix: Fix the script that's run by `semantic-release`
2018-12-19 00:39:45 +09:00
Trezy
aca8d631d8
fix: Fix the script that's run by semantic-release
...
I did a dumb. I changed the name of he script that updates the package headers before a release, but
I didn't tell `semantic-release-exec` that I'd changed it. 😬
2018-12-18 09:36:09 -06:00
ダーシノ
69eb37a6c0
Merge pull request #202 from nostalgic-css/develop
...
Release v1.0.0 (Take 2!)
2018-12-19 00:26:51 +09:00
Trezy
d1afc6cdbb
Merge pull request #201 from nostalgic-css/commitlint-ignore-master
...
fix: Ignore `commitlint` when merging to `master`
2018-12-18 09:21:33 -06:00
Trezy
50557d852c
Merge branch 'develop' into commitlint-ignore-master
2018-12-18 09:18:30 -06:00
Trezy
10c5dc13f3
Merge branch 'master' into commitlint-ignore-master
2018-12-18 09:17:39 -06:00
Igor Guastalla
ccf2a29ba6
Merge pull request #199 from nostalgic-css/change-source-url
...
[#197 ] Change source url
2018-12-18 13:14:25 -02:00
Trezy
e83dfce95a
fix: Fix ci config syntax
2018-12-18 09:11:22 -06:00
Trezy
bdeb0298f2
fix: Ignore commitlint
when merging to master
2018-12-18 09:07:08 -06:00
ダーシノ
66f777d45f
Merge branch 'develop' into change-source-url
2018-12-19 00:06:49 +09:00
Igor Guastalla
a5f60913bd
Merge pull request #198 from nostalgic-css/mixed-content
...
[#196 ] use https instead of http
2018-12-18 13:05:46 -02:00
BcRikko
b747141b7b
fix(index.html): change repository url
2018-12-19 00:00:25 +09:00
BcRikko
4a5b4b53ed
fix(index.html): change reference of css file
...
fix #197
2018-12-18 23:57:46 +09:00
BcRikko
efd1dfddda
fix(index.html): use https instead of http
...
fix #196
2018-12-18 23:40:12 +09:00
ダーシノ
72bb45d420
Merge pull request #168 from nostalgic-css/develop
...
Release v1.0.0
2018-12-18 22:43:53 +09:00
Abdullah Samman
b30def8999
Merge pull request #192 from nostalgic-css/center-storybook-components
...
feat(storybook): Center Storybook components
2018-12-17 23:29:56 +02:00
Abdullah Samman
9e5adfefb1
Merge branch 'develop' into center-storybook-components
2018-12-17 23:25:04 +02:00
Abdullah Samman
792ab70745
Merge pull request #191 from nostalgic-css/autoupdate-version
...
Autoupdate version
2018-12-17 23:11:47 +02:00
Trezy
b789e22121
refactor: Remove superfluous empty string concatenation
2018-12-17 14:44:16 -06:00
Trezy
5f0ec9128f
refactor: Remove superfluous newline
2018-12-17 14:30:41 -06:00
Trezy
7d1d13a1bb
feat(storybook): Center Storybook components
2018-12-17 14:26:48 -06:00
Trezy
5d90aff2e5
Merge branch 'develop' into autoupdate-version
2018-12-17 12:16:43 -06:00
Trezy
cc288d4415
build: Preserve package header during minification
2018-12-17 08:44:48 -06:00
Abdullah Samman
6f23fba02b
Merge pull request #190 from musavvirahmed/develop
...
Sketch file added
2018-12-17 09:03:12 +02:00
musavvirahmed
463a336335
docs(add sketch file): added sketch file and fixed favicon file
...
fix #169
2018-12-17 14:26:05 +08:00
Trezy
f79b015a86
Merge branch 'develop' into autoupdate-version
2018-12-16 22:55:42 -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
Trezy
69fb58eccb
refactor: Move SCSS functions and abstract build data retrieval
...
I've moved the SCSS functions file into the `scripts` directory where I think it makes a bit more
sense. I've also abstracted most of the functionality from it so I can also use it in
`semantic-release`'s preparation step.
2018-12-16 22:48:53 -06:00
Trezy
81914e66c7
chore: Remove version from package.json
...
The `version` field in the `package.json` file doesn't serve any real purpose for us since
`semantic-release will handle adding and updating it automatically.
2018-12-16 22:42:43 -06:00
Trezy
a34cac4aca
build: Make build versions dynamic
...
Hehehehe, this is really cool. I've removed the hardcoded version number from `nes.scss` and
replaced it with a custom function. This function does all sorts of cool stuff.
1. **Injects the framework version from `package.json`
This prevents us from having to inject the version number manually.
2. **Adds build info…**
The branch that the CSS was built from, when it was built, what version of Node was used… All of the useful information that we could possibly provide. If it’s built on CircleCI, it even includes the build number.
3. **…but not too much build info**
If the build is running against the `master` branch, we only inject the framework version. No need to bloat production builds with all the other junk. 😁
2018-12-16 21:15:59 -06:00
ダーシノ
eed573d15c
Merge pull request #163 from 4k1k0/scroll-table
...
feat(tables): it replicates the responsive tables from bootstrap
2018-12-17 07:31:10 +09:00
Wako
1be8016a71
fix(table): removes code
2018-12-16 15:19:11 -06:00
Trezy
f957ef7bbb
Merge branch 'develop' into scroll-table
2018-12-16 13:36:20 -06:00
Trezy
aed1e8e63e
Merge pull request #164 from nostalgic-css/update-docs
...
[#137 ] Update docs
2018-12-16 13:30:27 -06:00
Trezy
3e568dc81b
Merge branch 'develop' into update-docs
2018-12-14 15:24:08 -06:00
BcRikko
7eb6f33520
docs: fix misreading
2018-12-14 14:08:12 +09:00
BcRikko
12be67a212
docs(readme-jp.md): translate readme
2018-12-14 08:21:04 +09:00
Trezy
0e66d0b81e
Merge pull request #181 from nostalgic-css/change-is-center-container-class
...
Change is-center container class to is-centered
2018-12-13 16:30:49 -06:00
Trezy
ae8ec3049a
Merge branch 'develop' into change-is-center-container-class
2018-12-13 14:59:33 -06:00
Trezy
b9698ab324
Merge branch 'develop' into update-docs
2018-12-13 14:55:52 -06:00
Trezy
7f3cf6e7d6
Merge pull request #172 from evexoio/158-cursor-url
...
158 cursor url
2018-12-13 14:55:37 -06:00
Trezy
10e22bdcb0
Merge pull request #183 from KOREAN139/update-docs
...
add font recommendation for Korean in README.md
2018-12-13 14:55:23 -06:00
Trezy
9ecf19206e
Merge branch 'develop' into 158-cursor-url
2018-12-13 14:53:38 -06:00
Trezy
5ae06e28fd
Merge pull request #171 from soph-iest/dialog
...
Adds support for HTML dialog object
2018-12-13 14:52:34 -06:00
soph-iest
24a7575bd6
Merge branch 'develop' into dialog
2018-12-13 15:50:30 -05:00
Trezy
5f21e52a32
Merge branch 'develop' into 158-cursor-url
2018-12-13 14:50:28 -06:00
soph-iest
3a43f47722
adds grey styling for backdrop
2018-12-13 15:50:00 -05:00
Igor Guastalla
cb32aa26fe
Merge branch 'develop' into change-is-center-container-class
2018-12-13 18:11:59 -02:00
KOREAN139
3de6a15bb0
docs: add NES-style Korean font in README.md
...
add NES-style Korean font in REAMD.md, at Installation-Fonts table for
users who want to use Korean with this AWESOME css framework
2018-12-14 04:08:15 +09:00