Skip to content

Commit

Permalink
chore: Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
munshkr committed Jan 29, 2024
1 parent 9c42bfa commit dcb0c24
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,31 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.0] - 2024-01-28

### Bugfixes

* web(hydra): Fixed issues with P5 not loading properly
* web(hydra): `await` now works properly
* web: Fixed issue with `flok-web` binary script running in development mode

### New Features

* web: Share URL command for sharing session URL along with current layout and
code.
* web: `hideErrors` query parameter option for hiding errors of web targets
* web: `code` and `c0`..`c7` hash parameters to set code for each editor

### Changed

* web(hydra): Updated P5 to 1.9.0
* web(mercury): Updated Mercury to 0.14.0
* web(strudel): Updated Strudel to 1.0.0
* web: Updated Codemirror and related packages
* web: Updated Yjs and related packages
* web: Updated Vite 5
* web: Moved `username` and `targets` query parameters as hash parameters

## [1.0.2] - 2024-01-13

### Changed
Expand Down

0 comments on commit dcb0c24

Please sign in to comment.