What's new?

ARLAS-server

v24.1.1 (2024-02-05)

Full Changelog

v24.1.0 (2023-12-11)

Full Changelog

v24.0.3 (2023-09-01)

Full Changelog

Fixed bugs:

  • Dates should be given in timestamp if dateformat is not specified #910

v24.0.2 (2023-06-22)

Full Changelog

Fixed bugs:

  • Paginating to previous pages throws an unhandled operation exception #900

v24.0.1 (2023-04-21)

Full Changelog

Miscellaneous:

  • [es] Migrate to new Java ES client #765

v24.0.0 (2023-04-19)

Full Changelog

New stuff:

  • Show only public collections to anonymous users #889

v23.0.9 (2023-02-10)

Full Changelog

New stuff:

  • Support multiple Partition filter #869
  • Filter collections on organisation name #864
  • Empty column filter should forbid all collections #860
  • [fetch_hits][raw_geometries] share the same top\_hits call #854
  • [fetch_hits][raw_geometries] make sort on chosen fields optional #853

v23.0.8-doc.2 (2022-12-22)

Full Changelog

v23.0.8-doc (2022-12-22)

Full Changelog

v23.0.8 (2022-12-22)

Full Changelog

v23.0.8-beta.1 (2022-11-28)

Full Changelog

v23.0.7 (2022-11-28)

Full Changelog

v22.0.2 (2022-11-17)

Full Changelog

v23.0.6 (2022-11-17)

Full Changelog

v23.0.5 (2022-11-16)

Full Changelog

Fixed bugs:

  • NPE on stac collection endpoint if no data in the collection #840

Miscellaneous:

v23.0.4 (2022-10-14)

Full Changelog

v23.0.3 (2022-10-11)

Full Changelog

v23.0.2 (2022-09-13)

Full Changelog

Fixed bugs:

  • Fix broken STAC /api endpoint #821
  • Upgrade maven plugins in java-client pom.xml #812

v23.0.0 (2022-07-08)

Full Changelog

Fixed bugs:

  • Use the base uri of the request if ARLAS_BASE_URI is not set #770

Miscellaneous:

  • Upgrade dependencies #809
  • Migrate to ES client 7.17 #804
  • add trivy action in github CI to detect CVEs #793
  • Handle polygons orientation on ARLAS-server side #778

v22.0.1 (2022-05-24)

Full Changelog

v22.0.0 (2022-05-23)

Full Changelog

v22.0.0-beta.4 (2022-05-11)

Full Changelog

v22.0.0-beta.3 (2022-05-10)

Full Changelog

v22.0.0-beta.2 (2022-05-06)

Full Changelog

v22.0.0-beta.1 (2022-05-06)

Full Changelog

New stuff:

  • Forbid access if no column filter is provided #782

Fixed bugs:

  • checkFields query param is ignored when PUTing a new collection #784
  • H3 aggregations with geometries as bbox returns invalid geojson #780

v21.0.0 (2022-04-05)

Full Changelog

New stuff:

  • Add the possibility to declare an alias (name) for the collection #764
  • Add a new query param that allows to choose orientation of passed WKT #760 [API]
  • Enhance shape export service with key,value label/field map collection #759
  • Add key,value map in collection definition to define human readable label for mapping field #758
  • Support multi-collection in partition-filter #749

Fixed bugs:

  • Documentation misuses the terms 'right' and 'left' for wkt orientation #761 [documentation]
  • \_search and \_geosearch don't return the same results when applying a before pagination #755
  • Doc for 'f' parameter is truncated #693 [documentation]
  • Boolean search: wrong exception saying that field must be numeric #380
  • Throw appropriate exception when applying filters on non-indexed fields #357

Miscellaneous:

  • Fix properly the warnings at Arlas-server startup #428

v20.7.0 (2022-01-07)

Full Changelog

New stuff:

  • Add a new parameter in putCollection that makes validation of geometrical-fields optional #748
  • Make referencing centroid_path and geometry_path mandatory again #747

Fixed bugs:

  • Column filter with multiple predicates is faulty #742
  • Tests fail #392

Miscellaneous:

  • Migrate to java 17 #707

v19.7.8 (2021-12-02)

Full Changelog

v19.7.7 (2021-10-20)

Full Changelog

Fixed bugs:

  • Export Shapefile on geohash aggregation fails #736

v19.7.6 (2021-10-08)

Full Changelog

Miscellaneous:

  • Update Elasticsearch to 7.14 #735

v19.7.5 (2021-10-05)

Full Changelog

v19.7.4 (2021-10-04)

Full Changelog

v19.7.3 (2021-10-01)

Full Changelog

v19.7.1 (2021-09-29)

Full Changelog

Fixed bugs:

  • Adding "distribution Management to java-client pom" command is not mac compatible #730
  • Building typescript client of api doesn't work #729
  • Check if collection path is not null #728

v19.7.0 (2021-09-27)

Full Changelog

v18.7.1 (2021-09-10)

Full Changelog

Breaking changes:

  • Remove ARLAS_OPENSEARCH_URL_TEMPLATE env variable #581 [conf]
  • Remove ARLAS_OGC_SERVER_URI env variable #580 [conf]

New stuff:

  • Collections Cache should be updated regularly in order to follow changes on indices #696
  • Incorrect error message on badly formatted ARLAS\_ELASTIC\_NODES #594 [conf]
  • H3 aggregation #713 (alainbodiguel)
  • H3 aggregation #711 (alainbodiguel)

Fixed bugs:

  • Applying a filter with Polygons that have multiple points on a node throw Exception #712
  • Public uri sends 403 if we provide an invalid token #710 [security]
  • Creation of a collection with typo in geometry_path properties key does not raise errors #681
  • OGC Spatial Filters (within, BBOX, ...) throws Invalid parameter exception for valid geomtry fields #582 [OGC]
  • Problem with "size" param support in geohash aggregation #42

Miscellaneous:

  • SWAGGER Documentation is not up to date #684 [documentation]
  • [Elasticsearch Java API] cobined datehistogram interval is deprecated #545 [API]
  • testGwithinFilter tests fails when bumping Elasticsearch to 6.6.1 #411
  • CI : Add an [ERROR] tag in CI when Disclaimer is missing #306

v18.7.0 (2021-07-07)

Full Changelog

v16.7.1 (2021-05-27)

Full Changelog

Fixed bugs:

  • _shapeaggregate return code 500 #708

v17.7.1 (2021-05-27)

Full Changelog

v12.7.5.2 (2021-05-21)

Full Changelog

v17.7.0 (2021-05-18)

Full Changelog

New stuff:

Fixed bugs:

  • [WFS] wrong lat/long order in geometry point #703 [OGC]
  • Fix check params for Geotile intervalValue #702 (alainbodiguel)
  • Supporting again GEOHASH and GEOHASH_CENTER Aggregated geometries values #697 (alainbodiguel)

v16.7.0 (2021-03-18)

Full Changelog

v15.7.0 (2021-02-18)

Full Changelog

New stuff:

Fixed bugs:

  • The results of fetch_hits parameter in an aggregation are not flattened when 'flat=true' #692
  • Unable to create a collection with index template and without index created #674

v15.7.0-beta.1 (2021-02-01)

Full Changelog

v14.7.2 (2021-02-01)

Full Changelog

v14.7.1 (2021-01-15)

Full Changelog

Fixed bugs:

  • Fix sort on geo-fields in 'fetch_hits' parameter #688

v14.7.1-beta.0 (2020-12-17)

Full Changelog

Fixed bugs:

Miscellaneous:

  • Upgrade APM to 1.19.0 #682

v14.7.0 (2020-11-09)

Full Changelog

New stuff:

  • Add an information about whether the field is actually indexed in ES when describing the collection #670
  • Put mapping in cache #666
  • Arlas Auth: support multiple for header permission #664
  • allow a difference of 3 between '_geoaggregate/{geohash}' precision and geohash aggregation precision #656
  • Add env variable to set ALLOWED_ORIGINS_PARAM #560 [conf]
  • ColumnFilter update to support external modules #676 (alainbodiguel)
  • Allow a difference of 3 between '_geoaggregate/{geohash}' precision … #658 (alainbodiguel)
  • Bump to elasticsearch 7.9.2 #662 (sfalquier)

Fixed bugs:

  • Tiled geoaggregations counts data on the border of geohashes twice #673
  • Taggable fields are not returned correctly in _describe #671
  • Fix template matching for a given collection index pattern #661 (sfalquier)

Miscellaneous:

v14.7.0-rc.3 (2020-10-29)

Full Changelog

v14.7.0-rc.2 (2020-10-27)

Full Changelog

Fixed bugs:

  • Invalidate the geo-fields types when the collection cache is invalidated #547

v14.7.0-rc.1 (2020-09-29)

Full Changelog

v14.7.0-beta.8 (2020-09-15)

Full Changelog

v14.7.0-beta.7 (2020-09-11)

Full Changelog

v14.7.0-beta.6 (2020-09-11)

Full Changelog

v14.7.0-beta.5 (2020-09-11)

Full Changelog

v14.7.0-beta.4 (2020-09-11)

Full Changelog

v14.7.0-beta.3 (2020-09-11)

Full Changelog

v14.7.0-test-doc (2020-09-09)

Full Changelog

v14.7.0-beta.1 (2020-08-25)

Full Changelog

Breaking changes:

New stuff:

Fixed bugs:

  • CollectionServiceIT randomly fails at time of merge #642
  • CollectionServiceIT is faulty #637
  • Fix silent error in _import #650 (mbarbet)

v13.7.2 (2020-07-17)

Full Changelog

New stuff:

v12.7.5.1 (2020-06-30)

Full Changelog

v13.7.1 (2020-06-02)

Full Changelog

v13.7.0 (2020-05-28)

Full Changelog

Breaking changes:

  • Remove _range endpoint #464 [API]

New stuff:

  • [Authentication] Public URIs as regex #628
  • Extend applying geobbox and geocentroid metrics to any geo-point field #606
  • Add parameter in aggregate endpoint that allows to return multiple geometries #604 [API]

v12.7.8 (2020-04-17)

Full Changelog

v12.7.7 (2020-03-26)

Full Changelog

New stuff:

  • Generate a Java client api and push it in maven repo #486

v12.7.6 (2020-03-24)

Full Changelog

New stuff:

v12.7.5 (2020-03-24)

Full Changelog

Fixed bugs:

  • NullPointer exception thrown when writing xml after a GetFeature or GetFeatureById request #616 [OGC]
  • WFS GetFeature and GetFeatureById can return an invalid XML without throwing an error #615 [OGC]

v12.7.4 (2020-02-06)

Full Changelog

New stuff:

  • [Tiled Geoaggregate] Set the geohash tile on which the geoaggregation is excetuded in the response #599
  • [Tiled Geoaggregate] return all buckets resulting from a tiled geoaggregate query #598
  • Apply FGA (column filtering) to v12 #597
  • Make FGA header compatible with multiple collections #586
  • Fine grain access (column filtering) #558

Fixed bugs:

  • OGC Spatial Filters : Handle invalid geometries exception #583 [OGC]
  • OGC filter with unparsable XML throws NPE #573 [OGC]

v11.6.5 (2020-01-21)

Full Changelog

Fixed bugs:

  • responseContainer of _list endpoint is invalid #585 [API]
  • Hide column-filter header un SearchRESTService #578

v12.7.3 (2020-01-02)

Full Changelog

New stuff:

  • \_compute the bounding or the geocentroid #561

Miscellaneous:

  • Too many logs on CI #577

v11.6.4 (2019-12-23)

Full Changelog

Fixed bugs:

  • Describe does not return properly the list of taggable fields #568
  • Describe does not return properly the list of taggable fields #569 (alainbodiguel)

v12.7.2 (2019-11-25)

Full Changelog

New stuff:

  • Support array of geohashes for geo-point fields #556

v12.7.1 (2019-11-21)

Full Changelog

Fixed bugs:

  • [GEOAGGREGATE] apply fetch_geometry strategy on the geo-point on which we aggregate #552

v12.7.0 (2019-11-15)

Full Changelog

Breaking changes:

  • Remove tag api #535 [API]
  • [Multi-geometry] Support multi_geometries in geometric filters #465 [API]

New stuff:

  • Add HTTPS in the swagger definition #513
  • [auth-4] Variable support in rules and headers #497 [API]
  • [auth-3] Authorization mode: headers processing #496 [API]
  • [auth-2] Authorization mode: rules processing #495 [API]
  • [auth-1] Authentication mode support #494 [API]
  • [Multi-geometry] return one or multiple geometries in _geosearch responses #466 [API]
  • Add _compute endpoint #463 [API]

Fixed bugs:

  • TimestampTypeMapper unit test fails #548
  • ARLAS Rest services: header keys must be case insensitive #472 [API]

Miscellaneous:

  • Deprecate _range endpoint #550 [API]

v11.7.2 (2019-11-08)

Full Changelog

Fixed bugs:

Miscellaneous:

v11.7.1 (2019-10-29)

Full Changelog

New stuff:

  • Add support for Elastic Cloud #530

Fixed bugs:

v11.6.3 (2019-10-22)

Full Changelog

New stuff:

  • Add support for Elastic Cloud #537

Fixed bugs:

  • Make sure to remove before in next and after in previous #529
  • Remove redundant execution of range query #539
  • Make sure to remove before in next and after in previous #538

v11.7.0 (2019-09-19)

Full Changelog

New stuff:

  • Make type\_name optional in CollectionReference #521

Miscellaneous:

  • Add a warning in logs saying that type\_name is deprecated #522
  • Fix docker-compose to fit README.md #493 [documentation]
  • Bump Elasticsearch to 7.x.x #468

v11.6.2 (2019-09-17)

Full Changelog

New stuff:

  • Publish arlas-admin module in cloudsmith #511
  • Pwithin request should support WKT geometry #500
  • Add HTTPS in the swagger definition #515 (alainbodiguel)

Fixed bugs:

  • gwithin : WKT or BBOX orientation is only considered when the smallest polygon crosses the antimeridian #514
  • WKT : validate each element of a MULTIGEOMETRY separately #512

Miscellaneous:

v11.6.1 (2019-09-06)

Full Changelog

Breaking changes:

New stuff:

Fixed bugs:

  • Geometries that are indexed with WKT format are systematically considered as geo_points #482

