What's Changed
* Fix running in backend-only mode by picklelo in https://github.com/pynecone-io/pynecone/pull/311
* Fix typo by cclauss in https://github.com/pynecone-io/pynecone/pull/305
* Correct comment by qu3vipon in https://github.com/pynecone-io/pynecone/pull/309
* Specify a port by CLI (308) by HellAmbro in https://github.com/pynecone-io/pynecone/pull/313
* Codebase Refactor ⭐ by HighnessAtharva in https://github.com/pynecone-io/pynecone/pull/312
* Add event token to router_data by Lendemor in https://github.com/pynecone-io/pynecone/pull/316
* Added Date and Company to License by Alek99 in https://github.com/pynecone-io/pynecone/pull/318
* Support dataframes as state vars by picklelo in https://github.com/pynecone-io/pynecone/pull/324
* Resolve 304: Relax type requirement on pc.cond by TommyDew42 in https://github.com/pynecone-io/pynecone/pull/323
* Rename path to route everywhere by picklelo in https://github.com/pynecone-io/pynecone/pull/329
* Rename dalle to DALL·E and add link to bun by r0b2g1t in https://github.com/pynecone-io/pynecone/pull/335
* add onload event handler by Lendemor in https://github.com/pynecone-io/pynecone/pull/337
* fix Stream did not contain valid UTF-8 (282) by LumiaGG in https://github.com/pynecone-io/pynecone/pull/332
* Added anonymous telemetry helpers. by Alek99 in https://github.com/pynecone-io/pynecone/pull/340
* Added Testing to Contributing Guide by Alek99 in https://github.com/pynecone-io/pynecone/pull/343
* Use ReconnectingWebSocket instead of vanilla WebSocket by advo-kat in https://github.com/pynecone-io/pynecone/pull/348
* fix: validate event by qu3vipon in https://github.com/pynecone-io/pynecone/pull/338
* chore: update .gitignore by qu3vipon in https://github.com/pynecone-io/pynecone/pull/352
* error message for invalid event handler signature by qu3vipon in https://github.com/pynecone-io/pynecone/pull/363
* feat: multiple styles for components by qu3vipon in https://github.com/pynecone-io/pynecone/pull/370
* Reconnect websocket on window focus as a solution to disconnects on mobile devices by advo-kat in https://github.com/pynecone-io/pynecone/pull/366
* chore: fix typos by qu3vipon in https://github.com/pynecone-io/pynecone/pull/368
* Add and use `pc.list` to have list mutation detection by TommyDew42 in https://github.com/pynecone-io/pynecone/pull/339
* Fix event chain type check by picklelo in https://github.com/pynecone-io/pynecone/pull/375
* Feature: Template For Pull Request Added 362 by SaarthakMaini in https://github.com/pynecone-io/pynecone/pull/377
* feat: Add copy to clipboard component by qu3vipon in https://github.com/pynecone-io/pynecone/pull/380
* Dynamically add vars to a State by Lendemor in https://github.com/pynecone-io/pynecone/pull/381
* Alek/port by Alek99 in https://github.com/pynecone-io/pynecone/pull/388
* Catch a JS Error + code cleanup by Lendemor in https://github.com/pynecone-io/pynecone/pull/384
* Fix custom routes on Windows by picklelo in https://github.com/pynecone-io/pynecone/pull/389
* allow backend variables starting with _ by Lendemor in https://github.com/pynecone-io/pynecone/pull/390
* Finalized port closing and error warning. by Alek99 in https://github.com/pynecone-io/pynecone/pull/391
* Support state vars in `pc.markdown` by picklelo in https://github.com/pynecone-io/pynecone/pull/392
* Feature: Add Pynecone Container Image Build by r0b2g1t in https://github.com/pynecone-io/pynecone/pull/387
* Fix event encoding by picklelo in https://github.com/pynecone-io/pynecone/pull/393
* Switch order of df logic. by Alek99 in https://github.com/pynecone-io/pynecone/pull/396
* Check if curl and unzip are installed, fix 383 by HellAmbro in https://github.com/pynecone-io/pynecone/pull/386
* Add support for toggling color mode ('night/day mode') by advo-kat in https://github.com/pynecone-io/pynecone/pull/382
* Fix format route by picklelo in https://github.com/pynecone-io/pynecone/pull/399
* Update readme by picklelo in https://github.com/pynecone-io/pynecone/pull/404
* Comment out pclist by picklelo in https://github.com/pynecone-io/pynecone/pull/407
New Contributors
* cclauss made their first contribution in https://github.com/pynecone-io/pynecone/pull/305
* qu3vipon made their first contribution in https://github.com/pynecone-io/pynecone/pull/309
* HellAmbro made their first contribution in https://github.com/pynecone-io/pynecone/pull/313
* HighnessAtharva made their first contribution in https://github.com/pynecone-io/pynecone/pull/312
* TommyDew42 made their first contribution in https://github.com/pynecone-io/pynecone/pull/323
* r0b2g1t made their first contribution in https://github.com/pynecone-io/pynecone/pull/335
* LumiaGG made their first contribution in https://github.com/pynecone-io/pynecone/pull/332
* advo-kat made their first contribution in https://github.com/pynecone-io/pynecone/pull/348
* SaarthakMaini made their first contribution in https://github.com/pynecone-io/pynecone/pull/377
**Full Changelog**: https://github.com/pynecone-io/pynecone/compare/v0.1.13...v0.1.14