waibu-maps 2.2.4 → 2.3.0

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.
@@ -3,5 +3,9 @@
3
3
  "properties": [
4
4
  "id,,255,primary,true",
5
5
  "name,,255,true"
6
- ]
6
+ ],
7
+ "options": {
8
+ "attachment": false,
9
+ "persistence": false
10
+ }
7
11
  }
@@ -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.3.0",
4
4
  "description": "Maps for Waibu MPA",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/wiki/CHANGES.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changes
2
2
 
3
+ ## 2026-05-11
4
+
5
+ - [2.3.0] Updates to match ```dobo@2.23.0``` specs
6
+
7
+ ## 2026-03-19
8
+
9
+ - [2.2.5] Bug fix in ```wmaps-control-search:clearHistory()``` widget
10
+
3
11
  ## 2026-03-15
4
12
 
5
13
  - [2.2.4] Bug fix in ```wmaps-control-logo``` widget