Skip to content

Releases: galahq/gala

Flow Clarity

27 Mar 21:49
Compare
Choose a tag to compare

A redesigned table of contents allows the whole case to be sequenced with a simple drag and drop interface, so authors can choose the optimal flow from element to element.

Under the hood, we've upgraded to react-router v4, which lets individual case threads have their own routes without polluting a user's browsing history. Also, this release includes a large CSS refactoring which allows us to include the blueprint UI library for quick iteration of new interfaces.

Comments

27 Mar 21:41
Compare
Choose a tag to compare

Users can discuss the case text in conversation threads tied directly to selections of text.

Edgenote Redesign

27 Mar 21:39
Compare
Choose a tag to compare

In response to user feedback, we redesigned Edgenotes to make their contents and purpose more clear.

Under the hood, cards are now based on Draft.js and the card and edgenote data stores have been transitioned to Redux.

Enrollment

27 Mar 21:36
Compare
Choose a tag to compare

Users can enroll in cases they’re interested in to add them to a “My Cases” section of the library.

Analytics

02 Nov 18:36
Compare
Choose a tag to compare

Analytics that care only about non-:invisible readers are calculated for each card, edgenote, podcast, and page, and keep track of the users active time on page.

In-Place Editability

26 Jun 20:48
Compare
Choose a tag to compare

Allows for the editing of cases in-place, now that cases are loaded from the Orchard backend.

Rails backend

26 Jun 20:55
Compare
Choose a tag to compare

Connects the React frontend to a custom Rails app backed by a Postgres database