Skip to content

Commit

Permalink
pull latest changes in and bump
Browse files Browse the repository at this point in the history
  • Loading branch information
charlieforward9 committed Feb 4, 2025
2 parents fcfd2d9 + 19e4303 commit cf8a4ea
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions docs/whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,19 @@

This release focuses on improved deck.gl compatibility, and package maintainability.

### Fixed
### Code base upgrades

- [#286](https://github.com/visgl/hubble.gl/pull/286) Improved compatibility up to deck.gl 8.9, react 18.0, react-map-gl 7.1, and kepler.gl 3.1.
In preparation for the 1.4 release, we made major upgrades to the tools that support the development and publishing of hubble.gl. This allows us to iterate faster and makes it easier for first-time users to get started.

### Added
- [#269](https://github.com/visgl/hubble.gl/pull/269) Library rewritten in TypeScript
- All examples are bootstrapped with [vite](https://vitejs.dev)
- Pre-bundled scripts built with [esbuild](https://esbuild.github.io)
- Website rewritten using [Docusaurus](https://docusaurus.io)
- Tests are run with `tsnode` with ESM modules for node, and `vite` for the browser

- [#269](https://github.com/visgl/hubble.gl/pull/269) library is now authored in TypeScript and publishes official types.
### Fixed

- [#286](https://github.com/visgl/hubble.gl/pull/286) Improved compatibility up to deck.gl 8.9, react 18.0, react-map-gl 7.1, and kepler.gl 3.1.

### Changed

Expand Down

0 comments on commit cf8a4ea

Please sign in to comment.