Skip to content

Releases: wuespace/telestion-docs

v2.9.1

27 May 10:03
Compare
Choose a tag to compare

2.9.1 (2022-05-27)

Bug Fixes

  • docs/application: Fix git command for squashing a commit for ZSH (727513f), closes #216

v2.9.0

29 Apr 20:09
Compare
Choose a tag to compare

2.9.0 (2022-04-29)

Features

  • docs/application: Add asynchronous coding guide (4073c64)
  • docs/application: Add Verticle event loop concept (b2c95be)
  • images: Add Future compose diagram (d6b30a5)
  • images: Add Future eventually diagram (93d120a)
  • images: Add future map diagram (569b05a)
  • images: Add Future recover diagram (6be062a)
  • images: Add Future transform diagram (1f2d021)
  • images: Add Java thread distribution diagram (319f830)
  • images: Add Promise states diagram (cd2bbf2)
  • images: Add Verticle event loop diagram (d92c5ab)

v2.8.0

17 Mar 10:55
Compare
Choose a tag to compare

2.8.0 (2022-03-17)

Features

  • docs/application: ✨ Add reference of prerequisites for Application development (7dba3fa), closes #116
  • docs/client: ✨ Add reference of prerequisites for Client development (1e6d8f6), closes #116

Bug Fixes

  • 🚑 Fix broken links of empty categories with placeholder "Coming soon" pages (02d169b)
  • docs/application: 🎨 Fix grammar and writing style issues in Deployment tutorial (381f09f)
  • docs/application: 🎨 Fix writing style issues in "Starting a new Project" tutorial (c426aa0)
  • docs/internal: 🩹 Fix wording on "Internal Tutorials" category overview page (7c24fd5)

v2.7.1

05 Mar 11:54
Compare
Choose a tag to compare

2.7.1 (2022-03-05)

Bug Fixes

  • docs/application: Fix code formatting issue in a <Reference /> (891db72)
  • docs/application: Fix code formatting issue in a <Reference /> (7f25812)

v2.7.0

04 Mar 23:22
Compare
Choose a tag to compare

2.7.0 (2022-03-04)

Features

  • application: Add deployment tutorial (0703b84)
  • application: Add manual steps to initialize a Telestion Project (e5db14e)
  • docs/application: 🚸 Improve the Verticle concept article (f0b99b1)
  • docs/application: ✨ Add Java Records concept (b9538fc), closes #164
  • docs/client: 🚸 Improve Telestion Client CLI concept (e9999b1)
  • docs/client: ✨ Add "TypeScript" concept (18f9f39), closes #182
  • docs/client: ✨ Add React concept (d0690fe), closes #181
  • docs/client: ✨ Add tutorial about adding configuration options to Telestion Client Widgets (3e87ce3), closes #152
  • docs/general: 🚸 Add more details to general audience Client concept (a3f7196)
  • docs/general: 🚸 Add more details to the general audience Application concept (7f97dcc)
  • docs/general: ✨ Add "Application" concept article for general audiences (e145674)
  • docs/general: ✨ Add "Client" concept article for general audiences (338d99d)
  • docs/general: ✨ Add general audience "Event Bus" concept (e3378ee), closes #151
  • docs/general: 🚚 Improve information architecture with more specialized, less cluttered navigation menus (6e2ab70), closes #86
  • stylesheet: 💄 Add dark mode support (5390a8c)

Bug Fixes

  • docs/application: Replace deprecated GenericConfiguration class with designated replacement (856df60)
  • docs/client: 🐛 Fix syntax highlighting for .tsx file code blocks (91b7d73)
  • docs/internal: Improve dark mode support in conventional commit diagram (cf9b284)
  • images: 🐛 Remove old reference to "PSC" in Event Bus Bridge Diagram (8a50959)

v2.6.3

04 Feb 17:08
Compare
Choose a tag to compare

2.6.3 (2022-02-04)

Bug Fixes

  • docs/application: Fix configuration base interfaces (962c711)

v2.6.2

03 Feb 04:01
Compare
Choose a tag to compare

2.6.2 (2022-02-03)

Bug Fixes

  • docs/application: Fix formatting in "Using Traits in Verticles" tutorial (58b44ff)
  • docs/general: 🩹 Fix more language inconsistencies (ed91fa8)
  • docs/general: 🩹 Fix various language inconsistencies (4dec5a0)
  • docs/internal: 🐛 Fix typo in Error Messages Concept (eb93e41)

v2.6.1

31 Jan 01:08
Compare
Choose a tag to compare

2.6.1 (2022-01-31)

Bug Fixes

  • deployment: 🚑 Fix scroll lock issue on Chrome/Windows 10 (09cc6f5)

v2.6.0

31 Jan 00:09
Compare
Choose a tag to compare

2.6.0 (2022-01-31)

Features

  • docs/application: Add concept describing traits in Java (5fd219d)
  • docs/application: Add concept describing traits in Java (4e916dc)
  • docs/application: Add tutorial on how to use traits in Verticles (9774def)
  • docs/application: Add tutorial on how to use traits in Verticles (79b7175)
  • docs/application: Update adding configuration options tutorial to use the new TelestionVerticle class (eaa9bf6)
  • docs/application: Update adding configuration options tutorial to use the new TelestionVerticle class (1b51bc9)
  • docs/application: Update using json message tutorial to use the new TelestionVerticle class (66cb81d)
  • docs/application: Update using json message tutorial to use the new TelestionVerticle class (d3bb94c)
  • docs/application: Update verticle concept to use the new TelestionVerticle class (9e6896f)
  • docs/application: Update verticle concept to use the new TelestionVerticle class (22c3559)
  • docs/application: Update writing a verticle tutorial to use the new TelestionVerticle class (72b5bbc)
  • docs/application: Update writing a verticle tutorial to use the new TelestionVerticle class (79b2a3d)
  • docs/client: ✨ Add Electron concept (646fdae), closes #150
  • docs/client: Add guide on how to write own traits (bb02da0)
  • docs/client: Add guide on how to write own traits (bd065f6)
  • docs/client: Add tutorial about writing a stateful dialog (e4ea70b)
  • docs/client: Add tutorial about writing a static dialog (f5999fb)
  • docs/client: Add tutorials to index page (e211b01)
  • Move to new domain https://docs.telestion.wuespace.de/ (9d250d4)
  • Overall language improvements (and adding vale as a prose linter to enforce it) (0543b0c)
  • Rework sidebar configuration and add API reference links (7a44014)

v2.5.0

15 Jan 20:40
Compare
Choose a tag to compare

2.5.0 (2022-01-15)

Features

  • docs/client: 🚸 Add note about telestion-project-template usage of tc-cli init (ead9603)
  • docs/client: 🚸 Add note about restarting the development server after plugin changes (172a1d9)
  • docs/client: ✨ Add client tutorials index page (a72c39c)
  • docs/client: ✨ Add tutorial on bootstrapping a widget (db91a88)
  • docs/client: ✨ Add tutorial on building the widget's UI using React Spectrum (54ce83e)
  • docs/client: ✨ Add tutorial on using the event bus hooks from @wuespace/telestion-client-core to connect the widget to the event bus (68d4258)
  • docs/general: 🚑 Add a proper homepage (18a2a41)

Bug Fixes

  • docs/client: 🐛 Add missing tutorials reference to client index page (a51424c)
  • docs/client: 🐛 Fix a few grammatical inconsistencies (59acf2b)
  • docs/client: 🚚 Rename Development Environment Setup tutorial tutorial to dev-env-setup (17a6117)