Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.6.0 #698

Open
wants to merge 34 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
e61e6a7
Add Heart icon
devmount Nov 20, 2018
7224499
Add Heart icon
devmount Nov 20, 2018
288d97e
Merge branch 'master' of https://github.com/devmount/spectre
devmount Nov 20, 2018
775f2af
Add Show and Hide icons
devmount Nov 21, 2018
cc84a1b
Use double colons for pseudo elements
devmount Nov 21, 2018
48e12c4
improve heart icon sizing and positioning
devmount Nov 26, 2018
6947b4a
improve show and hide icons
devmount Nov 26, 2018
86fdcc4
improve property order
devmount Nov 26, 2018
d9ef890
Solve the RTL bug...
Aug 3, 2019
51f4dab
Solve a RTL bug...
Aug 3, 2019
63b3aab
Improve the form-radio icon in the RTL mode...
Aug 3, 2019
89c3f10
Improve the form-radio icon in the RTL mode...
Aug 3, 2019
de4a26d
Fix issue #274 - Add column order classes
drupix Jun 18, 2020
5cff1cb
Update _columns-order.scss
drupix Jun 18, 2020
c4cade2
Update _variables.scss
drupix Jun 18, 2020
0fbb143
Update _variables.scss
drupix Jul 2, 2020
58d49a9
Bump version to v0.5.10
picturepan2 Jul 3, 2020
ede93c3
Merge pull request #632 from drupix/patch-1
picturepan2 Jul 3, 2020
ad538bc
Add new class card-shadow #564 #600
picturepan2 Jul 5, 2020
cb4f19a
Merge pull request #535 from devmount/master
picturepan2 Jul 11, 2020
b0b5dd2
Fix buttons visited style for <a> #572
picturepan2 Jul 29, 2020
95436ae
Merge branch '0.5.10' into master
picturepan2 Oct 7, 2020
fde73de
Merge pull request #598 from MaxFork/master
picturepan2 Oct 7, 2020
f41339e
sass-migrator division **/*.scss
Valexr Oct 9, 2021
a3bebe2
sass-migrator division **/*.scss
Valexr Oct 9, 2021
d04ed6c
Merge branch 'master' of github.com:Valexr/spectre
Valexr Oct 9, 2021
cef54f1
fix
Valexr Oct 10, 2021
dfe3bc2
fix version
Valexr Oct 11, 2021
82c3497
Merge pull request #1 from Valexr/master
niutech Apr 3, 2024
2d5cb11
Update dependencies, drop IE support
niutech Apr 3, 2024
45e9f49
Remove Google ads
niutech Apr 3, 2024
0ec0ffb
Implement pure CSS tabs
niutech Apr 10, 2024
8131469
Fix modals, remove Google Analytics
niutech Apr 11, 2024
5d8aae4
Fix tabs
niutech Apr 11, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
#### Spectre.css Changelog

##### v0.6.0 [#](https://github.com/niutech/spectre/releases/tag/v0.6.0)

- Update dependencies
- Drop IE support

##### v0.5.10 [#](https://github.com/picturepan2/spectre/releases/tag/v0.5.10)

- Last version by Yan Zhu

##### v0.5.9 [#](https://github.com/picturepan2/spectre/releases/tag/v0.5.9)

- Update gulp and dependencies
Expand Down Expand Up @@ -305,4 +314,4 @@ I have updated the whole Spectre.css documents experience and bumped the version

Initial commit

Thank you. ♥
Thank you. ♥
8 changes: 4 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "spectre.css",
"version": "0.5.9",
"description": "Spectre.css: A lightweight, responsive and modern CSS framework",
"homepage": "http://picturepan2.github.io/spectre",
"repository": "picturepan2/spectre",
"version": "0.6.0",
"description": "Spectre.css - lightweight, responsive and modern pure CSS framework",
"homepage": "https://niutech.github.io/spectre",
"repository": "niutech/spectre",
"license": "MIT",
"author": "Yan Zhu <picturepan2@hotmail.com>",
"main": "dist/spectre.css",
Expand Down