Skip to content

Commit

Permalink
v1.1.0 - Updated Bootstrap, performance tweaks, bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed May 14, 2020
1 parent 22c8afc commit 2c1921f
Show file tree
Hide file tree
Showing 105 changed files with 2,674 additions and 2,599 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## Version 1.1.0

- BREAKING CHANGE Removed Jarallax for performance reasons. Check the documentation for how to switch to the new parallax plugin.
- Improved performance for all animations.
- Changed secondary colour to a more neutral, darker version of the primary color.
- Updated Bootstrap to 4.5.0
- [FIX] Carousels focus stage not animating properly.
- [FIX] Orange outline on carousel buttons in Chrome.
- [FIX] Carousel gradient control height.
- [ADD] Added new parallax plugin

## Version 1.0.0

- Initial release
17 changes: 3 additions & 14 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,8 @@ The MIT License (MIT)

Copyright (c) 2020 Vantage Design

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# [Solid design system](https://docs.vantage-design.com/solid/demo)

![Product thumbnail](https://github.com/vantagedesign/assets/blob/master/solid-design-system/solid-thumbnail-shadow.png)
![Product thumbnail](https://raw.githubusercontent.com/vantagedesign/assets/master/solid-design-system/solid-thumbnail-shadow.png)

Solid design system is a feature-complete design system, inspired by Google's Material Design and powered by Bootstrap 4. It features a ton of custom-styled components, handcrafted sections and beautiful ready-to-go example pages. Solid builds upon and extends Bootstrap with plugins such as a date & time picker, parallax, lightbox, carousels, tags, icons from Font Awesome, and more. Bootstrap and these plugins have all been styled according to the design language of Solid, and this combination of components and design forms the Solid design system.

Besides a beautiful design and a ton of components, Solid feautures a powerful build workflow, powered by GulpJS. This enables you to write stylesheets with SASS CSS (SCSS) and provides concatenated and minified CSS, JavaScript and even images, to make your project as fast as possible for the end user. All features of Solid are extensively documented.

### Components
Solid features all of the standard Bootstrap 4 components and syntax, and more. Therefore, you can use your existing knowledge of Bootstrap. Use components such as buttons, alerts, cards, dropdowns, navbars, navs, progress, and much more.
Solid features all of the standard Bootstrap 4 components and syntax, and more. Therefore, you can use your existing knowledge of Bootstrap. Use components such as butons, alerts, cards, dropdowns, navbars, navs, progress, and much more.

Useful extensions have been included, such as flippable cards, a navbar that changes style on scrolling, and more.

Expand Down
Loading

0 comments on commit 2c1921f

Please sign in to comment.