mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-31 01:09:22 +02:00
2.0.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
:warning: = Breaking change, may affect downstream projects or sites that embed iD.
|
||||
|
||||
## 2.0.0
|
||||
##### (coming soon)
|
||||
##### Nov 15, 2016
|
||||
* :warning: iD is now written in a modular code style using ES6 `import`/`export` and [rollup.js](http://rollupjs.org/) as a build tool (#3118, #3179, #3180)
|
||||
* Many thanks to @tmcw, @kepta, @tyrasd, @beaugunderson, @davidchouse
|
||||
* :warning: Flattened namespace means that all functions have changed names (#3479)
|
||||
|
||||
@@ -346,7 +346,7 @@ export function coreContext() {
|
||||
|
||||
|
||||
/* Init */
|
||||
context.version = '2.0.0-beta.1';
|
||||
context.version = '2.0.0';
|
||||
|
||||
context.projection = geoRawMercator();
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "iD",
|
||||
"version": "2.0.0-beta.1",
|
||||
"version": "2.0.0",
|
||||
"description": "A friendly editor for OpenStreetMap",
|
||||
"main": "iD.js",
|
||||
"repository": "openstreetmap/iD",
|
||||
|
||||
Reference in New Issue
Block a user