Skip to content

Commit d89d4ec

Browse files
committed
v4.8.0
1 parent 64e3243 commit d89d4ec

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7-
### Fixed
8-
- Updated public API (added used models and fixed CascadingCoordinateRulesType enum import)
9-
10-
### Added
11-
- Added actualLocation property to tempLocation (selectedLocation on marker placement)
12-
- Option to add used coordinate to resultlist
13-
147
<!--
158
"### Added" for new features.
169
"### Changed" for changes in existing functionality.
@@ -20,6 +13,16 @@ All notable changes to this project will be documented in this file.
2013
"### Security" in case of vulnerabilities.
2114
-->
2215

16+
## [4.8.0] - 2021-04-19
17+
18+
### Fixed
19+
- Updated public API (added used models and fixed CascadingCoordinateRulesType enum import)
20+
21+
### Added
22+
- Added actualLocation property to tempLocation (selectedLocation on marker placement)
23+
- Option to add used coordinate to resultlist
24+
25+
2326
## [4.7.1] - 2020-11-26
2427

2528
### Fixed
@@ -148,7 +151,8 @@ All notable changes to this project will be documented in this file.
148151

149152
- Initial release.
150153

151-
[Unreleased]: https://github.com/digipolisantwerp/location-picker_widget_angular/compare/v4.7.1...HEAD
154+
[Unreleased]: https://github.com/digipolisantwerp/location-picker_widget_angular/compare/v4.8.0...HEAD
155+
[4.8.0]: https://github.com/digipolisantwerp/location-picker_widget_angular/compare/v4.7.1...v4.8.0
152156
[4.7.1]: https://github.com/digipolisantwerp/location-picker_widget_angular/compare/v4.7.0...v4.7.1
153157
[4.7.0]: https://github.com/digipolisantwerp/location-picker_widget_angular/compare/v4.6.0...v4.7.0
154158
[4.6.0]: https://github.com/digipolisantwerp/location-picker_widget_angular/compare/v4.5.1...v4.6.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@acpaas-ui-widgets/ngx-location-picker",
33
"description": "Location Picker Smart Widget UI package (Angular)",
4-
"version": "4.7.1",
4+
"version": "4.8.0",
55
"scripts": {
66
"ng": "ng",
77
"start": "ng serve",

projects/ngx-location-picker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@acpaas-ui-widgets/ngx-location-picker",
33
"description": "Location Picker Smart Widget UI package (Angular)",
4-
"version": "4.7.1",
4+
"version": "4.8.0",
55
"license": "See license file",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)