Skip to content

Commit df52d2d

Browse files
authored
Merge pull request #4 from CGWebDev2003/main
[v1.2.1]: Added Links and Spinner
2 parents e9ce467 + b233215 commit df52d2d

File tree

6 files changed

+385
-13
lines changed

6 files changed

+385
-13
lines changed

CHANGELOG.md

Lines changed: 97 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,101 @@ All notable changes to the "neptune-snippets" extension will be documented in th
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7-
## [Unreleased]
7+
## [Released]
88

9-
- Initial release
9+
## [1.2.1] - 2023-05-08
10+
11+
### Fixed
12+
13+
- Whats new in README
14+
15+
## [1.2.0] - 2023-05-08
16+
17+
### Added
18+
19+
- Spinner
20+
- Spinner styles
21+
- Spinner primary
22+
- Spinner accent
23+
- Spinner inormation
24+
- Spinner success
25+
- Spinner error
26+
- Spinner animations
27+
- Spinner linear
28+
- Spinner eased
29+
- Links
30+
- Default link
31+
- Link sizes
32+
- Link S
33+
- Link M
34+
- Link L
35+
- Link styles
36+
- Link primary
37+
- Link accent
38+
- Link information
39+
- Link success
40+
- Link warning
41+
- Link error
42+
43+
## [1.1.0] - 2023-04-30
44+
45+
### Added
46+
47+
- Example page
48+
- Main headline
49+
- Secondary headline
50+
51+
## [1.0.0] - 2023-04-30
52+
53+
- Initial release
54+
55+
### Added
56+
57+
- Component example
58+
- Badges
59+
- Badge sizes
60+
- Badge S
61+
- Badge M
62+
- Badge L
63+
- Badge styles
64+
- Badge primary
65+
- Badge accent
66+
- Badge information
67+
- Badge success
68+
- Badge warning
69+
- Badge error
70+
- Buttons
71+
- Button sizes
72+
- Button S
73+
- Button M
74+
- Button L
75+
- Button styles
76+
- Button primary
77+
- Button secondary
78+
- Button call to action(cta)
79+
- Button information
80+
- Button success
81+
- Button warning
82+
- Button error
83+
- Progress bars
84+
- Progress bar sizes
85+
- Progress bar XS
86+
- Progress bar S
87+
- Progress bar M
88+
- Progress bar L
89+
- Progress bar XL
90+
- Progress bar styles
91+
- Progress bar primary
92+
- Progress bar accent
93+
- Progress bar information
94+
- Progress bar success
95+
- Progress bar warning
96+
- Progress bar error
97+
- Toasts
98+
- Toast styles
99+
- Toast primary
100+
- Toast accent
101+
- Toast information
102+
- Toast success
103+
- Toast warning
104+
- Toast error

README.md

Lines changed: 132 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,12 @@
22

