Skip to content

Commit

Permalink
1.0.0-pre.2 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Mar 27, 2024
1 parent 7bf2b63 commit c7618a4
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,14 @@ links:
-->

# 1.0.0-pre.2
#### 2024-Feb-?? (coming soon)
#### 2024-Mar-27
* [#273] Add `eslint`, `typescript-eslint` to the project
* ⚠️ Also, narrow several of the types (we were using `any` a lot)
* [#269] Add package of numerical math functions and constants
* [#268] Add `Extent.extendSelf(other)` as a mutable version of `Extent.extend(other)`
* [#266] Rename `Projection`->`Viewport`, Extract several things to `Transform` class
* [#265] Include `map=` param before others in query strings
* [#264] Support map rotation in `Transform`, `Viewport`, `Tiler`
* [#263] ⚠️ Remove some things not needed:
* d3 projection streams
* util functions for working with css classes
Expand All @@ -32,7 +38,12 @@ links:
[#254]: https://github.com/rapideditor/rapid-sdk/issues/254
[#255]: https://github.com/rapideditor/rapid-sdk/issues/255
[#263]: https://github.com/rapideditor/rapid-sdk/issues/263
[#264]: https://github.com/rapideditor/rapid-sdk/issues/264
[#265]: https://github.com/rapideditor/rapid-sdk/issues/265
[#266]: https://github.com/rapideditor/rapid-sdk/issues/266
[#268]: https://github.com/rapideditor/rapid-sdk/issues/268
[#269]: https://github.com/rapideditor/rapid-sdk/issues/269
[#273]: https://github.com/rapideditor/rapid-sdk/issues/273
[@k-yle]: https://github.com/k-yle


Expand Down

0 comments on commit c7618a4

Please sign in to comment.