Skip to content

Commit ba2c589

Browse files
committed
docs(changelog): update changelog for 2023.08.16-9bd4ad4
1 parent 9bd4ad4 commit ba2c589

File tree

1 file changed

+102
-0
lines changed

1 file changed

+102
-0
lines changed

Diff for: CHANGELOG.md

+102
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,108 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## Version 2023.08.16-9bd4ad4
6+
7+
### Features
8+
- **Case Converter**: Add lowercase and uppercase (#534) (7b6232a)
9+
- **new tool**: emoji picker (#551) (93f7cf0)
10+
- **ui**: added c-select in the ui lib (#550) (dfa1ba8)
11+
- **new-tool**: password strength analyzer (#502) (a9c7b89)
12+
- **new-tool**: yaml to toml (e29b258)
13+
- **new-tool**: json to toml (ea50a3f)
14+
- **new-tool**: toml to yaml (746e5bd)
15+
- **new-tool**: toml to json (c7d4f11)
16+
- **command-palette**: random tool action (ec4c533)
17+
- **config**: allow app to run in a subfolder via BASE_URL (#461) (6304595)
18+
- **new-tool**: percentage calculator (#456) (b9406a4)
19+
- **new-tool**: json to csv converter (69f0bd0)
20+
- **new tool**: xml formatter (#457) (a6bbeae)
21+
- **chmod-calculator**: added symbolic representation (#455) (f771e7a)
22+
- **enhancement**: use system dark mode (#458) (cf7b1f0)
23+
- **phone-parser**: searchable country code select (d2956b6)
24+
- **new tool**: camera screenshot and recorder (34d8e5c)
25+
- **base64-string-converter**: switch to encode and decode url safe base64 strings (#392) (0b20f1c)
26+
27+
### Bug fixes
28+
- **deps**: update dependency uuid to v9 (#566) (5e12991)
29+
- **deps**: update dependency mathjs to v11 (#519) (7924456)
30+
- **deps**: update dependency @vueuse/router to v10 (#516) (ea0f27c)
31+
- **copy**: prevent shorthand copy if source is present in useCopy (#559) (86e964a)
32+
- **c-lib**: hide component library shortcut link in non-dev (#557) (56d74d0)
33+
- **emoji picker**: fix copy button (#556) (e5d0ba7)
34+
- **deps**: update dependency @vueuse/head to v1 (#515) (d12dd40)
35+
- **deps**: update dependency country-code-lookup to ^0.1.0 (#493) (8c72e69)
36+
- **deps**: update dependency @vueuse/head to ^0.9.0 (#492) (cec9dea)
37+
- **i18n**: fallback for demo i18n (12d9e5d)
38+
- **typos**: fixed more typos & uppercase JSON (#475) (9526ed8)
39+
- **about**: typos and wording (#474) (7068610)
40+
- **mime-types**: typos (#470) (c4cec9e)
41+
- **sonar**: took down minor sonar warning (4cbd7ac)
42+
- **readme**: typo (105b21b)
43+
- **ipv4-range-expander**: calculate correct for ip addresses where the first octet is lower than 128 (#405) (8c92d56)
44+
- **ipv4-converter**: removed readonly on input (7aed9c5)
45+
46+
### Refactoring
47+
- **navbar**: consistent spacing in navbar buttons (#507) (30f88fc)
48+
- **ui**: remove n-text (#506) (72c98a3)
49+
- **ui**: replaced some n-input to c-input (#505) (05ea545)
50+
- **json-viewer**: input monospace font (#485) (9125dcf)
51+
- **search**: command palette design (#463) (bcb98b3)
52+
- **c-input-text**: force usage of props with default (1e2a35b)
53+
- **naming**: prevent auto import conflicts for git memo (45c2474)
54+
- **imports**: removed unnecessary imports to vue (fe61f0f)
55+
- **ui**: removed all n-space (4d2b037)
56+
- **ui**: replaced some n-input with c-input-text (f7fc779)
57+
58+
### Chores
59+
- **deps**: update dependency vitest to ^0.34.0 (#562) (9bd4ad4)
60+
- **deps**: update dependency node to v18.17.1 (#560) (65a9474)
61+
- **deps**: update dependency unocss to ^0.55.0 (#561) (85cc7a8)
62+
- **deps**: update dependency @unocss/eslint-config to ^0.55.0 (#553) (4268e25)
63+
- **deps**: update dependency @intlify/unplugin-vue-i18n to ^0.12.0 (#526) (d1c8880)
64+
- **deps**: update docker/login-action action to v2 (#512) (99bc84c)
65+
- **deps**: update dependency jsdom to v22 (#499) (cd5a503)
66+
- **deps**: update dependency @vitejs/plugin-vue-jsx to v3 (#497) (1a60236)
67+
- **deps**: update dependency @vitejs/plugin-vue to v4 (#496) (a249421)
68+
- **deps**: update dependency vite-plugin-pwa to ^0.16.0 (#488) (6498c9b)
69+
- **deps**: update dependency vite to v4 (#503) (f40d7ec)
70+
- **ci**: e2e against vercel deployement (#518) (2e28c50)
71+
- **e2e**: execute e2e against built app (#511) (cf382b5)
72+
- **deps**: update github/codeql-action action to v2 (#513) (0152583)
73+
- **deps**: update node.js to v18 (#514) (38cb61d)
74+
- **deps**: switched from vite-plugin-md to vite-plugin-vue-markdown (#510) (354aed6)
75+
- **deps**: update dependency workbox-window to v7 (#509) (6b8682f)
76+
- **deps**: update dependency vite-svg-loader to v4 (#508) (9e8349d)
77+
- **deps**: update dependency typescript to ~4.9.0 (#481) (f440507)
78+
- **deps**: update dependency vue-tsc to ^0.40.0 (#490) (b0d9a3e)
79+
- **deps**: updated unplugin-auto-import (#504) (5c3bebf)
80+
- **deps**: removed start-server-and-test dependency (8df7cd0)
81+
- **deps**: update dependency c8 to v8 (#498) (6bda2ca)
82+
- **deps**: update dependency @types/jsdom to v21 (#495) (994a1c3)
83+
- **deps**: update node.js to v16.20.1 (#491) (05edaf4)
84+
- **deps**: update dependency vitest to ^0.32.0 (#489) (49eacea)
85+
- **deps**: update actions/checkout action to v3 (#494) (3f7d469)
86+
- **deps**: update dependency unplugin-vue-components to ^0.25.0 (#484) (5f21908)
87+
- **deps**: update dependency unplugin-auto-import to ^0.16.0 (#483) (6cb0845)
88+
- **deps**: update dependency unocss to ^0.53.0 (#482) (38710dc)
89+
- **deps**: update dependency @unocss/eslint-config to ^0.53.0 (#478) (282cfc4)
90+
- **deps**: added renovate.json (#477) (363c2e4)
91+
- **i18n**: tool scoped locales (#471) (1b038c7)
92+
- **wysiwyg-editor**: update tiptap dependencies (732da08)
93+
- **i18n**: setup i18n plugin config (ebfb872)
94+
- **config**: netlify deployment support (#443) (93799af)
95+
- **ci**: shard e2e tests (962a6d6)
96+
- **lint**: switched to a better lint config (33c9b66)
97+
98+
### Refacor
99+
- **transformers**: use monospace font for JSON and SQL text areas (#476) (ba4876d)
100+
101+
### Documentation
102+
- **ide**: updated vscode extensions settings (#472) (847323c)
103+
104+
### Chors
105+
- **deps**: updated vueuse dependency version (8515c24)
106+
5107
## Version 2023.05.14-77f2efc
6108

7109
### Features

0 commit comments

Comments
 (0)