v11.6.0 (2019-07-23)

Full Changelog

New stuff:

  • Add 'previous' link in search results #488
  • Add 'before' parameter in _search/_geosearch #477 [API]
  • Feature/fix #477 #479 [API] (mbarbet)

Miscellaneous:

  • Deprecate /write API #491 [API]
  • Bump Elasticsearch to 6.8.0 #467

v10.6.2 (2019-07-19)

Full Changelog

New stuff:

  • _search : Allow geodistance sort along with 'after' parameter #481

Fixed bugs:

  • _search : Error 500 caused by applying a geosort along with a sort on id when returning _next link in search response #475
  • [tiled geosearch][tiled geoaggreagte] pwithin filter breaks due to shared borders with tiles #456
  • Taggable fields can contain duplicate tags #266

v10.6.1 (2019-05-17)

Full Changelog

New stuff:

  • Add a new configuration variable to configure the base uri of the server #451
  • _search : Add link.next when search request is sorted by collectionReference.idPath #436

Fixed bugs:

  • DOC: Fix link to inspire configuration in arlas-inspire.md #442 [documentation]
  • _search : handle the case of descending 'sort' with 'after' #440
  • _search: search after a date not formatted as timestamp throws a parse exception #439
  • _search : configure the address of ARLAS-server in link "next&self" #437
  • _search : link to the last page throws ArrayIndexOutOfBoundsException #435

Miscellaneous:

  • Deprecate [arlas-ogc.serverUrl] configuration variable #454 [conf]
  • Deprecate [opensearch.url-template-prefix] configuration variable #453 [conf]
  • _tag: In logstash (/elasticsearch?), taggable field path should not contain tags #448 [documentation]
  • _tag : Taggable fields have to be initialized with null value at indexation #447 [documentation]

v10.6.0 (2019-04-01)

Full Changelog

Breaking changes:

  • make Explore API request & response models definitions in snake_case #432 [API]
  • Refactor Size and Sort classes: both are combined into Page class #405 [API]
  • Remove ARLAS_ELASTIC_HOST and ARLAS_ELASTIC_PORT from configuration. #254 [conf]

New stuff:

  • Aggregations : Extend fetch_geometry option to all types of aggregations #417 [API]
  • Check validity of WKT passed to geographic filters (gintersect, gwithin, notgintersect, notgwithin) #407
  • Add _link object to specify next page for search end point #403 [API]
  • extend the flat option to Aggregate REST service #397 [API]
  • Add a the possibility to fetch an attribute (first, last, default, ...) in aggregation responses #391 [API]
  • Add dateformat option in [range, lt, gt, lte, gte] queries for date fields #389 [API]
  • extend the flat option to Search and Raw REST services #388 [API]
  • Add md in \_geosearch response #387
  • Implement search_after query parameter in search request. #289 [API]
  • Add search after param #402 [API] (mbarbet)

Fixed bugs:

  • Python client of ARLAS-api returns incorrect geometries #429 [API]
  • Release script fails to clean root-owned previously generated files #421
  • Release process breaks on root-generated file #412
  • Fix false-positive geohashes returned in \_geoaggregate/{geohash} service #395
  • Aggregation and Search responses are snake_case while it's camelCase in typescript generated api #381 [API]
  • Fix Atom search tests when content type is application/atom+xml #394 (MohamedHamouGisaia)

Miscellaneous:

  • Fix warnings logs arlas server startup #419
  • arlas-api-tutorial : Aggregation examples are not updated to the latest versions of arlas-api #385 [documentation]
  • Update arlas-api-tutorial : Elasticsearch 6.x no longer supports enabling [_all] for mapping #384 [documentation]
  • Bump Elasticsearch dependency to 6.5 #383
  • Use configurable character for replacing the dot within the field path #305

v9.6.2 (2019-03-01)

Full Changelog

v8.6.2 (2019-03-01)

Full Changelog

New stuff:

  • Add a new service _countDistinct to the explore api #390 [API]

v9.6.1 (2018-12-14)

Full Changelog

Fixed bugs:

  • Exclude geometry in Geosearch : handle geometry paths that don't contain '.' #377
  • Initialize InspireConfiguration when it is not initialized in yaml conf #376

Miscellaneous:

  • INFO Logs at startup as well as Admin REST API displays the list of ES nodes #378
  • Remove Strings.isNullOrEmpty from logic tier #370

v9.6.0 (2018-11-27)

Full Changelog

New stuff:

  • Support multi-polygon for WFS #364 [OGC]
  • Collection : Add the possibility to define a filter in collection declaration #363 [API]
  • Make WFS and CSW Inspire compliant #356 [API] [OGC]
  • Add a filter in Collection param #366 [API] (mbarbet)
  • Support multipolygon, multipoint, multilinestring in WFS result #365 [OGC] (mbarbet)

Miscellaneous:

v8.6.1 (2018-11-04)

Full Changelog

Fixed bugs:

  • Geosearch : Check if geometry exists before removing it from properties of geojson #361
  • filter Q doesn't support field values containing ":" #359

v8.6.0 (2018-10-16)

Full Changelog

Breaking changes:

  • Modify _geoaggregates' geometry fetching strategy #346 [API]

New stuff:

Fixed bugs:

  • GeoSearch : remove the duplicated geometry in the geojson properties #103
  • Geo query not work with bbox on Bering Detroit #347
  • Some of Aggregation model attributes are not checked for validity when using POST for _aggregate #341
  • Fix shape orientation Bbox #348 (mbarbet)

Miscellaneous:

v7.6.4 (2018-09-07)

Full Changelog

New stuff:

  • README CI badge: explicitly mention branch #332 [documentation]
  • Aggregation Interval : allow decimals for histogram aggegation's interval #335

Fixed bugs:

  • Describe collection generates inconsistant warn logs #338
  • Documentation links given in README.md are dead links (404) #337 [documentation]

v7.6.3 (2018-07-13)

Full Changelog

New stuff:

  • TiledGeosearch : increase max zoom level #326
  • make scripts/wait-for-elasticsearch recognize environment value ARLAS\_ELASTIC\_NODES #323
  • Made scripts/wait-for-elasticsearch.sh support environment variable… #328 (elouanKeryell-Even)
  • Increase max zoom for tiled geosearch #330 (mbarbet)

Fixed bugs:

  • RangeService : check if the field exists before calculating its values range #325

v7.6.2 (2018-06-25)

Full Changelog

Fixed bugs:

  • Flat : NullPointerException thrown when an attribute has a null value #321
  • Flat : remove attributes that has null value #322 (MohamedHamouGisaia)

v7.6.1 (2018-06-20)

Full Changelog

New stuff:

  • _geosearch : centroid/geometry is not in the returned geojson data when property map is flatted #311
  • GeoAggregate/Geosearch : flat the propreties of geojson #296 [API]
  • Generate python api #287
  • OPENSEARCH: add url_template_prefix in ARLAS server configuration instread of collection reference definition #286 [conf]
  • RASTER Tile Service for ARLAS #261 [conf]
  • GeoAggregate and GeoSearch: add feature-type property #212
  • Aggregate and Geoaggregate must allow multiple metrics #106 [API]
  • Filters: Implement date math values in range, lt and gt operators #87 [API]
  • Feat/#287 python api generation #288 (TamerGisaia)

Fixed bugs:

  • release.sh : pip publication command line fails #312
  • When coordinates are Long/Integer, the GEOJSON is not built. #284

Miscellaneous:

v6.6.0 (2018-05-16)

Full Changelog

New stuff:

  • Implement a \_range service that calculates the min and max values of a given field #269 [API]
  • Exclude in search and geosearch : check that md properties are not included in the exclude patterns #184
  • Helm packaging #264 (elouanKeryell-Even)

Miscellaneous:

  • Simplify GeoSearchRESTService.getFeatures\(\) #273
  • Useless main in GeoTypeMapper #271
  • Documentation : add documentation of Collection Model #144 [documentation]

v5.6.2 (2018-04-27)

Full Changelog

v5.6.1 (2018-04-27)

Full Changelog

New stuff:

  • Implements Atom Response for CSW GetRecords #260

v5.6.0 (2018-04-20)

Full Changelog

New stuff:

  • Add cardinality aggregation to ARLAS server #148 [API]
  • Add Dublin Core element name to a collection #251
  • Add Csw GetCapabilities Operation #232 [OGC]
  • Enable ogc bbox for geo filter #225 [OGC]
  • Geo OPENSEARCH: allow bbox search #208 [OGC]
  • Add a new API that tags the result of a query #140 [API]
  • Support elasticsearch aliases as collection's index name #259 (sfalquier)
  • Allow multiple elasticsearch nodes configuration for TransportClient. #242 [conf] (sfalquier)
  • Enable sniffing for elasticsearch client #238 [conf] (sfalquier)

Fixed bugs:

  • DateHistogram : day unit should not be limited to 1 but month and week units should be #245

Miscellaneous:

  • Check if exclude field contains md field #215
  • release.sh : the building process of ARLAS server JAR must start with a clean #209
  • Fake mode for release script #206
  • Add License check in CI #203
  • README.md: remove all the text that is provided in the documentation #200 [documentation]
  • Generate changelog based on the issues of the milestone #68 [documentation]

v4.6.0 (2018-04-04)

Full Changelog

Breaking changes:

  • Upgrade to Elasticsearch 6.2.3 #137

New stuff:

  • Add all include/exclude filter in WFS query #188 [OGC]
  • Add include/exclue fields in Atom/Opensearch #218 [OGC]
  • Add include/exclue fields in ElasticDocument GetSource #217

v3.5.1 (2018-03-29)

Full Changelog

New stuff:

  • Add wfs exclude field in CollectionReferenceParameters #187 [OGC]
  • Configuration: applicationContextPath can be customized in a container via an environment variable #158 [conf]

Fixed bugs:

  • GeoSearch : geometry attribute of the geojson result doesn't not return the centroid when the geometry field is null or absent #216

v3.5.0 (2018-03-22)

Full Changelog

New stuff:

  • Generate arlas-api with typescript-fetch #199
  • Plug OGC wfs test suite docker in ARLAS Server CI #172
  • Implement Complex Feature in WFS Service #170 [OGC]
  • Implement Basic WFS with Simple Feature. #169 [OGC]
  • Enable/Disable services #149

Fixed bugs:

  • Support All ARLAS geometry for WFS #190
  • Filter f : cannot filter on fields values containing ':' as a caracter #146
  • number types are not recognized in service 'arlas/explore/{collection}/_describe' #145

Miscellaneous:

  • Avoid "." in xml element name of a WFS response #194 [OGC]
  • Implement header partition filter for WFS #189 [security] [OGC]
  • Refactor ElasticCollectionReferenceDaoImpl with jackson serialize/marshall #178

v2.5.7 (2018-03-07)

Full Changelog

New stuff:

Fixed bugs:

  • Range queries on date fields : values should be in milliseconds #174

v2.5.6 (2018-03-02)

Full Changelog

New stuff:

  • Type centroid and geometry properties in MD model #164
  • Implement Simple WFS with simple Feature #168 [OGC]

Fixed bugs:

  • mkDocs.sh fails to build the doc on 2.5.4 and 2.5.5 #166

v2.5.5 (2018-02-19)

Full Changelog

v2.5.4 (2018-02-16)

Full Changelog

New stuff:

  • Max number of hits / aggregations #147

ARLAS-tagger

v24.1.0 (2023-12-12)

Full Changelog

v24.0.3 (2023-09-01)

Full Changelog

v24.0.2 (2023-06-27)

Full Changelog

v24.0.1 (2023-04-25)

Full Changelog

v23.0.4 (2023-02-10)

Full Changelog

v23.0.3-doc (2022-12-22)

Full Changelog

v23.0.3 (2022-12-21)

Full Changelog

v23.0.2 (2022-11-28)

Full Changelog

v23.0.1 (2022-11-21)

Full Changelog

v23.0.0 (2022-07-11)

Full Changelog

v22.0.1 (2022-05-24)

Full Changelog

v22.0.0 (2022-05-23)

Full Changelog

v22.0.0-beta.4 (2022-05-11)

Full Changelog

v22.0.0-beta.2 (2022-05-06)

Full Changelog

v21.0.0 (2022-04-05)

Full Changelog

v20.7.0 (2022-01-07)

Full Changelog

Miscellaneous:

  • Upgrade to java 17 + dependencies update #90

v19.7.1 (2021-10-07)

Full Changelog

v19.7.0 (2021-09-27)

Full Changelog

v18.7.0 (2021-07-07)

Full Changelog

v17.7.0 (2021-05-19)

Full Changelog

Miscellaneous:

  • Log errors when tagging fails #81

v16.7.0 (2021-03-18)

Full Changelog

v15.7.1 (2021-03-18)

Full Changelog

v15.7.0 (2021-02-18)

Full Changelog

v14.7.0 (2020-11-09)

Full Changelog

New stuff:

v13.7.1 (2020-06-18)

Full Changelog

v13.7.0 (2020-06-02)

Full Changelog

New stuff:

  • [Tagger] Migrate to ES High Level REST client #66
  • [Tagger] Fix slice parameter #68

v12.7.3 (2020-03-26)

Full Changelog

v12.7.1 (2019-12-17)

Full Changelog

Breaking changes:

New stuff:

  • [Tagger] Replay previous tagging request #62
  • [Tagger] Replace QueryParam with PathParam in get tag status #55

v12.7.0 (2019-11-21)

Full Changelog

New stuff:

Fixed bugs:

  • [Tagger] Tag job list Kafka consumer problem #58
  • Tag job list Kafka consumer problem #59 (alainbodiguel)

v11.7.0 (2019-11-19)

Full Changelog

New stuff:

  • Bump Elasticsearch client to 7.x.x #38
  • Added -rel parameter and SKIP_API option #57 (alainbodiguel)

Fixed bugs:

v11.6.6 (2019-11-18)

Full Changelog

