All notable changes to this project will be documented in this file. Dates are displayed in UTC.
Generated by auto-changelog
.
25 July 2023
21 July 2023
- refactor: ♻️ move Deplot to WebUI for UI rendering
#1
- style: 🎨 update fmt without semicolons
b172746
- refactor: ♻️ move all imports to deps.ts and sort imports
bc8361b
- refactor: ♻️ split plot datas and window options
aeb8133
- refactor: ♻️ rewrite client to new UI based API
b81dc48
- docs: 📝 improve and add examples to JSDoc
bb0b67d
- docs: 📝 update module documentation
174b1a9
- chore: update deno lock file
6aa49d4
- docs: 📝 add Deplot.capture example
874606a
- docs: 📝 add JSDoc to public API
e84ec83
- build: 👷 rewrite build system and embed favicon to bundle
510775e
- feat: ✨ implement capture on Deplot
1ea3307
- refactor: ♻️ rewrite the build system and deprecate deno bundle
85ecad9
- docs: 📝 update examples to new WebUI based API
06e053b
- refactor: ⚰️ remove dead code
2561a89
- fix: 🦺 wrong boolean condition
55c0eca
- refactor: ♻️ remove unused types
8bc82ef
- refactor: reduce code duplication
bf42532
- fix: 🐛 deplot can crash when multiple windows are open
238ed33
- docs: 📝 update README
bf57a42
- refactor: 💄 improve plot css layout
b07eeaf
- feat: ✨ add Deplot.setPosition
38af74a
- feat: ✨ implement capture plot for DeplotClient
9bde856
- chore: ♻️ flatten deno.json configuration to follow new format
d7478af
- fix: 🐛 Deplot.capture crash or output invalid png files
295f3e1
- refactor: ♻️ update API don't return instance in each methods
13485a9
- feat: 🏷️ improve experience by using generics types
ed33f40
- feat: ✨ expose isShown WebUI API to Deplot instance
1b15ac3
- refactor: 🔥 drop GChart support
6f69798
- fix: 🐛 force Chartjs render and await animation ends to capture plot
326de00
- refactor: ⬆️ update WebUI version
7d5d061
- fix: 🐛 size not correctly set in Deplot constructor
870e53c
- refactor: 🔥 drop closeCallback support until working solution
421314f
- fix: patch PlotlyJs import and vendoring
45adb85
- fix: 🏷️ fix Deplot contructor type
03a9d5f
- chore: ⬆️ update deno/std dependencies version
5491020
- refactor: ♻️ export client from module to ensure fix name
04c95a0
- build: 🔨 update example script
8ed41c1
- build: 👷 add build script
249e0f8
- fix: ⬆️ update dmm and fix migration issues
ad33102
- chore: ⚰️ remove old unused Config type
9b75326
- chore: ⬆️ upgrade dependencies
cca474b
- docs: 📝 fix doc typo
39cfbc9
- fix: ⚡ remove unecessary waiting
267b3e1
- chore: 📦 update client bundle
addc5f6
- chore:
a9f6fbe
- fix: 💄 update favicon for better readability
fbd5276
- chore: ⬆️ upgrade WebUI to support async/await in WebUI.script
abec760
- fix: ⚰️ remove unexisting exports
19f0acd
- refactor: ♻️ embed client into index.html
0973256
30 November 2022
- fmt: change formating rules
cac60a4
- chore: switch to worker instead of process
190990a
- refactor: refactor dependencies
5115721
- fix: fix worker initialisation order
188e2dd
- fix: path webview multiple instances
40e639c
- refactor: use ref instead of libs edits
6aa8b55
- fix: fix doc internet warning due to v0.2.0
6d5463a
- Merge tag '0.2.0' into develop
17a2d6e
24 May 2022
- feat: no internet connection required anymore
90b8fdb
- doc: update examples, links, warning and badges
b894cc5
- chore: update exports and types exports
90118e2
- Merge tag '0.1.2' into develop
bcd22c1
10 May 2022
- fix: temp directory access
71b47d4
- debug: log remote request path
86ec208
- fix: fetching remote directory
a8b257b
- fix: request path for remote
f7542c6
- debug: log root and file request
94ab833
- Merge tag '0.1.1' into develop
3bf0ab6
10 May 2022
- fix: intern relative paths fix
ea760c9
- doc: fix and simplify examples command
345d244
- doc: update logo url for deno.land
b71cd78
10 May 2022
- build: reduce bundle size
76e8901
- feat: add Plotly support
45d789e
- fix: remmove exports
a58bbac
- doc: fix eample links
aedadd5
- fix: support space in paths
396458a
- fix: prevent space in path
97658e2
- feat: support Plotly types
1439f7f
- doc: add mod import
791f804
- fix: update Plotly types definition
2d9cfb8
- fix: exports and types
60f76ee
- fix: ChartJs types import
0cf24da
- doc: add mod import
b8bc223
8 May 2022