2018年11月30日金曜日

v5.3.0 がリリースされました

v5.3.0 がリリースされました
日本時間で(2018.11.7)に v5.3.0 がリリースされました。

Releases 5.3.0 - openlayers/openlayers GitHub
(https://github.com/openlayers/openlayers/releases/tag/v5.3.0)より

We're continuing to work toward more complete type checking with TypeScript – based on JSDoc annotations in the source. The 5.3 release includes a number of bug fixes related to the type checking effort. In addition the release comes with a handful of new features and improved API reference docs.

ソース内の JSDoc annotations を基本とした - TypeScript を使用してより完全なタイプチェックに向かって作業しています。5.3 リリースは、2、3のタイプチェック効果に関係したバグフィックスを含みます。加えて、リリースは少しの新しい機能と向上した API リファレンスドキュメントを備えています。


Upgrade Notes

The getUid function returns string
getUid ファンクションは文字列を返します

The getUid function from the ol/util module now returns a string instead of a number.

ol/util モジュールからの getUid ファンクションは、現在、数字のかわりに文字列を返します。


Attributions are not collapsible for ol/source/OSM
Attributions は ol/source/OSM に対して折りたたみできません

When a map contains a layer from a ol/source/OSM source, the ol/control/Attribution control will be shown with the collapsible: false behavior.

map は ol/source/OSM ソースのレイヤを含むとき、ol/control/Attribution コントロールは collapsible: false 動作で表示されます。

To get the previous behavior, configure the ol/control/Attribution control with collapsible: true.

以前の動作を求めるためには、ol/control/Attribution コントロールをcollapsible: true に設定します。

(New Features and Fixes は、リストを参照して下さい。)

0 件のコメント: