Skip to content

Commit f5b67ac

Browse files
committed
adds docs
1 parent 1481b16 commit f5b67ac

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

docs/releases.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
## Versioning
2+
3+
* * *
4+
5+
For transparency and insight into the release cycle, releases will be numbered
6+
with the following format:
7+
8+
And constructed with the following guidelines:
9+
10+
- Breaking backwards compatibility bumps the major
11+
- New additions without breaking backwards compatibility bumps the minor
12+
- Bug fixes and misc changes bump the patch
13+
14+
For more information on semantic versioning, please visit <http://semver.org/>.
15+
16+
Release flags:
17+
18+
- `[Experimental]`: Under testing and might be deprecated at any point
19+
- `[Deprecated]`: Not developed / supported anymore, might be removed at any point
20+
- `[Removed]`: Completely gone, no longer exists
21+
- `[Changed]`: A change in the API
22+
23+
* * *
24+
25+
## Release Notes
26+
27+
- v1.0.1
28+
29+
- v1.0.0
30+
- Adds light mode
31+
- Set maximum number for shown results
32+
- Add placeholder text to the multiselect field
33+
- Placeholder keeps the first selection value saved

0 commit comments

Comments
 (0)