Skip to content

Releases: ucfopen/Obojobo

v3.3.5

30 Sep 21:11
v3.3.5
Compare
Choose a tag to compare

Big New Features

  • Adds for one-click deploy to Heroku button
  • Adds support for setting config vars via ENV

Smaller Details

  • Adds .nvmrc so husky will run in the correct environment
  • Adds .yarnrc to ensure workspaces are on
  • Adds heroku deploy button to readme
  • Adds start and heroku-postbuild scripts to top level package.json
  • Adds engine restrictions to to level package.json
  • Updates obo_get_installed_modules to use app config to load "excluded modules" instead of loading them directly
  • stops hard-coding hostname, is now using the current request info instead.

Release Stats

  • Commits: 2
  • Developers: 5
  • Files Changed: 18
  • Lines Changed: 282 (+213, -69)
Lines of Code (expand to view)
› cloc ./ --hide-rate --by-percent cmb --read-lang-def=my_definitions.txt
     825 text files.
     816 unique files.                                          
      35 files ignored.

github.com/AlDanial/cloc v 1.82
---------------------------------------------------------------------------------
Language                       files        blank %      comment %           code
---------------------------------------------------------------------------------
JavaScript                       384          13.79           8.31          70998
Jest Tests                       151          14.41          11.03          20024
Jest Test Snapshots               68           2.35           0.58          11442
JSON                              18           0.00           0.00           7680
Sass                              72          14.12           5.05           3263
CSS                               29          11.50           0.55           2700
XML                               31           2.49           5.55           1292
EJS                               12           9.59           1.87            711
Markdown                           5          19.55           0.00            576
CoffeeScript                       4          11.97           0.00            103
SVG                               16           0.00           0.00             70
YAML                               2          17.81           2.74             58
Dockerfile                         2          16.85          22.47             54
Bourne Shell                       1          36.36          18.18              5
---------------------------------------------------------------------------------
SUM:                             795          12.13           7.40         118976
---------------------------------------------------------------------------------

v3.3.4

30 Sep 19:59
v3.3.4
Compare
Choose a tag to compare

Bug Fixes

  • assessment modes for attemptScore and assessmentScore were incorrectly inverted

v3.3.3

07 Sep 20:42
Compare
Choose a tag to compare

This is the first release after converting Obojobo Next to a mono-repo.

Bug Fixes

  • Scrolling in the LTI picking interface no longer scrolls the containing page