Releases: processing/p5.js-web-editor
Releases · processing/p5.js-web-editor
v2.6.2
What's Changed
- add handler for the duplicate menu item by @raclim in #2277
- Show scrollbars only when necessary by @lindapaiste in #2254
Full Changelog: v2.6.1...v2.6.2
v2.6.1
What's Changed
- Bump qs, body-parser and express by @dependabot in #2260
- Bump thenify from 3.3.0 to 3.3.1 by @dependabot in #2261
- Bump @xmldom/xmldom from 0.7.5 to 0.7.11 by @dependabot in #2262
- Bump eventsource from 1.1.0 to 1.1.2 by @dependabot in #2264
- Bump braces and mjml by @dependabot in #2267
- Bump highlight.js, @storybook/addon-actions, @storybook/addon-docs, @storybook/addon-knobs, @storybook/react and storybook-addon-theme-playground by @dependabot in #2268
- Bump got and nodemon by @dependabot in #2269
- Bump loader-utils from 1.2.3 to 1.4.2 by @dependabot in #2270
- Bump passport from 0.3.2 to 0.6.0 by @dependabot in #2271
- Bump terser from 5.12.1 to 5.18.2 by @dependabot in #2273
- Bump minimatch from 3.0.4 to 3.0.8 by @dependabot in #2274
- Chore/minor updates by @raclim in #2275
Full Changelog: v2.6.0...v2.6.1
v2.6.0
What's Changed
- Combined Modal component for New File, New Folder, and Upload. by @lindapaiste in #2049
- fixing scroll bars by @nown1ne in #2161
- 'Back to Editor' links to the last opened project (Fixes #2175) by @lindapaiste in #2178
- added code coverage by @parteekcoder in #2164
- Convert
CollectionCreate
from a class to a function component. by @lindapaiste in #2136 - Remove duplicate
document.body.className
effect by @lindapaiste in #2170 - changed color of autorefresh checkbox by @Veer0x1 in #2215
- Autocomplete and Hinter by @peilingjiang in #1873
- Autocomplete++ by @peilingjiang in #2236
- Cleanup language menu code in
Nav
component by @lindapaiste in #2210 - Refactor Nav pt. 2 - create sub-components by @lindapaiste in #2227
- Add autocomplete attributes to password forms - Fixes #2229 by @lindapaiste in #2230
- Cleanup: Single source of default project contents by @lindapaiste in #2211
- Cleanup of uploader code by @lindapaiste in #2244
- Fix #2240 - Hide progress bar when upload is complete by @lindapaiste in #2242
- Fix: upload modal closes when clicking inside by @lindapaiste in #2245
- Fixes #2247 - Update package
friendly-words
by @lindapaiste in #2258
New Contributors
Full Changelog: v2.5.2...v2.6.0
v2.5.2
What's Changed
- Fix legacy document by @3ru in #2169
- Kunal/fix scrollbar by @Kunal-GG in #2172
- Bump ua-parser-js from 0.7.31 to 0.7.35 by @dependabot in #2194
- Bump webpack from 5.72.0 to 5.76.0 by @dependabot in #2195
- Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #2196
- Bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #2197
- Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #2198
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #2199
- Bump xml2js and aws-sdk by @dependabot in #2200
- Bump qs from 6.5.2 to 6.5.3 by @dependabot in #2201
- Turkish Translations by @cemergin in #2182
- added functionality of .stl files by @akshatnema in #1988
- internationalise comment shortcut fixes #1167 by @ArztKlein in #2034
- Update issue template by @3ru in #2128
New Contributors
- @Kunal-GG made their first contribution in #2172
- @cemergin made their first contribution in #2182
- @akshatnema made their first contribution in #1988
- @ArztKlein made their first contribution in #2034
Full Changelog: v2.5.1...v2.5.2
v2.5.1
What's Changed
- url corrected issue accessibility by @parteekcoder in #2137
- Fix styled-component warning in
withLabel
HOC by @lindapaiste in #2051 - added web editor and p5 version info to the about section by @dewanshDT in #2118
- fixed git merge conflicts of installation.md file by @panditraghav in #2143
- use react-redux hooks in Toast component by @lindapaiste in #2043
- Fixed scroll position after code reformatting by @3ru in #2002
- prefer react-i18next
useTranslation
hook by @lindapaiste in #2045 - Themify lader by @dewanshDT in #2132
- downloadzip-solved by @parteekcoder in #2153
- update readme by @parteekcoder in #2127
- Enable syntax highlighting in Instance Mode by @calebfoss in #1996
- navbar title fixed #2150 by @Aryan1982 in #2151
- font size fix by @parteekcoder in #2129
- Convert Timer to a function component. by @lindapaiste in #2165
- Readability of links in console by @nown1ne in #2156
- 2084 failing test in toolbarunittestjsx by @raclim in #2180
New Contributors
- @parteekcoder made their first contribution in #2137
- @lindapaiste made their first contribution in #2051
- @panditraghav made their first contribution in #2143
- @calebfoss made their first contribution in #1996
- @Aryan1982 made their first contribution in #2151
- @nown1ne made their first contribution in #2156
Full Changelog: v2.5.0...v2.5.1
v2.5.0
What's Changed
- Update links to design principles and issue labels in contributor_docs/README.md by @stalgiag in #2098
- Improved visibility of selections on the settings by @3ru in #2011
- initial Korean Translation of Web Editor by @yinhwa in #1784
- Bump mongoose from 5.13.14 to 5.13.15 by @dependabot in #2110
- file drawer filename space issue fixed by @dewanshDT in #2117
- Add installation.md Korean Translation by @min-kim42 in #1357
- fixed typo in developer-docs by @ktsrivastava29 in #1993
- Italian translation by @Cifi79 in #1994
- update files to reflect p5.js ver 1.6.0 by @raclim in #2124
New Contributors
- @3ru made their first contribution in #2011
- @yinhwa made their first contribution in #1784
- @dewanshDT made their first contribution in #2117
- @ktsrivastava29 made their first contribution in #1993
- @Cifi79 made their first contribution in #1994
Full Changelog: v2.4.2...v2.5.0
v2.4.2
What's Changed
- add infrastructure dir with documentation by @devinburnette in #2073
- Fix typos in translation by @code4humanity in #1950
- Translates developer docs to brazilian portuguese by @Phe0 in #1321
- 2085 moving pt-br contributor docs to the translations contributor do… by @raclim in #2086
- add bluetooth to permissions policy for iframes by @raclim in #2090
New Contributors
- @code4humanity made their first contribution in #1950
Full Changelog: v2.4.1...v2.4.2
v2.4.1
What's Changed
- Minor fix in Swedish translation by @matsragnar in #2065
- Update ja-translations.json by @koji in #2058
- Get hosted files as byte array by @dwight9339 in #2077
Full Changelog: v2.4.0...v2.4.1
v2.4.0
v2.3.1
What's Changed
- update manual and docker installation documentation by @raclim in #2069
- Fix empty project download by @dwight9339 in #2048
New Contributors
- @dwight9339 made their first contribution in #2048
Full Changelog: v2.3.0...v2.3.1