Skip to content

Commit 800eb2e

Browse files
committed
update: bump version to v3.0.0
1 parent fa91da9 commit 800eb2e

29 files changed

+1243
-418
lines changed

.vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"editor.tabSize": 2
3+
}

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## v3.1.0
2+
- [ ] Add Tailwind-like utility classes as a plugin
3+
4+
## v3.0.0
5+
- [x] Add light-mode plugin
6+
- [x] Add Switch button component
7+
- [x] Change navbar style
8+
- [x] Add scrollbar style
9+
- [x] Fix button color bugs
10+
- [x] Clean up code structure for colors
11+
- [x] Add flex-flow classes
12+
- [x] Add getting started boilerplate
13+
- [x] Clean up and update docs
14+
- [x] Better scroll ui and animations
15+
- [x] Minimize layout styling for row and footer
16+
- [x] Fix doc search functionality
17+
- [x] Remove hard-coded sidenav width, now configurable with "--sidenav-width" in ":root"
18+
- [x] Better source code watch for dev
19+
- [x] Fix small bugs here and there
20+
121
## v2.5.1
222
- [x] Fix navbar visuals
323
- [x] Fix and improve code styling

COPYING

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Meshki v2.5.1 (https://borderliner.github.io/Meshki/)
3-
* Copyright 2016-2024 Reza Hajianpour <[email protected]>
2+
* Meshki v3.0.0 (https://borderliner.github.io/Meshki/)
3+
* Copyright 2016-2024 Mohammadreza Hajianpour <[email protected]>
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
same "printed page" as the copyright notice for easier
188188
identification within third-party archives.
189189

190-
Copyright 2016-2024 Reza Hajianpour <[email protected], [email protected]>
190+
Copyright 2016-2024 Mohammadreza Hajianpour <[email protected], [email protected]>
191191

192192
Licensed under the Apache License, Version 2.0 (the "License");
193193
you may not use this file except in compliance with the License.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The website of [Meshki](https://borderliner.github.io/Meshki/) uses:
117117

118118
# Acknowledgement
119119

120-
[Meshki](https://borderliner.github.io/Meshki/) was originally started by [Reza Hajianpour](mailto:[email protected]) as a fork of [Skeleton](https://github.com/dhg/Skeleton). Meshki has come a long way since then and has experienced a total overhaul, including porting the codebase from CSS to Scss.
120+
[Meshki](https://borderliner.github.io/Meshki/) was originally started by [Mohammadreza Hajianpour](mailto:[email protected]) as a fork of [Skeleton](https://github.com/dhg/Skeleton). Meshki has come a long way since then and has experienced a total overhaul, including porting the codebase from CSS to Scss.
121121
[Skeleton](https://github.com/dhg/Skeleton) was created by [Dave Gamache](https://twitter.com/dhg).
122122

123123
<br>

build.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Meshki v2.5.1 (https://borderliner.github.io/Meshki/)
3-
* Copyright 2016-2024 Reza Hajianpour <[email protected]>
2+
* Meshki v3.0.0 (https://borderliner.github.io/Meshki/)
3+
* Copyright 2016-2024 Mohammadreza Hajianpour <[email protected]>
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)