This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
Releases: StaticJsCMS/static-cms
Releases · StaticJsCMS/static-cms
v3.0.1
v3.0.0
v2.5.0
v2.4.4
v2.4.3
Bug Fixes
- fix: handling boolean and number values in filters (#825)
- fix: make default config.yml absolute (8fd8846)
Full Changelog: v2.4.2...v2.4.3
v2.4.2
Bug Fixes
Full Changelog: v2.4.1...v2.4.2
v2.4.1
v2.4.0
What's Changed
Bug Fixes
- fix: media library placeholder image width (Firefox / Safari) (#818)
- fix: filter checkbox not clickable (#817)
Dependency Updates
- chore(deps): update dependency @types/node to v18.16.14 (#771)
- chore(deps): update dependency @types/node-fetch to v2.6.4 (#814)
- chore(deps): update dependency eslint-plugin-unicorn to v46.0.1 (#806)
- chore(deps): update dependency eslint-plugin-cypress to v2.13.3 (#805)
Full Changelog: v2.3.4...v2.4.0
v2.3.4
What's Changed
- New editor option:
size
. Values arecompact
(default, editor is 450px wide) andhalf
(editor is 50% of the screen wide) (#807) - Improvements to light theme (#807)
- Add
useGetMediaAsset
hook to allow for a non-hook method of getting assets when necessary (#807)
Documentation Updates
- docs: Fix typos in the Decap CMS Migration Guide (#803)
Bug Fixes
- Resolve draft media file path issue with folder path collections (#807)
- Fix scrolling for non-frame previews (#807)
- Make icon sizes more consistent and aligned properly (#807)
- Default to table view if unrecognized view is in localstorage (#807)
- Fix overflow on html and body tags (#807)
New Contributors
- @tito-arch made their first contribution in #803
Full Changelog: v2.3.3...v2.3.4