Skip to content

Commit

Permalink
[UPD] next version
Browse files Browse the repository at this point in the history
  • Loading branch information
Viglino committed Jan 18, 2019
1 parent 7d76008 commit e07d7b7
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Change log

## Next version (v3.1.0)
Remove Jquery dependencies: the library has now removed jQuery from its dependencies.
If you use jQuery in your project you may have to pass options using the `$obj.get(0)` function instead of passing the jQuery object.
- Add new story map controls

## v3.0.3 2018-12
Start removing jQuery dependencies.

## v3.0.0 2018-07-18
Migrate to ol5 modules [#123](https://github.com/Viglino/ol-ext/issues/123)

## v2.0.6 2018-07-14
Last version using ol<5
Remove deprecated methods

## v2.0.5 2018-06-27
Search controls, GeolocationBar...

## v2.0.1 2018-03-24
Remove dist from npm and create openlayers-ext package to use with browser.

## v2.0.0 2018-02-21
Use ES6 module syntax #33
Use ./dist in a web page

## v1.1.3 2018-02-07
This is the last v1 release.
- Next release (v2) will use ES6 module syntax [#33](https://github.com/Viglino/ol3-ext/issues/33).
Expand Down
5 changes: 3 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
### ol/coordinate in this geom directory was not migrated to ol5
# TODO

> For any new feature request, please use the [GitHub issue tracker](https://github.com/Viglino/ol-ext/issues).
### ol_coordinate is not migrated

0 comments on commit e07d7b7

Please sign in to comment.