33
This is the official snippets extension for [Neptune CSS](https://github.com/neptune-css/neptune-css).
44

5-
## v1.1.0
6-
7-
### Added
8-
9-
- Example page
10-
- Main headline
11-
- Secondary headline
12-
135
## Table of contents
146

157
- [Neptune CSS snippets](#neptune-css-snippets)
16-
- [v1.1.0](#v110)
17-
- [Added](#added)
188
- [Table of contents](#table-of-contents)
9+
- [What's new in v1.2.0?](#whats-new-in-v120)
10+
- [Added:](#added)
1911
- [Examples](#examples)
2012
- [Example page](#example-page)
2113
- [Main headline](#main-headline)
@@ -46,6 +38,18 @@ This is the official snippets extension for [Neptune CSS](https://github.com/nep
4638
- [Button success](#button-success)
4739
- [Button warning](#button-warning)
4840
- [Button error](#button-error)
41+
- [Links](#links)
42+
- [Link sizes](#link-sizes)
43+
- [Link S](#link-s)
44+
- [Link M](#link-m)
45+
- [Link L](#link-l)
46+
- [Link styles](#link-styles)
47+
- [Link primary](#link-primary)
48+
- [Link accent](#link-accent)
49+
- [Link information](#link-information)
50+
- [Link success](#link-success)
51+
- [Link warning](#link-warning)
52+
- [Link error](#link-error)
4953
- [Progress bars](#progress-bars)
5054
- [Progress bar sizes](#progress-bar-sizes)
5155
- [Progress bar XS](#progress-bar-xs)
@@ -60,6 +64,17 @@ This is the official snippets extension for [Neptune CSS](https://github.com/nep
6064
- [Progress bar success](#progress-bar-success)
6165
- [Progress bar warning](#progress-bar-warning)
6266
- [Progress bar error](#progress-bar-error)
67+
- [Spinner](#spinner)
68+
- [Spinner styles](#spinner-styles)
69+
- [Spinner primary](#spinner-primary)
70+
- [Spinner accent](#spinner-accent)
71+
- [Spinner information](#spinner-information)
72+
- [Spinner success](#spinner-success)
73+
- [Spinner warning](#spinner-warning)
74+
- [Spinner error](#spinner-error)
75+
- [Spinner animations](#spinner-animations)
76+
- [Spinner linear](#spinner-linear)
77+
- [Spinner eased](#spinner-eased)
6378
- [Toasts](#toasts)
6479
- [Toast styles](#toast-styles)
6580
- [Toast primary](#toast-primary)
@@ -70,6 +85,13 @@ This is the official snippets extension for [Neptune CSS](https://github.com/nep
7085
- [Toast error](#toast-error)
7186
- [Author](#author)
7287

88+
## What's new in v1.2.0?
89+
90+
### Added:
91+
92+
- [Links](#links)
93+
- [Spinner](#spinner)
94+
7395
## Examples
7496

7597
### Example page
@@ -207,6 +229,60 @@ neptune-button-warning
207229
neptune-button-error
208230
```
209231

232+
## Links
233+
```
234+
neptune-link
235+
```
236+
237+
### Link sizes
238+
239+
#### Link S
240+
```
241+
neptune-link-s
242+
```
243+
244+
#### Link M
245+
```
246+
neptune-link-m
247+
```
248+
249+
#### Link L
250+
```
251+
neptune-link-l
252+
```
253+
254+
### Link styles
255+
256+
#### Link primary
257+
```
258+
neptune-link-primary
259+
```
260+
261+
#### Link accent
262+
```
263+
neptune-link-accent
264+
```
265+
266+
#### Link information
267+
```
268+
neptune-link-info
269+
```
270+
271+
#### Link success
272+
```
273+
neptune-link-success
274+
```
275+
276+
#### Link warning
277+
```
278+
neptune-link-warning
279+
```
280+
281+
#### Link error
282+
```
283+
neptune-link-error
284+
```
285+
210286
## Progress bars
211287
```
212288
neptune-progress
@@ -271,6 +347,52 @@ neptune-progress-warning
271347
neptune-progress-error
272348
```
273349

350+
## Spinner
351+
352+
### Spinner styles
353+
354+
#### Spinner primary
355+
```
356+
neptune-spinner-primary
357+
```
358+
359+
#### Spinner accent
360+
```
361+
neptune-spinner-accent
362+
```
363+
364+
#### Spinner information
365+
```
366+
neptune-spinner-info
367+
```
368+
369+
#### Spinner success
370+
```
371+
neptune-spinner-success
372+
```
373+
374+
#### Spinner warning
375+
```
376+
neptune-spinner-warning
377+
```
378+
379+
#### Spinner error
380+
```
381+
neptune-spinner-error
382+
```
383+
384+
### Spinner animations
385+
386+
#### Spinner linear
387+
```
388+
neptune-spinner-linear
389+
```
390+
391+
#### Spinner eased
392+
```
393+
neptune-spinner-eased
394+
```
395+
274396
## Toasts
275397
```
276398
neptune-toast

neptune-snippets-1.2.0.vsix

22.2 KB
Binary file not shown.

neptune-snippets-1.2.1.vsix

22.3 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publisher": "NeptuneCSS",
55
"icon": "icon.png",
66
"description": "VS Code snippets for Neptune CSS",
7-
"version": "1.1.1",
7+
"version": "1.2.1",
88
"license": "MIT",
99
"author": "CGWebDev2003",
1010
"repository": {

0 commit comments

Comments
 (0)