0.7.1 (2024-10-05)
package | from | to |
---|---|---|
obsidian | 1.5.7-1 | 1.7.2 |
pinyin-pro | 3.20.4 | 3.25.0 |
typescript | 5.4.5 | 5.5.4 |
vite | 5.2.11 | 5.4.8 |
0.7.0 (2024-05-12)
- Reimplement the code block processor using Svelte (PR: #86)
0.6.2 (2024-05-09)
package | from | to |
---|---|---|
@vanilla-extract/css | 1.14.1 | 1.15.1 |
@vanilla-extract/vite-plugin | 4.0.6 | 4.0.9 |
pinyin-pro | 3.19.6 | 3.20.4 |
typescript | 5.3.3 | 5.4.5 |
vite | 5.1.5 | 5.2.11 |
0.6.1 (2024-03-10)
- Fix the styles of code block processor to display line breaks as they are (PR: #80) (Issue: #75), huge thanks to @orkunzozturk for helping!
package | from | to |
---|---|---|
@vanilla-extract/vite-plugin | 4.0.4 | 4.0.6 |
vite | 5.1.4 | 5.1.5 |
0.6.0 (2024-03-04)
- Support for Japanese in settings tab (PR: #72)
0.5.1 (2024-03-02)
- Migrate
typescript-eslint
from v6 to v7 (flat config) (PR: #69)
package | from | to |
---|---|---|
@vanilla-extract/vite-plugin | 3.9.5 | 4.0.4 |
pinyin-pro | 3.19.3 | 3.19.6 |
vite | 5.0.12 | 5.1.4 |
0.5.0 (2024-01-28)
- Refactor code block processor (PR: #52)
package | from | to |
---|---|---|
@vanilla-extract/css | 1.14.0 | 1.14.1 |
@vanilla-extract/vite-plugin | 3.9.3 | 3.9.5 |
pinyin-pro | 3.18.5 | 3.19.3 |
vite | 5.0.10 | 5.0.12 |
0.4.1 (2023-12-30)
- Improve accessibiity of rendered content (PR: #42)
- Migrate this npm package to fully ESM (PR: #44 and #45)
package | from | to |
---|---|---|
vite | 4.5.1 | 5.0.10 |
0.4.0 (2023-12-27)
- Improve the performance of this plugin's code block processor using memorization (PR: #36)
0.3.3 (2023-12-25)
- Fix a bug that broke the layout of elements drawn off-screen by this plugin (PR: #32)
0.3.2 (2023-12-23)
package | from | to |
---|---|---|
@vanilla-extract/vite-plugin | 3.9.2 | 3.9.3 |
pinyin-pro | 3.18.2 | 3.18.5 |
typescript | 5.3.2 | 5.3.3 |
vite | 4.5.0 | 4.5.1 |
0.3.1 (2023-11-28)
- Fix a display bug in Live Preview mode (PR: #18) (Issue: #16), huge thanks to @mariomui for helping!
0.3.0 (2023-11-13)
- Add settings tab
- Support for toggling whether each pinyin is always displayed or not from the settings tab
0.2.0 (2023-11-12)
- Refactor DOM manipulation
- Remove dependencies that are no longer needed
First release