Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [1.10.0](https://github.com/M-Facey/formjam/compare/v1.9.0...v1.10.0) (2023-12-20)


### Features

* added response heading and response section ([8c8124f](https://github.com/M-Facey/formjam/commit/8c8124fa34c35b360c3cee0b812e08880a41b2a6))


### Miscellaneous

* added sections to settings store ([31ca2cd](https://github.com/M-Facey/formjam/commit/31ca2cdb5846798424126a795cd67161b9db934b))
* hid elements in form navbar based on routes ([ce68ce9](https://github.com/M-Facey/formjam/commit/ce68ce9bcab93dc1421c9a67237b750f454fbfd7))
* removed change password section from profile page ([6696ee4](https://github.com/M-Facey/formjam/commit/6696ee48d463afeb380a5f5700fe466552b1bd40))


### Code Refactors

* created page title util function ([c65a3e2](https://github.com/M-Facey/formjam/commit/c65a3e2d3feb8d5e996f3761051fa186413bab12))
* updated theme styles for text based question types ([a2e0ea4](https://github.com/M-Facey/formjam/commit/a2e0ea45992f2eab50799b3a7bc68b8af13eb1b3))

## [1.9.0](https://github.com/M-Facey/formjam/compare/v1.8.3...v1.9.0) (2023-12-20)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "formjam",
"private": true,
"version": "1.9.0",
"version": "1.10.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down