Skip to content

Commit

Permalink
Merge branch 'remove-jstorage' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
arildm committed Jul 10, 2024
2 parents 65fa660 + 11b66dd commit 4b0137f
Show file tree
Hide file tree
Showing 9 changed files with 83 additions and 1,000 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@
### Changed

- Replaced Raphael library with Chart.js, used in the pie chart over corpus distribution in statistics
- Replaced jStorage library with native `localStorage`, and added TypeScript typings
- In the `ParallelCorpusListing` class, the methods `getLinked` and `getEnabledByLang` have new parameter signatures
- Removed the `mapper` template filter; change `x | mapper:f` to `f(x)`

### Refactored

- Removed the global `c` alias for `console`
- Removed global `lang`, use `$rootScope["lang"]` instead (outside Angular: `getService("$rootScope")["lang"]`)
- Removed global `loc_data`, use `$rootScope["loc_data"]` instead (outside Angular: `getService("$rootScope")["loc_data"]`)
Expand Down
Loading

0 comments on commit 4b0137f

Please sign in to comment.