Releases: GEOLYTIX/xyz
v4.12.12 (2025/03/10)
Release Notes: patch v4.12.12 🩹
Bugs 🐛
- Locale without layers should not crash the process by @dbauszus-glx in #1886
- The string value of like filter must be decoded. by @dbauszus-glx in #1964
Full Changelog: v4.12.11...v4.12.12
v4.12.11 (2025/02/27)
Release Notes: patch v4.12.11 🩹
Bugs 🐛
- KeyValue Dictionary Fix by @simon-leech in #1946
Full Changelog: v4.12.10...v4.12.11
v4.12.10 (2025/02/20)
Release Notes: patch v4.12.10 🩹
Enhancements ✨
- Prettier Patch Run 🏃 by @RobAndrewHurst in #1890
Bugs 🐛
- Fix Modal Dialog Cannot open by @AlexanderGeere in #1874
- Drawing fails on a layer with geoms by @simon-leech in #1875
- Fix WKT Query by @dbauszus-glx in #1877
- Fix Opacity Slider by @simon-leech in #1898
- Fix Geometry Deletion by @simon-leech in #1907
- disabled nested elements in view changeend method. by @dbauszus-glx in #1910
Library Changes 📚
- Esbuild bump by @dbauszus-glx in #1911
Full Changelog: v4.12.9...v4.12.10
v4.12.9 (2025/02/10)
Release Notes: patch v4.12.9 🩹
Bugs 🐛
- Categorized Themes TITLE Initial Filter Current by @simon-leech in #1869
- Jenks NAN Fixed by @dbauszus-glx in #1873
- Avoid nullish assignment of entry.featureLookup by @simon-leech in #1871
Full Changelog: v{{v4.12.8}}...v{{v4.12.9}}
v4.12.8 (2025/01/24)
Release Notes: patch v4.12.8 🩹
New Features 🚀
- Toggle Graduated Theme by @dbauszus-glx in #1584
- Link Button: Locale passed as param by @AlexanderGeere in #1825
Enhancements ✨
- Automatic Linting with Husky 🐶 & lint-staged by @RobAndrewHurst in #1822
Bugs 🐛
- Fix BtnRow CSS by @simon-leech in #1810
- Fix Value_only Template - single numeric value crashes the debugger by @dbauszus-glx in #1812
Security 🔐
- Express Rate limiting by @RobAndrewHurst in #1817
Full Changelog: v4.12.7...v4.12.8
v4.12.7 Update (14/01/2025)
Release Notes: patch v4.12.7 (January 14th 2025)
New Features 🚀
- Add Prettier for Consistent Code Formatting by @RobAndrewHurst in #1797
Bugs 🐛
- Overspilling Editable Dropdown by @dbauszus-glx in #1772
- CSV Download Issues by @simon-leech in #1776
- infoj entry dependents array by @dbauszus in #1746
- graduated themes direction in styleParser by @dbauszus-glx in #1726
- MVT reload doesn't request tiles from source by @dbauszus-glx in #1624
- Entry Layer Issues by @simon-leech in #1787
- Entry Dataviews on Location Update by @simon-leech in #1784
Security 🔐
- Default Password Length Change by @simon-leech in #1791
Full Changelog: v4.12.6...v4.12.7
v4.12.6 Update (9/12/2024)
Release Notes: Patch v4.12.6 (December 9th 2024) 🩹
Enhancements ✨
- Infoj Order Can Be Specified on a Layer by @simon-leech in #1770
Full Changelog: v4.12.5...v4.12.6
v4.12.5 Update (29/11/2024)
Release Notes: Patch v4.12.5 (November 29th 2024) 🩹
Enhancements ✨
- Ability to configure Layer view by @AlexanderGeere in #1718
- Toolbar method added to jsonDataview by @simon-leech in #1765
- Download textFile utility added by @dbauszus-glx in #1745
Bugs 🐛
- Assign array for featureLookup in layer entry by @dbauszus-glx in #1757
- Mapview - Loadplugins specified by @simon-leech in #1769
Documentation
kill-watch
task documentation📚 by @RobAndrewHurst in #1761
Full Changelog: v4.12.4...v4.12.5
v4.12.4 Update (22/11/2024)
Release Notes: Patch v4.12.4 (November 22nd 2024) 🩹
Enhancements ✨
- Test esbuild init by @RobAndrewHurst in #1440
- Layer Group Distinction by @AlexanderGeere in #1705
- Change Filter wording [en] by @RobAndrewHurst in #1751
- Added mapview.interaction.click by @simon-leech in #1723
- Custom featureFormats by @dbauszus-glx in #1715
Bugs 🐛
- Fix Keyvalue dictionary - Maximum call stack exceeded by @dbauszus-glx in #1712
- Fix Template merge issues by @RobAndrewHurst & @dbauszus-glx in #1716
- Fix decorated layer clone issue by @dbauszus-glx in #1724
- Fix for vector_layer params.fields by @simon-leech in #1737
- Fix Dataview Toolbar - visible when entry display = false by @AlexanderGeere in #1739
Full Changelog: v4.12.3...v4.12.4
v4.12.3 Update (13/11/2024)
Release Notes: Patch v4.12.3 (November 13th 2024) 🩹
Enhancements ✨
-
Warn for missing layer on
entry.layer
by @dbauszus-glx in #1683 -
Esbuild & Live Reloading by @RobAndrewHurst in #1686
Bugs 🐛
-
Cloudfront buffer support for fetch Node.js API by @RobAndrewHurst in #1701
- The current iteration didn't use the correct method to handle buffers from a response.
if (ref.params?.buffer) return await response.buffer()
Solution:
if (ref.params?.buffer) { const arrayBuffer = await response.arrayBuffer() return Buffer.from(arrayBuffer) }
-
Help dialog missing minimize & close buttons by @simon-leech in #1699
-
Roles sent to client by @RobAndrewHurst in #1696
- The roles were being sent via the locale and layer api's. They have now been removed.
-
Zero env config fails ACL by @dbauszus-glx in #1687
-
Open layers version check failure by @simon-leech in #1673
Code Enhancements
-
Fix svgTemplates reference in Mapview by @RobAndrewHurst in #1680
-
bcrypt module fork by @dbauszus-glx in #1650
Documentation 📖
- Esbuild & Live Reloading by @RobAndrewHurst in #1686
Full Changelog: v4.12.2...v4.12.3