Fixed bugs:

  • [Tagger] Rollback breaking change on status endpoint #52
  • Renamed tag list endpoint #54 (alainbodiguel)
  • Rollback breaking change on status endpoint (fix #52) #53 (alainbodiguel)

v11.6.5 (2019-11-18)

Full Changelog

New stuff:

Miscellaneous:

v11.6.4 (2019-10-24)

Full Changelog

New stuff:

Fixed bugs:

  • Remove DefaultHealthCheck as dropwizard provides, by default, a deadlock healthcheck #15

Miscellaneous:

  • Aggregate the different docker-compose files into one #9
  • Add configuration by environment variable #28

v11.6.3 (2019-10-14)

Full Changelog

New stuff:

v11.6.2 (2019-10-03)

Full Changelog

New stuff:

v11.6.1 (2019-09-20)

Full Changelog

New stuff:

Fixed bugs:

  • The entry point in the arlas-tagger container is doubled and ends up in a shell #20
  • Version of arlas-tagger-api is not correctly set in the release script #16

v11.6.0 (2019-09-06)

Full Changelog

New stuff:

ARLAS-persistnce

v24.0.5 (2024-02-05)

Full Changelog

Miscellaneous:

  • List with no arlas-org-filter returns only public ressource #92
  • Add organisation and public status in each element of the resouces list #90
  • Public dashboards are not available when logged in #89

v24.0.4 (2023-12-11)

Full Changelog

v24.0.2 (2023-06-27)

Full Changelog

v24.0.0 (2023-04-21)

Full Changelog

v23.0.5 (2023-03-05)

Full Changelog

v23.0.4 (2023-02-10)

Full Changelog

v23.0.3-doc (2022-12-22)

Full Changelog

v23.0.3 (2022-12-21)

Full Changelog

v23.0.2 (2022-11-28)

Full Changelog

v23.0.1 (2022-11-21)

Full Changelog

v23.0.0 (2022-07-11)

Full Changelog

v22.0.1 (2022-05-24)

Full Changelog

v22.0.0 (2022-05-23)

Full Changelog

v22.0.0-beta.4 (2022-05-11)

Full Changelog

v22.0.0-beta.2 (2022-05-06)

Full Changelog

v21.0.0 (2022-04-05)

Full Changelog

v20.0.1 (2022-03-09)

Full Changelog

Miscellaneous:

  • Can't update a dashboard if not in all authorized writers groups #65

v20.0.0 (2022-01-07)

Full Changelog

Miscellaneous:

  • Upgrade to java 17 + dependencies update #59

v19.0.2 (2021-10-11)

Full Changelog

v19.0.1 (2021-10-06)

Full Changelog

v18.0.0 (2021-07-07)

Full Changelog

v17.0.0 (2021-05-19)

Full Changelog

v16.0.1 (2021-03-26)

Full Changelog

Miscellaneous:

  • In file system impl, update doc key in body valu don't update the key in the filename #46
  • The implementation of update methods don't check the unicity of key/zone/orga #44

v15.0.0 (2021-02-18)

Full Changelog

v14.0.1 (2021-01-11)

Full Changelog

v14.0.0 (2020-11-09)

Full Changelog

v14.0.0-rc.2 (2020-10-09)

Full Changelog

v14.0.0-rc.1 (2020-10-06)

Full Changelog

Miscellaneous:

  • Delete endpoint cause Mapper Exception when connected to postgres db #32

v14.0.0-test-doc (2020-09-11)

Full Changelog

v13.0.0-beta.4 (2020-08-25)

Full Changelog

Miscellaneous:

  • Endpoint getGroupsByZone return DataWithLinks #25
  • Order by date is not implemented for file system implementation #24
  • Return readers and writers list in Data response #23

v13.0.0-beta.3 (2020-08-05)

Full Changelog

v13.0.0-beta.2 (2020-07-28)

Full Changelog

v13.0.0-beta.1 (2020-07-22)

Full Changelog

Miscellaneous:

  • REST API Get by Id #18

v13.0.0-beta.0 (2020-07-17)

Full Changelog

v12.0.2 (2020-05-14)

Full Changelog

Miscellaneous:

  • [Firestore] Make the collection name configurable #13
  • Property Creation Date always return current date instead of the stored one #11

v12.0.0 (2020-03-26)

Full Changelog

ARLAS-permissions

v24.0.5 (2024-02-05)

Full Changelog

v24.0.4 (2023-12-11)

Full Changelog

v24.0.2 (2023-06-27)

Full Changelog

v24.0.0 (2023-04-21)

Full Changelog

v23.0.5 (2023-03-05)

Full Changelog

v23.0.4 (2023-02-12)

Full Changelog

v23.0.3-doc (2022-12-22)

Full Changelog

v23.0.3 (2022-12-21)

Full Changelog

v23.0.2 (2022-11-28)

Full Changelog

v23.0.1 (2022-11-21)

Full Changelog

v23.0.0 (2022-07-11)

Full Changelog

v22.0.1 (2022-05-24)

Full Changelog

v22.0.0 (2022-05-23)

Full Changelog

v22.0.0-beta.4 (2022-05-11)

Full Changelog

v22.0.0-beta.2 (2022-05-06)

Full Changelog

v21.0.0 (2022-04-05)

Full Changelog

v20.0.0 (2022-01-07)

Full Changelog

Miscellaneous:

  • Upgrade to java 17 + dependencies update #16

v19.0.2 (2021-10-11)

Full Changelog

v19.0.1 (2021-10-07)

Full Changelog

v18.0.0 (2021-07-07)

Full Changelog

v17.0.0 (2021-05-19)

Full Changelog

v16.0.1 (2021-03-26)

Full Changelog

v16.0.0 (2021-03-18)

Full Changelog

v15.0.0 (2021-02-18)

Full Changelog

v14.0.2 (2021-01-18)

Full Changelog

v14.0.0 (2021-01-15)

Full Changelog

ARLAS-wui

v24.3.1 (2024-02-16)

Full Changelog

v25.0.0-beta.1 (2024-02-15)

Full Changelog

v24.3.0 (2023-12-20)

Full Changelog

v24.3.0-rc.2 (2023-12-12)

Full Changelog

v24.3.0-rc.1 (2023-12-01)

Full Changelog

New stuff:

  • Config list should be displayed/hidden by configuration #714
  • Center the map to given lat/long #708
  • Draw polygon: move back to the previous icon #679
  • In the grid view, the circles are partially hidden #675
  • Generate the AOI from the coordinates in decimal or sexagesimal degrees #668
  • Add the possibility to switch to different apps of ARLAS by configuration #667
  • Move authentication buttons to top menu #666
  • Display bbox/polygons area and width/height #661
  • Generate a form base on geoprocess _descibe input #659
  • Integrate bookmarks + download + tagger + tour in a menu. #635
  • Open shortcut above timeline #615
  • Integrate timeline collection legend into the chart #614
  • Move map attribution on the top right of the map #612
  • Move analytics tabs in left menu #611
  • Integrate search bar in top menu #610
  • Add a bar of shortcuts to apply filter on data #606
  • User informations Panel: layout is too spread out #564
  • Add a button hide/display the timeline #542

Fixed bugs:

  • Initial coordinates of Bbox generator are inverted #712
  • Handle the absence of map attributions #711
  • View quicklook in fullscreen does not work #709
  • The default basemap is not taken into account #704
  • The map actions buttons are incorrectly displayed in case of absence of attributions #702
  • Selecting quicklooks doesn't clear the previously selected one #701
  • The selected features on the list are not reset if the filters change #700
  • Replay tutorial button shouldn't be displayed when no dashboard is explored #693
  • Incorrect tooltip on the login icon #691
  • Tooltip placement #689
  • ARLAS Version does not show up any more on the (i) #681
  • ARLAS WUI is not telling me to reconnect when session is over #680

v24.2.0 (2023-11-30)

Full Changelog

New stuff:

  • Add an option of force_connect in IAM mode #676

Fixed bugs:

  • The timeline disappears when there is no data #696

v24.3.0-beta.8 (2023-11-16)

Full Changelog

Fixed bugs:

  • Production buttons should not appear if the user has not the rights #695

v24.3.0-beta.7 (2023-11-15)

Full Changelog

v24.3.0-beta.6 (2023-11-13)

Full Changelog

v24.3.0-beta.5 (2023-11-13)

Full Changelog

v24.3.0-beta.4 (2023-11-10)

Full Changelog

New stuff:

  • Display results/status of the download process #671

v24.3.0-beta.3 (2023-11-08)

Full Changelog

v24.3.0-beta.2 (2023-11-08)

Full Changelog

New stuff:

  • Create a permission based on current filters using IAM #664

v24.2.0-beta.4 (2023-10-10)

Full Changelog

v24.2.0-beta.3 (2023-09-28)

Full Changelog

v24.2.0-beta.2-beta.2 (2023-09-11)

Full Changelog

v24.2.0-beta.1 (2023-08-28)

Full Changelog

v24.1.0 (2023-08-09)

Full Changelog

New stuff:

  • Add menu bar at the top of application #608

Fixed bugs:

  • tinycolor2 has published a new version lately that breaks arlas-wui install #585

Miscellaneous:

  • Timeline selection is based on timezone #512

v23.0.5 (2023-06-02)

Full Changelog

Miscellaneous:

  • Upgrade angular to v14 in front stack #580

v24.0.0 (2023-05-16)

Full Changelog

New stuff:

  • [LEGEND] display 'Manual' and 'Generated' colors legend the same way #596
  • Add an indication for 'caridinality' metric, that the value is approximative #578

Fixed bugs:

  • negative values on x-axis are rendered as NaN #594
  • [LEGEND] the ordering of the layer within a visualisation set does not always work #579
  • When loading the application many calls to arlas-server are duplicated or not needed #575
  • [LEGEND] Heatmap legend does not display proper counts #573
  • Visualisation service dont work if geometry is Geojson in es document #570
  • Detailed histogram does not adapt itself to the correct extend #557
  • When reaching the border of the map, trails don't go in the right direction but make a loop around the world #531
  • Legend : Labels of provided colors can generate entires with hex colors #510
  • Map legend : filters on data visibility are ignored in the legend #486
  • Filter on histogram miss extrem value #576

Miscellaneous:

  • Upgrade shpjs version to fix vulnerability #597
  • remove cache from settings.yaml file #595

v23.2.0 (2023-02-17)

Full Changelog

Fixed bugs:

  • Issues with the WUI #463

v23.2.0-alpha.2 (2023-02-09)

Full Changelog

Fixed bugs:

  • [BOOKMARKS] the action of clicking on DELETE (BIN) does not remove the bookmark #574
  • Deleting a polygon via the "draw" menu does not delete the filter #569
  • The bookmarks do not show up anymore in the top right corner. #566
  • Basemap selector disappear when mouse moving over the map cells #556
  • Inconsistency in the legend of clusters of the preview of the builder versus the WUI: Polygon becomes Fill #550
  • Deselecting the sort field of a data table does not fully clear the field #516
  • When mouse hover and loose focus on geo-filters button, the menu remains. #508

Miscellaneous:

  • Add npm audit action #577

v23.1.0 (2022-11-29)

Full Changelog

Fixed bugs:

  • Average metric is not displayed correctly on the map #567
  • The legend of layers does not display properly and flickers when ARLAS loads (23.0.1) #529

v23.0.4 (2022-11-21)

Full Changelog

New stuff:

  • [powerbar] display the value associated to each term (bar) #541

Fixed bugs:

  • Labels dissapear by other layers #560
  • It is not possible to import a .geojson file to import a polygon #532
  • Hovering over a data table feature on the map does not highlight the feature in the data table #518

v20.1.2 (2022-09-29)

Full Changelog

v23.0.3 (2022-09-27)

Full Changelog

v23.0.2 (2022-09-12)

Full Changelog

Fixed bugs:

  • Text not contained in text box when interacting with features restricted by a data table #517
  • favicon disappeared #511
  • Legend of metrics not centered #507

v23.0.1 (2022-08-31)

Full Changelog

Fixed bugs:

  • Metric Hits count creates an error #509
  • Choosing a bucket size in the timeline does not seem to work #490
  • Detail view of resultlist is not scrollable #447
  • Legend values are between 0 and 1 when normalizing a metric #445

v22.0.3 (2022-07-11)

Full Changelog

v23.0.0 (2022-07-11)

Full Changelog

New stuff:

  • Export a visible layer as Geojson #475

v22.0.2 (2022-07-08)

Full Changelog

New stuff:

  • Timeline : recalculate the number of buckets after showing/hiding a collection #452

Fixed bugs:

  • Cartographic elements are not displayed correctly on the map #474

v22.0.1 (2022-07-06)

Full Changelog

New stuff:

  • Timeline : enhance displayed tooltip at hover #453

Fixed bugs:

  • Creating a dataset (bookmark) does not work #489
  • The map actions are not visible on demos that are using a image grid on the right side #487

Miscellaneous:

v22.0.0 (2022-05-25)

Full Changelog

New stuff:

  • Adapt Map settings component to handle multi-collection #464
  • Replace the collection name by the display_name of the collection #457
  • Download command doesn't handle multi-collection #440
  • Create a dedicated component to choose basemaps #387

Fixed bugs:

  • Timeline : legend of collections is wrongly displayed when using time shortcuts #454

Miscellaneous:

  • Dockerfile need root right to be execute in K8S #423

v20.1.1 (2022-04-13)

Full Changelog

v21.0.0 (2022-04-05)

Full Changelog

New stuff:

  • Encode the visible layers and selected tabs in url #403

v21.0.0-beta.5 (2022-03-30)

Full Changelog

v21.0.0-beta.4 (2022-03-29)

Full Changelog

v21.0.0-beta.3 (2022-03-29)

Full Changelog

v21.0.0-beta.2 (2022-03-24)

Full Changelog

Fixed bugs:

  • ascending sort on powerbars is reversed #442

v21.0.0-beta.1 (2022-03-14)

Full Changelog

New stuff:

  • Display icons on analytics and list tabs #388
  • Add the possibility to show a label in map layers #385
  • Add for each collection its own list of filters icons #383

v19.1.2 (2022-02-28)

Full Changelog

New stuff:

  • Add the possibility to exclude a bar in powerbars #396

Fixed bugs:

  • bboxes prevent from showing detail of a feature when clicking on it #373

v20.1.0 (2022-02-21)

Full Changelog

New stuff:

  • Add possibility to scroll in powerbars widgets #422
  • Make powerbars scrollable #398

Fixed bugs:

  • Resultlists with small initial page size are not scrollable #408
  • Aggegated data don't load east the Behring detroit #379
  • Hovering items on the list doesn't highlight features on the map #370

v20.0.0 (2022-02-02)

Full Changelog

New stuff:

  • Add possibility to exclude selection from filter in powerbars widgets #421

Fixed bugs:

  • Issue with embarked config.json file #424
  • Export CSV button is not well positionned in the analytics board #377
  • Widgets are not loaded in the analytics board #374

v19.2.3 (2022-01-21)

Full Changelog

Fixed bugs:

  • Count does not show for dashboards created with 19.1.0 and displayed in 19.2.0 #413
  • Interpolation of colors of a layer according to timestamp doesn't work #410
  • Basmap credits are not visible correctly #405
  • Scrolling data in resultlist may fetch duplicated raws #378
  • Features and Legend of layers colored with the manual option don't render correctly when having negative values #371
  • Scrollable layers style is not set correctly at app initialisation #369
  • List loads 'precedent' data that already exists #358

Miscellaneous:

  • Use the mapComponent outputs directly in the html #134

v20.0.0-rc.1 (2022-01-07)

Full Changelog

Miscellaneous:

  • Migrate to Angular 13 #415

v20.0.0-beta.15 (2022-01-03)

Full Changelog

v19.2.2 (2021-12-06)

Full Changelog

v19.2.1 (2021-12-06)

Full Changelog

v19.2.0 (2021-12-06)

Full Changelog

New stuff:

  • Display the count of all decalred collections in collaborations #352
  • Apply the ZoomTo feature by collection #351

Fixed bugs:

  • Chosen sort field disappear from the list after hiding and redesplaying it #357
  • Map tooltip keeps an 'close' icon after hiding it #350
  • Interaction of the list on linestring on map doesn't work #349

v19.1.1 (2021-10-28)

Full Changelog

Fixed bugs:

  • Fix datepicker timezone #348

v17.2.6 (2021-10-28)

Full Changelog

v19.1.0 (2021-10-25)

Full Changelog

v19.0.4 (2021-10-11)

Full Changelog

v19.0.3 (2021-10-06)

Full Changelog

Fixed bugs:

  • Click on features when no resullist is defined throws an error #339
  • Layers that are not "Scrollable top elements" are not fetched correctly #338

v19.0.2 (2021-09-30)

Full Changelog

v19.0.1 (2021-09-30)

Full Changelog

New stuff:

  • Optimize 'scrollable top hits' layers fetch data trigger #313
  • Support interaction between list elements and map features both ways #309
  • [Multi-collection] apply timeline filters to widgets and layers of other collections #287

Fixed bugs:

  • Fill icon color in legend is wrong #335
  • Legend issue : empty fill polygon with data driven color stroke display no legend #322

Miscellaneous:

  • Display additional information on the map #307
  • Apply same pagination between map and result list #306
  • Synchronise data displayed on the map and the result list #305

v19.0.0 (2021-09-28)

Full Changelog

New stuff:

  • Add result list to the right of the application with tabs #314

v19.0.0-beta.7 (2021-09-22)

Full Changelog

v19.0.0-beta.6 (2021-09-20)

Full Changelog

v18.1.1 (2021-09-17)

Full Changelog

v17.2.5 (2021-09-17)

Full Changelog

v18.1.0 (2021-09-13)

Full Changelog

v18.0.2 (2021-08-16)

Full Changelog

v17.2.4 (2021-08-16)

Full Changelog

v18.0.1 (2021-08-06)

Full Changelog

v17.2.3 (2021-08-03)

Full Changelog

v18.0.0 (2021-07-12)

Full Changelog

v17.2.2 (2021-07-09)

Full Changelog

v17.2.1 (2021-06-30)

Full Changelog

v17.2.0 (2021-06-24)

Full Changelog

v17.1.5 (2021-06-18)

Full Changelog

v17.1.4 (2021-06-17)

Full Changelog

v17.1.3 (2021-06-17)

Full Changelog

v17.1.2 (2021-06-14)

Full Changelog

v17.1.1 (2021-06-14)

Full Changelog

New stuff:

  • Share only layers that are visible on the map #294
  • Add the possibility to override the arlas-version dynamically #292

v17.1.0 (2021-06-04)

Full Changelog

v17.0.1 (2021-05-21)

Full Changelog

New stuff:

  • Support i18n for tour.json #254 [conf]

v17.0.0 (2021-05-19)

Full Changelog

v17.0.0-beta.0 (2021-05-10)

Full Changelog

v16.1.2 (2021-04-30)

Full Changelog

v16.1.1 (2021-04-29)

Full Changelog

v16.1.0 (2021-04-21)

Full Changelog

v16.0.2 (2021-04-12)

Full Changelog

New stuff:

  • Support shapefile download #243

v16.0.1 (2021-03-31)

Full Changelog

v16.0.0 (2021-03-29)

Full Changelog

v15.0.2 (2021-02-25)

Full Changelog

v15.0.1 (2021-02-23)

Full Changelog

v15.0.0 (2021-02-18)

Full Changelog

Fixed bugs:

  • Wrong css applied in details section in resultlist #268

v15.0.0-beta.1 (2021-02-04)

Full Changelog

v15.0.0-beta.0 (2021-02-04)

Full Changelog

v14.3.1 (2021-02-03)

Full Changelog

v14.3.0 (2021-02-01)

Full Changelog

New stuff:

  • Make Tab title configurable #265
  • Display the dashboard name instead of "ARLAS" #240

v14.2.2 (2021-01-19)

Full Changelog

v14.2.1 (2021-01-18)

Full Changelog

v14.2.0 (2021-01-18)

Full Changelog

Miscellaneous:

  • Publish component build library to npm #258

v14.1.2 (2020-12-22)

Full Changelog

v14.1.1 (2020-12-18)

Full Changelog

New stuff:

  • Add map coordinates #248

v14.1.0 (2020-12-07)

Full Changelog

Fixed bugs:

  • Import geometries as filter is broken #244

v14.0.1 (2020-11-13)

Full Changelog

v14.0.0 (2020-11-09)

Full Changelog

v14.0.0-rc.2 (2020-10-06)

Full Changelog

New stuff:

v14.0.0-test-doc (2020-09-17)

Full Changelog

Fixed bugs:

  • Add a silent-refresh html page to renew token #227

v14.0.0-beta.1 (2020-08-20)

Full Changelog

v13.0.3 (2020-07-10)

Full Changelog

v13.0.2 (2020-06-26)

Full Changelog

v13.0.1 (2020-06-25)

Full Changelog

New stuff:

  • [Resultlist] Get collection id from CSS instead of config #218
  • Add percentage in "donut" widget #147

Fixed bugs:

  • Map: Two aggregation levels presented at once #143

v13.0.0 (2020-06-18)

Full Changelog

New stuff:

  • Add unit to global count #213
  • Dot indicating filters in Tab's title appears on the title #194

v12.7.0 (2020-05-13)

Full Changelog

New stuff:

  • Enable persistance-server configuration through env var for gisaia/arlas-wui #207
  • Enable tagger configuration through env var for gisaia/arlas-wui #206

v12.6.4 (2020-04-10)

Full Changelog

New stuff:

v12.6.3 (2020-03-26)

Full Changelog

v12.6.2 (2020-03-23)

Full Changelog

v12.6.1 (2020-03-20)

Full Changelog

v12.6.0 (2020-03-13)

Full Changelog

v12.5.5 (2020-03-11)

Full Changelog

12.5.4 (2020-02-24)

Full Changelog

v12.5.4 (2020-02-24)

Full Changelog

v12.5.3 (2020-02-19)

Full Changelog

v12.5.2 (2020-02-19)

Full Changelog

Fixed bugs:

  • Fix routing for auth callback response #191

v12.5.1 (2020-02-17)

Full Changelog

v12.5.0 (2020-02-17)

Full Changelog

v12.4.0 (2020-02-10)

Full Changelog

New stuff:

  • Add entry in configuration to display or not indicators on analytics board #187 [conf]
  • Update toolkit version to 12.4.0 #186
  • Add entry in configuration to display or not "zoom to data" button #185 [conf]
  • Add entry in configuration to activate gauge #184 [conf]

v12.3.0 (2020-02-03)

Full Changelog

New stuff:

  • Update stack to v12.3.0 #181
  • Add a button that allows to zoom to data extent #180

v12.2.2 (2020-01-24)

Full Changelog

Fixed bugs:

  • Donut size change when applying a filter #178

v12.2.1 (2020-01-17)

Full Changelog

Fixed bugs:

  • Missing replacement of Google Analytics Key #176

v12.2.0 (2020-01-17)

Full Changelog

New stuff:

  • Upgrade stack to v12.2.0 #174
  • Add configuration node for Spinner activation #173
  • Add env variable to set Google Analytics key #168
  • Support serving app under URL base-path #156

v12.1.1 (2019-12-23)

Full Changelog

Fixed bugs:

  • Sort radio buttons of Result list get deselected by MapSettings component #166
  • Hide and show topology styles #165

v12.1.0 (2019-12-19)

Full Changelog

New stuff:

  • Upgrade to v12.1.0 of the stack #163
  • Remove bootstrap dependency #160
  • Start the presentation tour on app launch if available #157

Fixed bugs:

  • Changing the rendred styles in Feature mode is not supported #164

Miscellaneous:

v12.0.0 (2019-11-22)

Full Changelog

Breaking changes:

  • Update to angular 8.1 #136

New stuff:

  • [MAP] Use redrawTile as input #153
  • Add MapSettings Component #152
  • Add css style for 'Export CSV' button #151
  • Display button on widget hover #148 (mbarbet)

v11.4.0 (2019-11-08)

Full Changelog

v11.2.0 (2019-10-03)

Full Changelog

New stuff:

Fixed bugs:

v11.1.1 (2019-09-27)

Full Changelog

Fixed bugs:

v11.1.0 (2019-09-17)

Full Changelog

New stuff:

v11.0.0 (2019-09-10)

Full Changelog

New stuff:

v10.0.1 (2019-05-15)

Full Changelog

Fixed bugs:

  • Fix 'envsubst' replacement #131

v10.0.0 (2019-05-09)

Full Changelog

New stuff:

Miscellaneous:

  • Environment variables provided to the container are replaced within the configuration file #115 [conf]

v9.3.1 (2019-04-26)

Full Changelog

New stuff:

v9.3.0 (2019-03-21)

Full Changelog

New stuff:

v9.2.0 (2019-02-14)

Full Changelog

New stuff:

  • Allow analytics elements to be dragged and dropped #113
  • Add version information #57
  • Show the app version hover app title #119 (sebbousquet)
  • Enable topomap from conf #116 (mbarbet)

Fixed bugs:

  • Fix geosort configuration validity check #118

v9.0.0 (2018-12-03)

Full Changelog

Breaking changes:

  • Update to angular 7 #104

New stuff:

v8.0.0 (2018-10-24)

Full Changelog

New stuff:

  • Add default css for all analytics components #105
  • Add container healthcheck #76

Fixed bugs:

  • Before instantiate check existence of contributor in conf #106

v7.4.2 (2018-10-17)

Full Changelog

New stuff:

Fixed bugs:

  • Wrap search with "" after pressing enter in autocompletion results #101

Miscellaneous:

v7.4.1 (2018-09-25)

Full Changelog

New stuff:

  • ARLAS WUI URL keeps the Map extend and moves the map to that extend at the initial load. #91
  • Add tooltips for #86
  • Add action 'zoom to' on each item in result list #99 (sebbousquet)
  • Add env variable for 'en' and 'fr' language file in start script #97 (sebbousquet)

Fixed bugs:

  • define language configuration files in when running arlas-wui docker container #96

v7.4.0 (2018-09-17)

Full Changelog

New stuff:

Fixed bugs:

v7.3.0 (2018-08-09)

Full Changelog

New stuff:

  • prepare Arlas-wui v7.3.0 #84
  • MAP : Add delta checking of the map drag before geosorting the result list #80
  • Dataset Managment #33

Fixed bugs:

  • SEARCH: remove "" between search words as it doesn't allow simple_query_string #85
  • Search bar send a request for empty strings #81

v7.2.0 (2018-07-25)

Full Changelog

New stuff:

v7.1.0 (2018-07-13)

Full Changelog

New stuff:

Fixed bugs:

v7.0.1 (2018-06-26)

Full Changelog

New stuff:

Fixed bugs:

v7.0.0 (2018-06-22)

Full Changelog

New stuff:

Fixed bugs:

  • Items of autocomplete must be added to the search surrounded by double quote #64

v6.0.1 (2018-05-25)

Full Changelog

v6.0.0 (2018-05-24)

Full Changelog

New stuff:

  • Add changelog generation in release process #58
  • Use analytics board event to highlight features on map #56 (sebbousquet)

Miscellaneous:

  • Add docker build in CI #19

v5.1.0 (2018-04-30)

Full Changelog

Breaking changes:

Miscellaneous:

v5.0.3 (2018-04-27)

Full Changelog

New stuff:

v5.0.2 (2018-04-25)

Full Changelog

New stuff:

Fixed bugs:

v5.0.1 (2018-04-23)

Full Changelog

New stuff:

ARLAS-wui-toolkit

v24.3.6 (2024-02-16)

Full Changelog

v25.0.0-beta.3 (2024-02-15)

Full Changelog

v25.0.0-beta.2 (2024-02-14)

Full Changelog

v25.0.0-beta.1 (2024-02-13)

Full Changelog

v24.3.5 (2024-01-25)

Full Changelog

New stuff:

  • Add a new node in config.json schema to store resources #718

v24.3.4 (2023-12-20)

Full Changelog

v24.3.3 (2023-12-15)

Full Changelog

v24.3.2 (2023-12-12)

Full Changelog

v24.3.1 (2023-12-12)

Full Changelog

v24.3.0 (2023-12-12)

Full Changelog

Fixed bugs:

  • Access tokens could be passed to queries when authent is not activated #708
  • Password change leads to password page after submission #710

v24.3.0-rc.1 (2023-11-30)

Full Changelog

New stuff:

  • Implement a "Messaging service" to display errors to users + robustify the code #678
  • Integrate ARLAS-iam in Authentication service #578
  • Enhance filters chips tooltips #506

Fixed bugs:

  • Once logged on the Hub, it displays nothing #695
  • Enhance the message error when backend services are down #679
  • Persistence service is not a singleton in apps that lazy load toolkit module #670

v24.2.1 (2023-11-22)

Full Changelog

v24.3.0-beta.15 (2023-11-17)

Full Changelog

v24.3.0-beta.14 (2023-11-16)

Full Changelog

v24.3.0-beta.13 (2023-11-16)

Full Changelog

v24.3.0-beta.12 (2023-11-16)

Full Changelog

v24.3.0-beta.11 (2023-11-15)

Full Changelog

v24.3.0-beta.10 (2023-11-14)

Full Changelog

v24.3.0-beta.9 (2023-11-13)

Full Changelog

v24.3.0-beta.8 (2023-11-10)

Full Changelog

v24.3.0-beta.7 (2023-11-10)

Full Changelog

v24.3.0-beta.6 (2023-11-09)

Full Changelog

v24.3.0-beta.5 (2023-11-05)

Full Changelog

v24.3.0-beta.4 (2023-10-31)

Full Changelog

v24.3.0-beta.3 (2023-10-27)

Full Changelog

v24.3.0-beta.2 (2023-10-20)

Full Changelog

v24.3.0-beta.1 (2023-10-20)

Full Changelog

v24.2.0-beta.7 (2023-10-12)

Full Changelog

v24.2.0-beta.6 (2023-10-12)

Full Changelog

v24.2.0-beta.5 (2023-09-29)

Full Changelog

v24.2.0 (2023-09-29)

Full Changelog

v24.2.0-beta-iam.11 (2023-09-27)

Full Changelog

v24.2.0-beta-iam.10 (2023-09-22)

Full Changelog

v24.2.0-beta-iam.8 (2023-09-15)

Full Changelog

v24.2.0-beta-iam.6 (2023-09-11)

Full Changelog

v24.2.0-beta-iam.5 (2023-09-04)

Full Changelog

v24.2.0-beta-iam.3 (2023-08-28)

Full Changelog

v24.2.0-beta-iam.4 (2023-08-28)

Full Changelog

v24.1.6 (2023-08-09)

Full Changelog

Fixed bugs:

  • PermissionService in arlas-config-menu dont update the token correctly during refresh #613

v24.1.5 (2023-08-09)

Full Changelog

Fixed bugs:

  • Filter bars don't show icons #652
  • Navigation in toolkitcomponent ignores the current path route of the app #651

v24.1.4 (2023-07-25)

Full Changelog

v24.1.3 (2023-07-21)

Full Changelog

v24.1.2 (2023-07-12)

Full Changelog

v24.2.0-beta.4 (2023-07-11)

Full Changelog

v24.2.0-beta.3 (2023-07-10)

Full Changelog

v24.2.0-beta.2 (2023-06-21)

Full Changelog

v24.2.0-beta.1 (2023-06-20)

Full Changelog

v24.1.1 (2023-06-19)

Full Changelog

v24.1.0 (2023-06-01)

Full Changelog

v24.1.0-beta.9 (2023-05-31)

Full Changelog

v24.1.0-beta.8 (2023-05-31)

Full Changelog

v24.1.0-beta.7 (2023-05-31)

Full Changelog

v24.1.0-beta.6 (2023-05-30)

Full Changelog

v24.1.0-beta.5 (2023-05-26)

Full Changelog

v24.1.0-beta.4 (2023-05-25)

Full Changelog

v24.1.0-beta.3 (2023-05-23)

Full Changelog

v24.1.0-beta.2 (2023-05-22)

Full Changelog

v24.1.0-beta.1 (2023-05-10)

Full Changelog

v24.0.1 (2023-04-28)

Full Changelog

v24.0.0 (2023-04-28)

Full Changelog

v23.2.3 (2023-04-06)

Full Changelog

v23.2.2 (2023-03-24)

Full Changelog

v23.2.1 (2023-03-14)

Full Changelog

Fixed bugs:

  • Links in the README don't work #621

v23.2.0-beta.10 (2023-02-14)

Full Changelog

v23.2.0 (2023-02-13)

Full Changelog

v23.2.0-beta.6 (2023-02-09)

Full Changelog

v23.2.0-beta.5 (2023-02-09)

Full Changelog

23.2.0-beta.4 (2023-02-03)

Full Changelog

v23.2.0-beta.3 (2023-02-01)

Full Changelog

v23.1.1-beta.7 (2023-01-24)

Full Changelog

v23.1.1-beta.4 (2023-01-24)

Full Changelog

New stuff:

  • Bookmarks should be saved in persistence when persistence is declared in wui configuration #447

v22.0.12 (2023-01-23)

Full Changelog

v22.0.11 (2022-12-05)

Full Changelog

v23.1.0 (2022-11-29)

Full Changelog

v23.1.1-beta.3 (2022-11-25)

Full Changelog

v23.1.1-beta.2 (2022-11-21)

Full Changelog

v23.1.1-beta.1 (2022-11-21)

Full Changelog

v23.0.5-beta.2 (2022-10-31)

Full Changelog

v22.0.10 (2022-10-27)

Full Changelog

v23.0.5-beta.1 (2022-10-26)

Full Changelog

v20.1.2 (2022-09-29)

Full Changelog

v19.2.1 (2022-09-29)

Full Changelog

v22.0.9 (2022-09-28)

Full Changelog

v23.0.4 (2022-09-27)

Full Changelog

v23.0.3 (2022-09-27)

Full Changelog

v22.0.8 (2022-09-09)

Full Changelog

v22.0.7 (2022-09-09)

Full Changelog

v23.0.2 (2022-09-06)

Full Changelog

Fixed bugs:

  • Hits count metric is not displayed in ARLAS #580

v23.0.1 (2022-08-31)

Full Changelog

Fixed bugs:

  • Adapt the 'canCreateRole' to newest admin roles #561

v23.0.1-beta.3 (2022-08-22)

Full Changelog

v23.0.1-beta.2 (2022-08-22)

Full Changelog

v23.0.1-beta.1 (2022-08-22)

Full Changelog

Fixed bugs:

  • Share config does not set correct groups for preview #573

v22.0.6 (2022-07-11)

Full Changelog

v23.0.0 (2022-07-11)

Full Changelog

v23.0.0-rc.1 (2022-07-11)

Full Changelog

New stuff:

  • Configure nb of histogram buckets at csv export #570

v22.0.5 (2022-07-08)

Full Changelog

v22.0.4 (2022-07-05)

Full Changelog

v22.0.3 (2022-07-05)

Full Changelog

New stuff:

  • Enable powerbars selection to be excluded in the filter #431

v22.0.2 (2022-05-25)

Full Changelog

v22.0.1 (2022-05-24)

Full Changelog

v22.0.0 (2022-05-24)

Full Changelog

v20.1.1 (2022-04-13)

Full Changelog

v21.0.0 (2022-04-05)

Full Changelog

v21.0.0-beta.3 (2022-03-30)

Full Changelog

v21.0.0-beta.2 (2022-03-29)

Full Changelog

New stuff:

  • [App state in URL] Displayed layers are not encoded into the URL #370

v21.0.0-beta.1 (2022-03-14)

Full Changelog

New stuff:

  • [Timeline Component] Set default value for input properties if not provided #198

v19.1.2 (2022-02-28)

Full Changelog

Fixed bugs:

  • Missing 'options' input in result list widget #476

v20.1.0 (2022-02-21)

Full Changelog

v20.1.0-beta.4 (2022-02-17)

Full Changelog

v20.1.0-beta.3 (2022-02-16)

Full Changelog

v20.1.0-beta.2 (2022-02-16)

Full Changelog

v20.1.0-beta.1 (2022-02-15)

Full Changelog

v20.0.1 (2022-02-02)

Full Changelog

v20.0.0 (2022-02-02)

Full Changelog

Fixed bugs:

  • run-parallel is fixed to 1.1.10 to avoid CI crushing #422

v20.0.0-rc.2 (2022-01-07)

Full Changelog

v20.0.0-rc.1 (2022-01-07)

Full Changelog

Breaking changes:

  • Migrate to Angular 13 #388

v20.0.0-beta.15 (2022-01-03)

Full Changelog

v19.2.0 (2021-12-06)

Full Changelog

New stuff:

  • Display the count of all decalred collections in collaborations #507
  • Histogram tooltip : translate 'par' by 'pour' #505

Fixed bugs:

  • Share layers: the share crashes for dashboards having multi-collections #510

v12.7.6 (2021-11-08)

Full Changelog

v19.1.1 (2021-10-28)

Full Changelog

v17.2.6 (2021-10-28)

Full Changelog

Fixed bugs:

  • Date picker timezone is not applied after setting one end of range #502

v19.1.0 (2021-10-25)

Full Changelog

Fixed bugs:

  • Fix sharable layers #499

v19.0.3 (2021-10-11)

Full Changelog

Miscellaneous:

  • Add translation of temporal intervals #495

v19.0.2 (2021-10-05)

Full Changelog

Miscellaneous:

  • Upgrade to arlas-web-contributors 19.0.2 #491

v19.0.1 (2021-09-28)

Full Changelog

Fixed bugs:

  • Fix datepicker initialisation #490

v19.0.0 (2021-09-28)

Full Changelog

New stuff:

  • emit all resultlist outputs through one output in the widget #488

v12.7.5 (2021-09-23)

Full Changelog

v19.0.0-beta.6 (2021-09-20)

Full Changelog

v18.1.2 (2021-09-17)

Full Changelog

v17.2.5 (2021-09-17)

Full Changelog

v18.1.1 (2021-09-14)

Full Changelog

v18.1.0 (2021-09-10)

Full Changelog

v18.0.2 (2021-08-16)

Full Changelog

v17.2.4 (2021-08-16)

Full Changelog

v18.0.1 (2021-08-06)

Full Changelog

v17.2.3 (2021-08-03)

Full Changelog

v17.2.2 (2021-07-09)

Full Changelog

v18.0.0 (2021-07-08)

Full Changelog

Breaking changes:

  • Support multiple curves displayed on the timeline #461

New stuff:

  • Timeline legend #462

Fixed bugs:

  • Download command doesn't work on Windows #473

v17.2.1 (2021-06-30)

Full Changelog

Fixed bugs:

  • Remove sort option from download module #469
  • Add authentication token in download command line #468

v17.2.0 (2021-06-24)

Full Changelog

v17.1.2 (2021-06-17)

Full Changelog

v17.1.1 (2021-06-14)

Full Changelog

New stuff:

  • Share layers that are visible on the map only #463

v17.1.0 (2021-06-04)

Full Changelog

New stuff:

  • Enhance Walktrough and support i18n #458
  • Support multi-collection in filters bar #457

v17.0.0 (2021-05-19)

Full Changelog

Fixed bugs:

  • After deleting a dashboard, an 'Unauthorized action' msg is popped-up, but the dashboard is deleted #440
  • If a session is expired, the pop-up informing of this event is popped several times and freezes the browser #439

v17.0.0-beta.1 (2021-05-12)

Full Changelog

v17.0.0-beta.0 (2021-05-10)

Full Changelog

v16.1.2 (2021-04-30)

Full Changelog

Fixed bugs:

  • Old map filters of v15 have wrong flat fields #453

v16.1.1 (2021-04-29)

Full Changelog

Fixed bugs:

  • Map filters handling Infinity values are wrong #450

v16.1.0 (2021-04-21)

Full Changelog

New stuff:

  • [donut] externalize tooltip outside the widget space to gain space and lisibility #443
  • Add download button as shapefile #409

Fixed bugs:

  • Dates displayed on the timeline are always in UTC #421

v16.0.1 (2021-03-26)

Full Changelog

v16.0.0 (2021-03-23)

Full Changelog

Fixed bugs:

  • Make layer name human readable in share component #426

v15.0.1 (2021-02-23)

Full Changelog

v15.0.0 (2021-02-18)

Full Changelog

v15.0.0-beta.0 (2021-02-04)

Full Changelog

v14.3.2 (2021-02-03)

Full Changelog

v14.3.1 (2021-02-03)

Full Changelog

v14.3.0 (2021-01-29)

Full Changelog

New stuff:

  • replace share link with a download button #408

Fixed bugs:

  • Exporting the widget as CSV ignores the widget's current filter #411

v14.2.0 (2021-01-18)

Full Changelog

New stuff:

  • Integrate arlas-permission to config-menu component #400

Fixed bugs:

  • Move biesbjerg dependencies from dev to main, and add in package-release #403

v12.7.4 (2021-01-13)

Full Changelog

v14.1.1 (2020-12-18)

Full Changelog

New stuff:

  • Manage static links #398

Fixed bugs:

  • Enhance error message for not existing configs ids #397

v14.1.0 (2020-12-07)

Full Changelog

v14.1.0-beta.0 (2020-12-01)

Full Changelog

New stuff:

  • Update properly keywords colors in ArlasColorGenearorLoader #390

Fixed bugs:

  • [Config manager ] Wrong error message when I try to duplicate/create #389

v14.0.1 (2020-11-10)

Full Changelog

New stuff:

  • Layer names that are translated the same are not distinguishable #384

Fixed bugs:

  • Layers should be distinguished by their ids #385
  • The place holder for search bar is not configurable #382

v14.0.0 (2020-11-09)

Full Changelog

Fixed bugs:

  • authentication is always stored in localstorage #378

v14.0.0-rc.2 (2020-09-30)

Full Changelog

v14.0.0-rc.1 (2020-09-29)

Full Changelog

v12.7.3 (2020-09-18)

Full Changelog

Breaking changes:

  • Create a settings file for the app that allows to configure authent #345

New stuff:

  • Add would you login after logout modal #361
  • Add user info components #360
  • Add a share configuration component #358
  • Add a menu to manage configurations #357
  • Include configuration of ARLAS-persistence in settings.yaml file #346
  • Load configuration file from ARLAS-persistence #344
  • Add fetch interceptor & reconnect modal #363 (mbarbet)
  • Feature/add fga #262 (MohamedHamouGisaia)

Fixed bugs:

  • Fix describe call if no properties are returned #367

v12.7.2 (2020-06-30)

Full Changelog

New stuff:

v13.0.2 (2020-06-25)

Full Changelog

v13.0.1 (2020-06-25)

Full Changelog

Fixed bugs:

  • StartUp service : Apply authentication before fga #331

v13.0.0 (2020-06-18)

Full Changelog

Breaking changes:

  • Remove id collection from conf and fetch with a decribe #312
  • [Share] Propose a sharable link for each layer on the map #304

New stuff:

  • Add unit to countAll #323
  • Translate the headers of the exported csv files #321
  • Enhance color service generated color #315
  • Create a shared module #297
  • Add a configuration updater service that allows to apply fga #261

Fixed bugs:

  • [Bookmark] bookmarks have the scope of the current collection #309
  • Download command contains not escaped characters #294
  • Fix share component required export field #327 (mbarbet)

Miscellaneous:

  • [Timeline] Adapt range to v13.0.0 upgrade of the contributor #303

v12.7.1 (2020-04-29)

Full Changelog

New stuff:

  • Add x label text to histograms #299

v12.7.0 (2020-04-10)

Full Changelog

New stuff:

  • In filter component add output for remove all filter #291
  • Update Arlas to 12.7.0 #293 (mbarbet)

v12.6.1 (2020-03-20)

Full Changelog

New stuff:

  • Add input to ignore contributors in filters comp #289
  • Define a map instance of mapboxgl in the MapService #288
  • Add input to ignore contributor in filters comp #286 (mbarbet)

v12.6.0 (2020-03-12)

Full Changelog

New stuff:

Miscellaneous:

  • Add context in walkthrough service #283

v12.5.2 (2020-03-03)

Full Changelog

New stuff:

  • Allow downloading geo-field in the download component #279

v12.5.3 (2020-02-24)

Full Changelog

Fixed bugs:

  • Export csv throws an error #274
  • Test idToken validity on start of the app #271

v12.5.1 (2020-02-17)

Full Changelog

Fixed bugs:

  • Wrong redirect uri & silent redirect uri for authentification #269

v12.5.0 (2020-02-14)

Full Changelog

New stuff:

  • [MapSettings service] Add an option to exclude geo field #267

Fixed bugs:

  • [Export CSV] export modify Tree Original agg size #265

v12.4.0 (2020-02-06)

Full Changelog

New stuff:

  • Externalize date time format provider #259
  • Disable update of map data at MapContributor creation #257
  • Add an indicator on analytics tabs when at least one of its filter is active #246
  • TAG : Add tag management #230

Miscellaneous:

  • Update Material Icons font to the lastest version #255

v12.3.0 (2020-01-27)

Full Changelog

New stuff:

  • Update the configuration object according to the available fields for exploration #245

Miscellaneous:

  • Add init i18n in startup Service #251

v12.2.2 (2020-01-23)

Full Changelog

Fixed bugs:

  • Tabs creation order in analytics board #249

v11.5.2 (2020-01-22)

Full Changelog

New stuff:

v11.5.1 (2020-01-21)

Full Changelog

New stuff:

v11.5.0 (2020-01-17)

Full Changelog

v12.2.1 (2020-01-17)

Full Changelog

Fixed bugs:

  • Analytics board tabs initialisation crash #243

v12.2.0 (2020-01-15)

Full Changelog

New stuff:

  • Presentation tour : Improve steps actions #237
  • zoom to data #218
  • Add tabs in analytics board #189

Miscellaneous:

  • Build Warning related to old lint rules #236

v12.1.3 (2020-01-13)

Full Changelog

New stuff:

  • [Widget] Optimize widget update #226

Fixed bugs:

  • the zoom to data extent is not centered all the time #238

v12.1.2 (2020-01-02)

Full Changelog

New stuff:

  • Add a Map service that provides a 'zoomToData' method #234

v12.1.1 (2019-12-18)

Full Changelog

Fixed bugs:

  • Walkthrough service doesn't start properly if the tour.json file contains no steps #232
  • [WIDGET] Add missing valuePrecision input on metric component #227
  • Color service send exception on none found value #223
  • TAG : Allow untag with propagation #191

Miscellaneous:

  • Remove yarn.lock #224

v12.1.0 (2019-12-04)

Full Changelog

New stuff:

  • Update ResultList input to match new version #221
  • Change test to init authent mode #212
  • Add requireHttps in configuration of authentification #210
  • Enhance authentification service #208

Fixed bugs:

  • Error on share due to max\_for\_topology #219
  • Filter component no longer need to set map contributor icon #216
  • MapSettings Service detects incorrectly Topology mode #214

v12.0.0 (2019-11-22)

Full Changelog

Breaking changes:

  • Remove Donut and Powerbars Contributors and replace them with TreeContributor #200
  • Update to angular 8.1 #158

New stuff:

  • Update build target to es6 #206
  • Add implicit flow authentification service #196
  • Add a service to export to CSV #194

Fixed bugs:

v11.4.0 (2019-10-16)

Full Changelog

New stuff:

  • Translate labels in filters chips #185
  • Support Topology aggregation in the share component #174
  • Use the map aggregation in the share component #173

Fixed bugs:

  • Remove max_cluster and add max_topology in share configuration #187 (sebbousquet)

v11.3.0 (2019-10-09)

Full Changelog

Fixed bugs:

v11.2.3 (2019-10-03)

Full Changelog

Fixed bugs:

v11.2.2 (2019-10-03)

Full Changelog

Fixed bugs:

  • Missing export of Download component #182
  • Fix configuration check for drag and drop #181 (sebbousquet)

v11.2.1 (2019-10-02)

Full Changelog

Fixed bugs:

v11.2.0 (2019-10-02)

Full Changelog

New stuff:

  • Allow analytics elements to be dragged and dropped #101
  • Allow groups of analytics board to be Drag/Drop #176 (sebbousquet)
  • Add a service to describe the collections #175 (sebbousquet)

v11.1.2 (2019-09-17)

Full Changelog

New stuff:

v11.1.1 (2019-09-16)

Full Changelog

Fixed bugs:

v11.1.0 (2019-09-16)

Full Changelog

New stuff:

  • Tagging with propagation (WUI) #167

Fixed bugs:

  • i18n not implemented for arlas-bookmark #165

v11.0.0 (2019-07-26)

Full Changelog

New stuff:

  • Instantiate ChipsSearchContributor in the contributorBuilder #163
  • Update to Arlas API V11 #161
  • Adap new list input in widget component #160
  • User preference : favorite AOI (draw, shp, geosjon,kml/kmz,wkt) with localstorage #148
  • User preference : favorite extent with localstorage #147
  • Add aoi / extend / bookmark component and service #154 (sebbousquet)

v10.2.0 (2019-07-04)

Full Changelog

New stuff:

  • Config files caching #153
  • Add full text search #146
  • Add filters component #145
  • Set i18n default value with the value of the browser #144
  • Add a component to generate a command line to download features #143
  • Update arlas dependencies #157 (mbarbet)
  • Set default language with browser language #151 (sebbousquet)
  • Add search component #150 (sebbousquet)
  • Add filter component #149 (sebbousquet)

Fixed bugs:

  • Max_age is not used for caching #152

v10.1.0 (2019-05-23)

Full Changelog

New stuff:

Miscellaneous:

v10.0.2 (2019-05-07)

Full Changelog

v10.0.1 (2019-04-11)

Full Changelog

v10.0.0 (2019-04-02)

Full Changelog

Breaking changes:

  • Remove [datatype] from Histogram contributors configuration and instanciation #130
  • Apply new format for contributors configuration #129

New stuff:

  • Add 'map_styles' queryParam to share selected styles of the map in the url #133
  • Add test CI with Chome #126 [CI] (mbarbet)

v9.3.0 (2019-03-26)

Full Changelog

9.3.0-beta.0 (2019-02-20)

Full Changelog

v9.2.0 (2019-02-06)

Full Changelog

New stuff:

  • Integrate TreeContributor (arlas-web-contributors@9.2.*) #117
  • Add new ColorServiceLoader to override the one in arlas-web-components@9.2.* #116
  • Deduplicate html tags for donut and powerbars #114 (MohamedHamouGisaia)

Miscellaneous:

  • Rearrange tasks in gulpfile #118

v9.2.0-beta.2 (2019-02-01)

Full Changelog

Breaking changes:

v9.2.0-beta.1 (2019-01-31)

Full Changelog

Breaking changes:

v9.1.3 (2019-01-25)

Full Changelog

Fixed bugs:

  • ViewBookMark Method doesnt use URL input anymore #108
  • Fix viewBookmark method #109 (mbarbet)

v9.1.2 (2019-01-11)

Full Changelog

Fixed bugs:

v9.1.1 (2019-01-09)

Full Changelog

v9.1.0 (2019-01-09)

Full Changelog

New stuff:

Fixed bugs:

v9.0.2 (2018-12-14)

Full Changelog

New stuff:

Fixed bugs:

  • The displayed dates in date picker should be utc #98

v9.0.1 (2018-11-29)

Full Changelog

v9.0.0 (2018-11-29)

Full Changelog

Breaking changes:

  • Update Angular version to 7 #87

New stuff:

  • Add a check to zoomToPrecisionCluster configuration properties #86
  • Add check in zoomToPrecisionCluster config #93 (mbarbet)

v8.0.0 (2018-10-18)

Full Changelog

Breaking changes:

New stuff:

  • Update Arlas module Version #91

v7.4.3 (2018-10-17)

Full Changelog

New stuff:

  • Add min/max date in DatePicker #89
  • Add min/max date in picker #90 (mbarbet)

v7.4.2 (2018-10-17)

Full Changelog

New stuff:

  • Add a date picker to set Timeline selection #85
  • Add Date Picker #88 (mbarbet)

Fixed bugs:

v7.4.1 (2018-09-25)

Full Changelog

New stuff:

  • Include map extent in the url #81

v7.4.0 (2018-09-14)

Full Changelog

Breaking changes:

  • Support swimlane term selection mode #77

v7.3.2 (2018-08-09)

Full Changelog

Fixed bugs:

  • Detailedtimeline : check the existence of currentSelectedInterval #75

v7.3.1 (2018-08-09)

Full Changelog

New stuff:

  • Add missing tooltips #70

Fixed bugs:

  • Bookmark is not added to local storage after click on OK #72
  • Internationalize hard coded labels #68
  • Timeline : use utc as date locale #66
  • Selection interval of detailed timeline is not set correctly when loading datasets due to effect board #65

v7.0.2 (2018-08-06)

Full Changelog

Fixed bugs:

  • timeline & detailedTimeline : conf schema doesn't declare some properties as required #63

v7.3.0 (2018-07-25)

Full Changelog

New stuff:

  • Contributor Builder : add analytics contributor #60
  • Feature/count bookmark view #62 (sebbousquet)
  • Add analytics contributor management #61 (mbarbet)

v7.2.1 (2018-07-25)

Full Changelog

New stuff:

Fixed bugs:

v7.2.0 (2018-07-23)

Full Changelog

New stuff:

Fixed bugs:

v7.1.0 (2018-07-11)

Full Changelog

New stuff:

  • Update ARLAS-wui-toolkit to version 7.1.0 #52
  • GeoJson Export: use "flat" property of the server #46
  • Improve info lisibility in share component #50 (sebbousquet)

Fixed bugs:

v7.0.1 (2018-06-21)

Full Changelog

New stuff:

  • Timeline : add time shortcuts #49

v6.0.0 (2018-05-23)

Full Changelog

New stuff:

  • Add the possibility to define colors for donuts nodes #35
  • Add a Time period component #23

Fixed bugs:

  • Share : agg field is not configurable #37
  • Fix swimlanes dropdown list #39 (sebbousquet)

v5.1.2 (2018-05-16)

Full Changelog

New stuff:

v5.1.1 (2018-05-04)

Full Changelog

New stuff:

  • Implement interception of events between widgets #14

v5.1.0 (2018-04-27)

Full Changelog

Breaking changes:

v5.0.2 (2018-04-26)

Full Changelog

New stuff:

  • Boards : add an option to initialize boards to be closed #18
  • Expose tagEvent & Add collaped option on Analytics #31 (sebbousquet)

v5.0.1 (2018-04-23)

Full Changelog

Fixed bugs:

v5.0.0 (2018-04-23)

Full Changelog

New stuff:

v4.0.6 (2018-04-19)

Full Changelog

Fixed bugs:

  • Impossible to combine dataset #27

v4.0.5 (2018-04-17)

Full Changelog

v4.0.4 (2018-04-16)

Full Changelog

Fixed bugs:

v4.0.3 (2018-04-12)

Full Changelog

v4.0.1 (2018-04-12)

Full Changelog

Fixed bugs:

  • Fix the key to retrieve chipssearch contributor config #24 (sebbousquet)

ARLAS-web-components

v24.3.3 (2024-02-15)

Full Changelog

v25.0.0-beta.1 (2024-02-15)

Full Changelog

v24.3.2 (2023-12-20)

Full Changelog

v24.3.1 (2023-12-15)

Full Changelog

Fixed bugs:

  • An error is thrown when we attempt to re-add the same source type to mapbox library #774

v24.3.0 (2023-12-11)

Full Changelog

Fixed bugs:

  • Not coherent behavior of area/lenght div with polygons/bbox #771

v24.3.0-rc.2 (2023-12-07)

Full Changelog

v24.3.0-rc.1 (2023-11-30)

Full Changelog

New stuff:

  • Integrate protomap basemaps #749 [MAP]
  • Add polygon from coordinates #272 [MAP]

Fixed bugs:

  • chosen basemap is not stored in localstorage anymore #763
  • ColorService is instantiated several times in case of using it in lazy loaded modules #755

v24.2.1 (2023-11-22)

Full Changelog

v24.2.1-beta.2 (2023-11-21)

Full Changelog

v24.2.1-beta.1 (2023-11-20)

Full Changelog

v24.3.0-beta.8 (2023-11-16)

Full Changelog

v24.3.0-beta.7 (2023-11-15)

Full Changelog

v24.3.0-beta.6 (2023-11-10)

Full Changelog

v24.3.0-beta.5 (2023-11-09)

Full Changelog

v24.3.0-beta.4 (2023-10-31)

Full Changelog

v24.3.0-beta.3 (2023-10-27)

Full Changelog

Miscellaneous:

  • Display bbox/polygons area and width/height #753 [MAP]

v24.3.0-beta.2 (2023-10-18)

Full Changelog

v24.3.0-beta.1 (2023-10-18)

Full Changelog

v24.1.4-beta.2 (2023-10-18)

Full Changelog

v24.1.4-beta.1 (2023-10-12)

Full Changelog

v24.2.0 (2023-09-29)

Full Changelog

v24.1.3 (2023-07-21)

Full Changelog

v24.1.2 (2023-07-12)

Full Changelog

v24.1.1 (2023-06-19)

Full Changelog

v24.1.0 (2023-06-01)

Full Changelog

v24.1.0-beta.4 (2023-05-31)

Full Changelog

v24.1.0-beta.3 (2023-05-22)

Full Changelog

v24.1.0-beta.2 (2023-05-17)

Full Changelog

New stuff:

v24.1.0-beta.1 (2023-05-10)

Full Changelog

New stuff:

v24.0.1 (2023-04-20)

Full Changelog

v24.0.0 (2023-04-19)

Full Changelog

v23.2.2 (2023-03-24)

Full Changelog

v23.2.1 (2023-03-14)

Full Changelog

v23.2.0 (2023-02-10)

Full Changelog

v23.1.0 (2022-11-28)

Full Changelog

v23.1.0-beta.4 (2022-11-25)

Full Changelog

v23.1.0-beta.3 (2022-11-21)

Full Changelog

v23.1.0-beta.2 (2022-11-18)

Full Changelog

v23.1.0-beta.1 (2022-11-18)

Full Changelog

v23.0.5-beta.2 (2022-10-26)

Full Changelog

v23.0.5-beta.1 (2022-10-26)

Full Changelog

v22.0.4 (2022-10-26)

Full Changelog

v22.0.3 (2022-09-28)

Full Changelog

v23.0.1 (2022-09-27)

Full Changelog

New stuff:

  • Change icon of filters/draw actions #524 [MAP]

Fixed bugs:

  • layers displaying not normalized count have wrong legends #673

v23.0.0 (2022-07-11)

Full Changelog

v23.0.0-rc.2 (2022-07-11)

Full Changelog

Fixed bugs:

  • Result set List : layout problem #669

v22.0.2 (2022-07-08)

Full Changelog

v23.0.0-rc.1 (2022-07-08)

Full Changelog

v22.0.1 (2022-07-05)

Full Changelog

New stuff:

  • Basemaps: attempt to display thumbnails without being defined in builder #663

Fixed bugs:

  • Actions on a result list detail are not displayed #665

v22.0.0 (2022-05-24)

Full Changelog

New stuff:

  • Add html identifier to map container #656 [MAP]
  • Add preserveDrawingBuffer input to the map #654 [MAP]
  • Externalise Basemaps choice from map settings #525

v21.0.0 (2022-04-05)

Full Changelog

Fixed bugs:

  • Display color and size legend for label layers #650

v21.0.0-beta.1 (2022-03-14)

Full Changelog

Fixed bugs:

  • Selected powerbars show 0 when they are not in the 10 first results #517 [POWERBARS]

v20.1.0 (2022-02-18)

Full Changelog

v20.1.0-beta.3 (2022-02-17)

Full Changelog

v20.1.0-beta.2 (2022-02-16)

Full Changelog

v20.1.0-beta.1 (2022-02-15)

Full Changelog

New stuff:

  • Add option to exclude selected bars from the global filter instead of including them #562 [POWERBARS]

v20.0.0 (2022-02-02)

Full Changelog

New stuff:

  • Add spinner when the resultlist is fetching new/more data #563 [RESULTLIST]

Fixed bugs:

  • Columns titles are incorrectly aligned if values of a column are too long #623 [RESULTLIST]

v20.0.0-rc.2 (2022-01-07)

Full Changelog

v20.0.0-rc.1 (2022-01-07)

Full Changelog

v20.21.20-beta.22 (2021-12-24)

Full Changelog

v0.0.0-beta.20 (2021-12-24)

Full Changelog

v19.2.0 (2021-12-06)

Full Changelog

New stuff:

  • Handle multiple field in image/thumbnail url pattern #615 [RESULTLIST]
  • Select features on layer of a given collection #614 [MAP]

Fixed bugs:

  • Metric short values are wrong #616
  • 0 is displayed as 0e0000 #613
  • Layers that are hidden in the visualisation set keep displayed on the map #514 [MAP]

v19.1.0 (2021-10-25)

Full Changelog

New stuff:

  • Use scientific notation for numbers between -0.09 and 0.09 #602 [POWERBARS]
  • Emit an event of visible items after scroll #601 [RESULTLIST]

Fixed bugs:

  • filters of external event layers are not taking into account #606 [MAP]
  • After drawing a polygon on the map, the cursor stays in drawing mode #597 [MAP]
  • Fix visibility of layers that belong to several visualisation sets #540 [MAP]

v19.0.4 (2021-10-11)

Full Changelog

New stuff:

  • Action buttons of the list should support several field for the css class #580 [RESULTLIST]

Fixed bugs:

  • External layers visibility is always hidden after toggle of legend #599 [MAP]

v19.0.3 (2021-09-30)

Full Changelog

Fixed bugs:

  • Fill color for cluster legend icon is wrong #595 [MAP]

v19.0.2 (2021-09-28)

Full Changelog

Fixed bugs:

  • Click on bbox/polygons emits features that are under these drawings #594 [MAP]
  • Align actions icons in row mode #593 [RESULTLIST]

v19.0.1 (2021-09-27)

Full Changelog

v19.0.0 (2021-09-27)

Full Changelog

New stuff:

  • Add new output to notif when the basemap has been changed #590 [MAP]
  • Improve Grid title style #587 [RESULTLIST]
  • Add stroke layer that corresponds to a fill layer if it exists #565 [MAP]

Fixed bugs:

v12.7.6 (2021-09-23)

Full Changelog

v19.0.0-beta.3 (2021-09-20)

Full Changelog

v18.1.0 (2021-09-10)

Full Changelog

Fixed bugs:

  • histograms axis labels show only 0 when values are less than 1 #578 [HISTOGRAM]

v18.0.2 (2021-08-16)

Full Changelog

v17.2.2 (2021-08-16)

Full Changelog

v18.0.1 (2021-08-06)

Full Changelog

Fixed bugs:

  • Metric short values should show 100k instead of 0.1M #571
  • Swimlane tooltip hides the buckets #569
  • Swimlane tooltip should not be displayed for infinity values #568

v17.2.1 (2021-08-03)

Full Changelog

v18.2.1 (2021-08-03)

Full Changelog

v18.0.0 (2021-07-08)

Full Changelog

New stuff:

Fixed bugs:

  • numbers with xxx numerals are not shown correctly as short value #554

v17.2.0 (2021-06-24)

Full Changelog

v17.1.0 (2021-06-04)

Full Changelog

New stuff:

  • Apply value precision for short value metrics #549

v17.0.0 (2021-05-19)

Full Changelog

Fixed bugs:

  • Map layer Icon doesn't handle cricle strokes and dasharrays #546 [MAP]
  • Text appears behind the rightband #545 [POWERBARS]

v17.0.0-beta.0 (2021-05-10)

Full Changelog

New stuff:

  • Add a level notion in layers #173 [MAP]

v16.1.0 (2021-04-21)

Full Changelog

New stuff:

  • Remove layers that are not visible on the map from the TOC #535 [MAP]
  • Text in cells should be in black for outlined cells #530 [RESULTLIST]
  • Colors applied to powerbars hide the text #529 [POWERBARS]

Fixed bugs:

v16.0.3 (2021-03-29)

Full Changelog

v16.0.2 (2021-03-26)

Full Changelog

v16.0.1 (2021-03-23)

Full Changelog

v16.0.0 (2021-03-23)

Full Changelog

v15.0.0 (2021-02-18)

Full Changelog

New stuff:

  • Support importing MultiPolygon #507 [MAP]

v15.0.0-beta.0 (2021-02-03)

Full Changelog

v14.3.1 (2021-02-01)

Full Changelog

v14.3.0 (2021-01-29)

Full Changelog

New stuff:

  • Add method that allows to add visualisation set to map programatically #508 [MAP]

v14.2.0 (2021-01-18)

Full Changelog

v12.7.5 (2021-01-13)

Full Changelog

v12.7.4 (2021-01-13)

Full Changelog

v14.1.1 (2020-12-18)

Full Changelog

New stuff:

  • Change the order of layers inside visualisation sets #501 [MAP]
  • Change the order of visualisation sets #500 [MAP]

v14.1.0 (2020-12-07)

Full Changelog

v14.0.1 (2020-11-09)

Full Changelog

v14.0.0 (2020-11-09)

Full Changelog

New stuff:

  • Add validity geometry check in import file component #496

v14.0.0-rc.1 (2020-09-29)

Full Changelog

v13.0.3 (2020-09-14)

Full Changelog

v13.0.2 (2020-07-17)

Full Changelog

Fixed bugs:

  • [Map-icon] Import module TranslateModule in Map icon module #487

v13.0.1 (2020-07-10)

Full Changelog

v12.7.3 (2020-06-30)

Full Changelog

v1.1.1 (2020-06-30)

Full Changelog

New stuff:

Fixed bugs:

  • Position the legend manager relatively to the map container #477 [MAP]

v13.0.0 (2020-06-17)

Full Changelog

Breaking changes:

  • Delete 'Gauge' component #424
  • Remove 'Layers and styles' tab #422

New stuff:

Fixed bugs:

Miscellaneous:

  • Display numbers with space between thousands, millions, ... #438
  • Display numbers with space between thousands, millions, ... #437 [RESULTLIST]

v12.7.2 (2020-04-29)

Full Changelog

v12.7.1 (2020-04-29)

Full Changelog

New stuff:

  • add a new input to describe xlabel in case of one bucket #419 [HISTOGRAM]

v12.7.0 (2020-04-10)

Full Changelog

Miscellaneous:

v12.6.3 (2020-03-26)

Full Changelog

Fixed bugs:

  • Set metric value to '-' when it becomes undefined #410

v12.6.2 (2020-03-23)

Full Changelog

Fixed bugs:

  • Fix regression of introducing NAN in metric component #408

v12.6.1 (2020-03-23)

Full Changelog

Fixed bugs:

  • Metric component doesn't update when the value is equal to 0 #406
  • Wrong tbody heigth #402 [RESULTLIST]

v12.6.0 (2020-03-12)

Full Changelog

New stuff:

  • Add swimlaneRepresentation input #400
  • Add swimlaneOptions input to configure graphical aspects of the swimlane #399

v12.5.0 (2020-02-14)

Full Changelog

New stuff:

  • Add properties for to better reprenset modes in map settings #396

v12.4.0 (2020-02-06)

Full Changelog

Miscellaneous:

  • Emit additional geohashes that are beyond the current extent of the map #391 [MAP]

v12.3.0 (2020-01-27)

Full Changelog

New stuff:

  • Update mapbox-gl-js to V1 #285 [MAP]

Fixed bugs:

  • Grid mode : images and thumbnails are sometimes displayed when they shouldn't #383 [RESULTLIST]
  • Resultlist : Set icon colors independently from title #381 [RESULTLIST]

Miscellaneous:

  • Enhance the robustness of the component's code #382 [MAP]
  • Check fetchState attribute definition #380 [RESULTLIST]
  • [WMTS layer manager] Fix bug and Enhance query building #369 [MAP]
  • Optimize display of thumbnail with lazy loading #368 [RESULTLIST]

v11.5.0 (2020-01-15)

Full Changelog

Fixed bugs:

  • Resultlist : Set icon colors independently from title #377 [RESULTLIST]
  • [Grid Mode] Tooltips on tiles stay rendered when we hover actions buttons #374 [RESULTLIST]
  • Grid mode : images and thumbnails are sometimes displayed when they shouldn't #371 [RESULTLIST]

Miscellaneous:

  • Check fetchState attribute definition #379 [RESULTLIST]
  • Enhance the robustness of the component's code #372 [MAP]

v12.2.0 (2020-01-06)

Full Changelog

Breaking changes:

  • FieldsConfiguration interface is different from the one used in ARLAS-web-contributors #360 [RESULTLIST]

v12.1.4 (2019-12-23)

Full Changelog

Fixed bugs:

  • Topology styles list cannot be hidden when clicking outside of its container #365
  • Radio buttons for ASC and DESC sorts get deselected by other Radio buttons groups #364 [RESULTLIST]

Miscellaneous:

  • Replace Initialisation value (NaN) by 0 #362
  • Remove yarn.lock #352 [ALL]

v12.1.3 (2019-12-18)

Full Changelog

Fixed bugs:

v12.1.2 (2019-12-18)

Full Changelog

Fixed bugs:

  • Manage layers ids conflicts #171 [MAP]

v12.1.1 (2019-12-18)

Full Changelog

New stuff:

  • Optimize ngOnChange #276 [MAP]
  • remove and replace bootstrap css classes #234 [ALL]

Fixed bugs:

  • Topology mode styles are not displayed #356

Miscellaneous:

v12.1.0 (2019-12-04)

Full Changelog

New stuff:

Miscellaneous:

v12.0.1 (2019-11-21)

Full Changelog

New stuff:

  • Update build target to es6 #343

Fixed bugs:

  • Fix Mapsettings CSS #345

v12.0.0 (2019-11-20)

Full Changelog

Breaking changes:

  • redrawTile should be an Input instead of Output in MapComponent #330 [MAP]
  • Update to angular 8.1 #284 [ALL]

New stuff:

  • Add Metric component #334
  • MapSettingsComponent : New component for configuring layers #332
  • Add translate pipe to powerbars #328 [POWERBARS] (mbarbet)

Fixed bugs:

v11.4.1 (2019-10-23)

Full Changelog

New stuff:

Fixed bugs:

v11.4.0 (2019-10-16)

Full Changelog

Breaking changes:

  • Remove BBOX output/input #300 [MAP]

v11.3.1 (2019-10-10)

Full Changelog

New stuff:

  • Authorize raster-tile source as basemap #316 [MAP]

v11.3.0 (2019-10-09)

Full Changelog

New stuff:

Fixed bugs:

  • Draw tool : the limit of number of points not works #315 [MAP]

v11.2.1 (2019-10-02)

Full Changelog

Fixed bugs:

v11.2.0 (2019-10-02)

Full Changelog

New stuff:

  • Add links part in detail of the list #309 [RESULTLIST]
  • Add new component to manage style/layer WMTS #306
  • Add WMTS layer style manager #311 (mbarbet)

v11.1.0 (2019-09-16)

Full Changelog

New stuff:

  • Add a method to add a polygon in draw mode #288 [MAP]

Fixed bugs:

  • Validation of drawing geometry not work at first drawing #299 [MAP]
  • Apply i18n in layer switcher menu #298 [MAP]

v11.0.3 (2019-07-31)

Full Changelog

Fixed bugs:

v11.0.2 (2019-07-30)

Full Changelog

Fixed bugs:

v11.0.1 (2019-07-26)

Full Changelog

Fixed bugs:

v11.0.0 (2019-07-26)

Full Changelog

Breaking changes:

New stuff:

  • Emit added AOI in an @Output in form of Geojson #286 [MAP]
  • Add an event when reaching the top of a scroll #275 [RESULTLIST]

Miscellaneous:

v10.2.0 (2019-07-04)

Full Changelog

New stuff:

Miscellaneous:

v10.1.5 (2019-06-19)

Full Changelog

Fixed bugs:

v10.1.4 (2019-06-11)

Full Changelog

New stuff:

Miscellaneous:

  • Add a component to import kml/kmz data #265 [MAP]

v10.1.3 (2019-05-29)

Full Changelog

Fixed bugs:

v10.1.2 (2019-05-24)

Full Changelog

Fixed bugs:

v10.1.1 (2019-05-24)

Full Changelog

New stuff:

v10.1.0 (2019-05-22)

Full Changelog

Breaking changes:

  • Add "externalEventsLayers" to specify layers to show on external hover/select #252 [MAP]

New stuff:

Miscellaneous:

  • Update README.md #260 [documentation]
  • MAP: Add an event that emits the map extend & zoom on window close/refresh #255 [MAP]

v10.0.2 (2019-05-07)

Full Changelog

v10.0.1 (2019-04-11)

Full Changelog

New stuff:

v10.0.0 (2019-04-02)

Full Changelog

New stuff:

v9.3.0 (2019-03-25)

Full Changelog

New stuff:

9.3.0-beta.0 (2019-03-21)

Full Changelog

v9.2.1 (2019-02-06)

Full Changelog

v9.2.0 (2019-02-06)

Full Changelog

Breaking changes:

New stuff:

  • HISTOGRAMS: Refactor brush tooltips according to v6.0.0 of arlas-d3 #229 [HISTOGRAM]
  • Create a new component : y log axis (logarithmic gauge) #216
  • Display coordinates of the mouse pointer #213 [MAP]
  • Emit init position of the map on first loading #209 [MAP]

Fixed bugs:

v9.2.0-beta.5 (2019-02-01)

Full Changelog

Fixed bugs:

v9.2.0-beta.4 (2019-01-30)

Full Changelog

Fixed bugs:

v9.2.0-beta.3 (2019-01-30)

Full Changelog

Fixed bugs:

v9.2.0-beta.2 (2019-01-30)

Full Changelog

v9.2.0-beta.1 (2019-01-30)

Full Changelog

v9.2.0-beta.0 (2019-01-25)

Full Changelog

Breaking changes:

New stuff:

v9.1.3 (2019-01-16)

Full Changelog

Fixed bugs:

v9.1.2 (2019-01-11)

Full Changelog

Fixed bugs:

v9.1.1 (2019-01-11)

Full Changelog

New stuff:

Fixed bugs:

  • Fix: set isSelected to false when a powerbar is no longer selected #205 [POWERBARS]

v9.1.0 (2019-01-09)

Full Changelog

New stuff:

Fixed bugs:

v9.0.0 (2018-11-28)

Full Changelog

Breaking changes:

Miscellaneous:

  • Update angular version to 6 #183 [ALL]

v8.0.1 (2018-11-05)

Full Changelog

Fixed bugs:

v8.0.0 (2018-10-17)

Full Changelog

Breaking changes:

New stuff:

Fixed bugs:

v7.4.2 (2018-09-25)

Full Changelog

v7.4.1 (2018-09-25)

Full Changelog

v7.4.0 (2018-09-14)

Full Changelog

Breaking changes:

  • SWIMLANE : Remove brush selection & add the possibility to filter on terms #175 [HISTOGRAM]

New stuff:

  • MAP : Add the possibility to define new sources as an input #172 [MAP]
  • MAP: Cancel geobox selection #126 [MAP]
  • Remove useless CSS file #177 (sebbousquet)
  • Add escape listener to cancel draw bbox #169 [MAP] (mbarbet)

Fixed bugs:

v7.3.1 (2018-07-27)

Full Changelog

New stuff:

v7.3.0 (2018-07-25)

Full Changelog

Fixed bugs:

  • MAP: Crash when null selection with geobox (simple click instead of rectangle) #125 [MAP]
  • Improve draw bbox management #165 [MAP] (mbarbet)

Miscellaneous:

  • RESULTLIST : fieldsList no longer needs to include idFieldName #143 [RESULTLIST]

v7.2.0 (2018-07-21)

Full Changelog

New stuff:

v7.1.1 (2018-07-13)

Full Changelog

New stuff:

v7.1.0 (2018-07-11)

Full Changelog

New stuff:

Fixed bugs:

  • RESULTLIST : The detailled grid view is not updated #151
  • MAP: The map should add the default/selected style of each styleGroup #150
  • Fix #150 : Display the slected styles of all stylegroups #152 (MohamedHamouGisaia)

Miscellaneous:

  • RESULTLIST : Improve thumbail grid url gestion #149 [RESULTLIST]
  • RESULTLIST : wrap \<tbody> with \<table> #89 [RESULTLIST]
  • ALL : implement routing to different demos #82 [ALL]

v7.0.0 (2018-06-15)

Full Changelog

Breaking changes:

  • Add an output to the MapComponent for the map switch layer controller #136 [MAP]
  • DONUT : Add an input that set the color of donut nodes #127 [DONUT]

New stuff:

Fixed bugs:

Miscellaneous:

v6.0.1 (2018-05-29)

Full Changelog

New stuff:

v6.0.0 (2018-05-23)

Full Changelog

Fixed bugs:

  • MAP/HISTOGRAM : An error is thrown when we draw a BBOX in Bering strait #87

v5.1.2 (2018-05-21)

Full Changelog

New stuff:

Fixed bugs:

v5.1.1 (2018-05-15)

Full Changelog

v5.1.0 (2018-04-27)

Full Changelog

Breaking changes:

v5.0.0 (2018-04-23)

Full Changelog

ARLAS-web-contributors

ARLAS-web-core

v24.3.0 (2023-12-11)

Full Changelog

v24.3.0-rc.1 (2023-11-30)

Full Changelog

v24.1.0 (2023-06-01)

Full Changelog

v24.1.0-beta.5 (2023-05-30)

Full Changelog

v24.1.0-beta.4 (2023-05-17)

Full Changelog

New stuff:

  • Link a contributor to a similar contributor and synchronize their selections #172

v24.1.0-beta.3 (2023-05-10)

Full Changelog

v24.1.0-beta.2 (2023-05-10)

Full Changelog

v24.1.0-beta.1 (2023-05-10)

Full Changelog

v24.0.0 (2023-04-19)

Full Changelog

v24.0.0-beta.2 (2023-04-05)

Full Changelog

v24.0.0-beta.1 (2023-04-05)

Full Changelog

v23.2.2 (2023-03-30)

Full Changelog

v23.2.1 (2023-03-30)

Full Changelog

v23.2.0 (2023-02-10)

Full Changelog

v23.1.0 (2022-11-28)

Full Changelog

v23.1.0-beta.1 (2022-11-25)

Full Changelog

v23.0.0 (2022-07-11)

Full Changelog

v22.0.1 (2022-07-05)

Full Changelog

New stuff:

  • Avoid triggering an 'Add' collaboration in the contributor that produced it #162

v22.0.0 (2022-05-24)

Full Changelog

v21.0.0 (2022-04-05)

Full Changelog

v21.0.0-beta.1 (2022-03-14)

Full Changelog

v20.1.0 (2022-02-18)

Full Changelog

v20.0.0 (2022-02-01)

Full Changelog

New stuff:

  • Add a bus (Observable) of global message #81

v20.0.0-rc.1 (2022-01-07)

Full Changelog

Miscellaneous:

  • Upgrade typescript and rxjs versions #156

v20.0.0-beta.6 (2022-01-07)

Full Changelog

v19.2.0 (2021-12-06)

Full Changelog

New stuff:

  • Calculate the count of all decalred collections in collaborations #150

v19.0.0 (2021-09-27)

Full Changelog

v18.1.0 (2021-09-10)

Full Changelog

v18.0.0 (2021-07-07)

Full Changelog

v17.2.0 (2021-06-24)

Full Changelog

v17.1.1 (2021-06-17)

Full Changelog

v17.1.0 (2021-06-04)

Full Changelog

v17.0.0 (2021-05-19)

Full Changelog

New stuff:

  • _(geo)aggregate : Add geotile aggregation #73

v17.0.0-beta.0 (2021-05-10)

Full Changelog

v16.1.0 (2021-04-21)

Full Changelog

v16.0.0 (2021-03-23)

Full Changelog

New stuff:

  • set contributor name programatically #135

v15.0.0 (2021-02-18)

Full Changelog

v15.0.0-beta.0 (2021-02-03)

Full Changelog

v14.3.0 (2021-01-29)

Full Changelog

v14.2.0 (2021-01-18)

Full Changelog

v14.1.1 (2020-12-18)

Full Changelog

v14.1.0 (2020-12-07)

Full Changelog

v14.0.0 (2020-11-09)

Full Changelog

v13.0.0 (2020-05-28)

Full Changelog

Breaking changes:

  • Remove range endpoint #120

New stuff:

  • Add an abort controller to 'resolve' methods of the CSS #122

v12.7.0 (2020-04-10)

Full Changelog

New stuff:

v12.6.0 (2020-03-12)

Full Changelog

v12.5.0 (2020-02-13)

Full Changelog

v12.4.1 (2020-02-06)

Full Changelog

New stuff:

  • Add list method to CSS #113

v12.4.0 (2020-02-06)

Full Changelog

New stuff:

  • Upgrade arlas-api to 12.0.4 #111

v12.3.0 (2020-01-27)

Full Changelog

v11.5.1 (2020-01-21)

Full Changelog

New stuff:

v11.5.0 (2020-01-17)

Full Changelog

New stuff:

  • Upgrade arlas-api to v11.1.0 #109

v12.2.0 (2020-01-06)

Full Changelog

v12.1.1 (2020-01-02)

Full Changelog

New stuff:

  • Include the computation of 'geobbox' and 'geocentroid' with ARLAS-api 12.0.3 #105
  • Add max_age in optional parameter of resolve function #102
  • Add a boolean to update (or not) contributor data during a new collaboration #100

Fixed bugs:

  • the return type of 'resolveButNotComputation' is not correct #104

Miscellaneous:

  • Change package manager in release script #88

v12.1.0 (2019-12-04)

Full Changelog

v12.0.1 (2019-11-21)

Full Changelog

New stuff:

  • Update build target to es6 #98

v12.0.0 (2019-11-20)

Full Changelog

Breaking changes:

  • Remove write api #89

New stuff:

  • Use rxjs 6.5.3 and stop using rxjs-compat #95
  • Add ResolveButNot method for _compute endpoint #93
  • Support Multi-geometry of ARLAS-api #91

Miscellaneous:

  • Mark updateFromCollaboration as protected in Contributor class #90

v11.4.0 (2019-10-16)

Full Changelog

v11.3.0 (2019-10-09)

Full Changelog

New stuff:

v11.2.0 (2019-10-02)

Full Changelog

v11.1.0 (2019-09-16)

Full Changelog

v11.0.0 (2019-07-25)

Full Changelog

New stuff:

  • Update arlas-api V11 #80

Miscellaneous:

  • Add LICENSE file in package at build #82

v10.2.0 (2019-07-03)

Full Changelog

v10.1.1 (2019-05-22)

Full Changelog

Fixed bugs:

v10.1.0 (2019-05-22)

Full Changelog

Fixed bugs:

  • Fetch_hits agg part is missing in get param build function #74
  • Add fetch_hits for agg #75 (mbarbet)

Miscellaneous:

v10.0.0 (2019-04-01)

Full Changelog

Breaking changes:

  • Apply new format for contributors configuration #70 [conf]
  • Update arlas api to 10 #68 (mbarbet)

New stuff:

10.0.0-beta.0 (2019-03-06)

Full Changelog

v9.2.0 (2019-02-05)

Full Changelog

v9.1.1 (2019-01-15)

Full Changelog

New stuff:

  • Add debounceTime in contribution observable #61
  • Add debounce time collab in con #63 (mbarbet)
  • Fix #61 #62 (mbarbet)

Fixed bugs:

  • buildAggGetParam : add missing 'on' parameter #59

v9.1.0 (2019-01-09)

Full Changelog

Fixed bugs:

v9.0.0 (2018-11-28)

Full Changelog

Breaking changes:

  • Update Rxjs version to 6 #49

Miscellaneous:

v8.0.2 (2018-11-27)

Full Changelog

New stuff:

  • Update Arlas-api to 8.0.0 #48

v8.0.1 (2018-10-17)

Full Changelog

Fixed bugs:

v8.0.0 (2018-10-17)

Full Changelog

Breaking changes:

v7.4.0 (2018-09-14)

Full Changelog

Miscellaneous:

  • Add a check for npm login : npm who i am #44

v7.3.0 (2018-07-25)

Full Changelog

v7.2.0 (2018-07-19)

Full Changelog

New stuff:

v7.1.2 (2018-07-13)

Full Changelog

v7.1.1 (2018-07-13)

Full Changelog

New stuff:

v7.1.0 (2018-07-11)

Full Changelog

New stuff:

  • Update ARLAS-web-core version to 7.1.0 #42

v7.0.2 (2018-06-25)

Full Changelog

New stuff:

v7.0.1 (2018-06-20)

Full Changelog

Breaking changes:

  • Integrate multiple collectField/collectFct #39

New stuff:

v6.0.1 (2018-05-23)

Full Changelog

Fixed bugs:

v6.0.0 (2018-05-18)

Full Changelog

New stuff:

  • Include FieldRange service of arlas-api in colloaborations #32

v5.1.0 (2018-04-27)

Full Changelog

New stuff:

v5.0.1 (2018-04-23)

Full Changelog

v5.0.0 (2018-04-23)

Full Changelog

Breaking changes:

  • Use arlas-api 5.0.0 & implements describe, tag, untag from API #27 (sebbousquet)

v4.0.1 (2018-04-18)

Full Changelog

Fixed bugs:

ARLAS-d3