Skip to content

Cadáver exquisito v2.0.0 - Public rooms

Latest
Compare
Choose a tag to compare
@Guirdo Guirdo released this 14 May 16:52
· 3 commits to main since this release

2.0.0 (2024-05-14)

Added

  • ✨ Add 'joinPublicRoom' option [0ab8bb3]
  • ➕ Add crypto-randomuuid dependecy [eb396f3]

Changed

  • ⬆️ Upgrade solidjs/router [5d78d65]
  • 💄 Add accent color for links [42ebe73]
  • 💬 Update environtment variables example [e0d118c]
  • 🗃️ Get public room archive [a6f370a]
  • 🚸 Show footer always [90f516a]
  • ♻️ Get an object instead of an array when querying a single row [1077801]
  • 💄 Update playground style to fit the whole space [db707ef]
  • 💬 Add footer disclaimer and fix broke personal link [9c4e4bf]
  • 💄 Fix some style issues in HomePage an PublicRoomPage [5f1107a]
  • 💄 Add white-color in the color palette [426e5d4]
  • 💄 Add new composition and utilities styles [e3365db]
  • 🚚 Move sanitizeText into helpers folder [856b005]
  • 💄 Add style utilities for padding [6841e07]
  • 💄 Reduce general font size a little bit [7246d0e]
  • 💄 Add bg-theme in Preview component [63af6f7]
  • 🚚 Move three common components from Result [0a70233]
  • 🗃️ Add public_room store [4ad626a]
  • 👽 Update t references [80320b0]
  • 👽 Update code due to solid-router API changes [c41c0bd]
  • 👽 Add resolveTemplate to the translator [24c26e8]
  • 👽 Update code due to API changes in solidjs i18n [0ab9f07]
  • ⬆️ Upgrade fundamental dependencies [9875e68]

Fixed

  • 🐛 Fix wrong condicional checking of room messages limit [964f544]
  • ✏️ Fix typo in diclaimer translation [a6010f9]

Miscellaneous

  • Merge pull request #4 from Guirdo/public-room [f9f0bf8]
  • 🧩 Add CreditsPage component [b791ff3]
  • 🌐 Add credits translation [d287b20]
  • 🧩 Add ArchivePage component [dffc33d]
  • 🌐 Add archive translations [a57f82a]
  • 👔 Add getFromAndTo utility [2c7ac7f]
  • 👔 Remove expirates_at column [33c1ea4]
  • ⚰️ Remove dead console log [97a10a7]
  • 🩹 Fix missing reference to setUser [4357477]
  • 🌐 Add footer disclaimer [eee0776]
  • 🌐 Fix some translations [43b4a92]
  • 🧩 Add SectionTemplate subcomponent in InfoSection [33a5b46]
  • 👔 Increment textLength in cutOffText utility [977b373]
  • 👔 Update public rooms limits [04543dc]
  • 🌐 Add translations in publicRoom and homePage [56e583d]
  • 🧩 Add RandomPublicRoomBoard component [6d9552d]
  • 🧩 Add JoinRoom component [3732945]
  • 👔 Fetch random public rooms [d623ff3]
  • 👔 Add cutOffText utility [05f0fdd]
  • 🩹 Add missing setUser import [7d755a1]
  • 🩹 Fix logic bugs in ChatSpace [d7534e9]
  • 🌐 Add new translation in publicRoom [30e9cfe]
  • 🧩 Add PublicRoomPage [f35e3e3]
  • 🧩 Add components for PublicResult [30eee3f]
  • 🧩 Add components for ChatSpace [0a36765]
  • 🌐 Add publicRoom translations [e0a99bf]
  • 🩹 Move subscription inside fetchRoom method [b91e2a3]