@sveltia/cms 0.19.7 → 0.19.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -52,16 +52,19 @@ We are working hard to create a **much better alternative to Netlify CMS** and D
52
52
  ### Better productivity
53
53
 
54
54
  - You can [work with a local Git repository](#work-with-a-local-git-repository) without any configuration or proxy server[^26].
55
- - This allows you to bypass the 30 MB file size limit[^51].
55
+ - The performance is great because files are loaded natively through the browser rather than using an ad hoc API.
56
+ - This also allows you to bypass the 30 MB file size limit[^51].
56
57
  - The `logo_url` defined in the configuration will be used[^49].
57
58
  - Click once (the Save button) instead of twice (Publish > Publish now) to save an entry.
58
59
  - The Entry Editor closes automatically when an entry is saved.
59
60
  - You can upload multiple assets at once. (See below)
60
61
  - You can delete multiple entries and assets at once.
61
62
  - Some keyboard shortcuts are available for faster editing. More to come!
62
- - Create a new entry: `Ctrl+E` (Windows/Linux) / `Command+E` (macOS)
63
- - Save an entry: `Ctrl+S` (Windows/Linux) / `Command+S` (macOS)
64
- - Search for entries and assets: `Ctrl+F` (Windows/Linux) / `Command+F` (macOS)
63
+ - View the Content Library: `Alt+1`
64
+ - View the Asset Library: `Alt+2`
65
+ - Search for entries and assets: `Ctrl+F` (Windows/Linux) or `Command+F` (macOS)
66
+ - Create a new entry: `Ctrl+E` (Windows/Linux) or `Command+E` (macOS)
67
+ - Save an entry: `Ctrl+S` (Windows/Linux) or `Command+S` (macOS)
65
68
  - Never miss out on the latest features and bug fixes by being notified when an update to the CMS is available[^31].
66
69
 
67
70
  ### Better accessibility
@@ -89,6 +92,7 @@ We are working hard to create a **much better alternative to Netlify CMS** and D
89
92
 
90
93
  - You can easily switch between locales while editing with just a click on a button instead of a dropdown list.
91
94
  - Fields in non-default locales are validated as expected[^13].
95
+ - Boolean, DateTime, List and Number fields in the entry preview are displayed in a localized format.
92
96
  - [Integrates DeepL](#use-deepl-to-translate-entry-fields) to allow translation of text fields from another locale with one click.
93
97
  - You can [disable non-default locale content](#disable-non-default-locale-content)[^15].
94
98
  - You can [use a random UUID for an entry slug](#use-a-random-id-for-an-entry-slug), which is a good option for locales that write in non-Latin characters.