Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6990557

Browse files
authored
Merge pull request#23 from DesignRevision/patch-2.0.1
Patch 2.0.1
2 parentsd908ad0 +abde651 commit6990557

19 files changed

+109
-28
lines changed

‎CHANGELOG.md‎

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on[Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
##📦 2.0.1 - 2018-02-19
8+
9+
###Added
10+
- Small dropdown menu modifier class.
11+
- Small card modifier.
12+
13+
###Changed
14+
- BS4 dependency import path.
15+
- Fixed the package entrypoint path so Shards' JavaScript package could be imported as a module.
16+
- Input group append/prepend z-index issue.
17+
718
##📦 2.0.0 - 2018-02-08
819

920
- Skipped minor version due to changes that break backward compatibility.
@@ -42,4 +53,4 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
4253

4354

4455
##[1.0.0] - 2017-11-07
45-
- Initial release.
56+
- Initial release.

‎dist/agency-landing.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<!-- CSS Dependencies -->
1111
<linkrel="stylesheet"href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"crossorigin="anonymous">
1212
<linkhref="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"rel="stylesheet"integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"crossorigin="anonymous">
13-
<linkrel="stylesheet"href="css/shards.min.css?version=2.0.0">
14-
<linkrel="stylesheet"href="css/shards-extras.min.css?version=2.0.0">
13+
<linkrel="stylesheet"href="css/shards.min.css?version=2.0.1">
14+
<linkrel="stylesheet"href="css/shards-extras.min.css?version=2.0.1">
1515
</head>
1616
<bodyclass="shards-landing-page--1">
1717
<!-- Welcome Section -->

‎dist/app-promo.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<!-- CSS Dependencies -->
1111
<linkrel="stylesheet"href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"crossorigin="anonymous">
1212
<linkhref="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"rel="stylesheet"integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"crossorigin="anonymous">
13-
<linkrel="stylesheet"href="css/shards.min.css?version=2.0.0">
14-
<linkrel="stylesheet"href="css/shards-extras.min.css?version=2.0.0">
13+
<linkrel="stylesheet"href="css/shards.min.css?version=2.0.1">
14+
<linkrel="stylesheet"href="css/shards-extras.min.css?version=2.0.1">
1515
</head>
1616
<bodyclass="shards-app-promo-page--1">
1717
<!-- Welcome Section -->

‎dist/css/shards-demo.css.map‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎dist/css/shards-extras.css.map‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎dist/css/shards.css‎

Lines changed: 27 additions & 2 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎dist/css/shards.css.map‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎dist/css/shards.min.css‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎dist/css/shards.min.css.map‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎dist/shards-demo.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<linkrel="stylesheet"href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
1111
crossorigin="anonymous">
1212
<linkrel="stylesheet"href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
13-
<linkrel="stylesheet"href="css/shards.min.css?v=2.0.0">
14-
<linkrel="stylesheet"href="css/shards-demo.min.css?v=2.0.0">
13+
<linkrel="stylesheet"href="css/shards.min.css?v=2.0.1">
14+
<linkrel="stylesheet"href="css/shards-demo.min.css?v=2.0.1">
1515
</head>
1616

1717
<body>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp