You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notable changes to this project will be documented in this file.
4
+
5
+
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).
6
+
7
+
## 📦 2.0.0 - 2018-02-08
8
+
9
+
- Skipped minor version due to changes that break backward compatibility.
Copy file name to clipboardExpand all lines: README.md
+13-20Lines changed: 13 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,33 +30,32 @@ Currently there are only two ways of downloading Shards:
30
30
31
31
### 🖇 Dependencies
32
32
33
-
The only hard dependency is Bootstrap 4 beta which needs to be included in your HTML document before Shards. Datepickers and slider controls also require the Shards JavaScript dependency.
33
+
The only hard dependency is Bootstrap 4 (final) which needs to be included in your HTML document before Shards. Datepickers and slider controls also require the Shards JavaScript dependency.
34
34
35
35
### 🏎💨 Quick Start
36
36
37
37
In order to take advantage of both Bootstrap and Shards' features you may want to use the following starter template that includes all dependencies.
0 commit comments