waibu-maps 2.2.4 → 2.2.5

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.
@@ -85,7 +85,7 @@ async function controlSearch () {
85
85
  this.$store.mapSearch.value = this.$refs.input.value
86
86
  },
87
87
  clearHistory () {
88
- wmpa.replaceWithComponentHtml('', { selector: '#${id} .result div', wrapper: 'div' })
88
+ this.$store.mapSearch.recent = ''
89
89
  },
90
90
  abort () {
91
91
  const endpoint = this.$store.mapSearch.busy
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waibu-maps",
3
- "version": "2.2.4",
3
+ "version": "2.2.5",
4
4
  "description": "Maps for Waibu MPA",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/wiki/CHANGES.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changes
2
2
 
3
+
4
+ ## 2026-03-19
5
+
6
+ - [2.2.5] Bug fix in ```wmaps-control-search:clearHistory()``` widget
7
+
3
8
  ## 2026-03-15
4
9
 
5
10
  - [2.2.4] Bug fix in ```wmaps-control-logo``` widget