@proprioo/salatim 19.2.0 → 19.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.
- package/CHANGELOG.md +5 -0
- package/lib/index.js +276 -276
- package/lib/index.js.map +1 -1
- package/lib/ui/src/gmapsAutoComplete/GmapsAutocomplete.d.ts +4 -13
- package/lib/ui/src/gmapsAutoComplete/GmapsAutocomplete.js +28 -38
- package/lib/ui/src/gmapsAutoComplete/GmapsAutocomplete.js.map +1 -1
- package/lib/ui/src/gmapsGeocode/GmapsGeocode.d.ts +4 -7
- package/lib/ui/src/gmapsGeocode/GmapsGeocode.js +21 -36
- package/lib/ui/src/gmapsGeocode/GmapsGeocode.js.map +1 -1
- package/lib/ui/src/gmapsSuggestions/GmapsSuggestions.js +2 -2
- package/lib/ui/src/gmapsSuggestions/GmapsSuggestions.js.map +1 -1
- package/lib/utils/src/gmaps.d.ts +10 -0
- package/lib/utils/src/gmaps.js +19 -1
- package/lib/utils/src/gmaps.js.map +1 -1
- package/lib/utils/src/gmaps.test.js +48 -0
- package/lib/utils/src/gmaps.test.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
## Changelog
|
|
2
2
|
|
|
3
|
+
**19.3.0**
|
|
4
|
+
|
|
5
|
+
* Refactor: use FC instead of class component (GmapsAutocomplete, GmapsGeocode, GmapsSuggestions)
|
|
6
|
+
* Handle suggestions filtering when using geo search v2
|
|
7
|
+
|
|
3
8
|
**19.2.0**
|
|
4
9
|
|
|
5
10
|
* Add subtitle1 and subtitle2 in paragraphs (used in Figma sketches)
|