Skip to content

Releases: learningtapestry/lcms-engine

v0.5.5

24 Dec 11:29
4019ed8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.4...v0.5.5

v0.5.4

30 Dec 17:10
b15e1cd
Compare
Choose a tag to compare

Changed

Full Changelog: v0.5.3...v0.5.4

v0.5.3

13 Dec 08:00
c25292b
Compare
Choose a tag to compare

Changed

  • Bump loader-utils NPM package to 2.0.4 - @paranoicsan
  • Bump nokogiri from 1.13.9 to 1.13.10

Full Changelog: v0.5.2...v0.5.3

v0.5.2

12 Dec 19:32
6382368
Compare
Choose a tag to compare

Added

Changed

  • Bump decode-uri-component from 0.2.0 to 0.2.2
  • Bump sinatra from 3.0.2 to 3.0.4
  • Bump loader-utils from 1.4.0 to 1.4.2
  • Bump nokogiri from 1.13.8 to 1.13.9
  • Bump express from 4.17.1 to 4.18.2
  • Bump minimatch from 3.0.4 to 3.1.2

New Contributors

Full Changelog: v0.5.1...v0.5.2

v0.5.1

25 Oct 09:03
8ad4783
Compare
Choose a tag to compare

Fixed

v0.5.0

21 Oct 16:00
d9337c1
Compare
Choose a tag to compare

Changed

  • [BREAKING] - Force use jQuery v3.x - @paranoicsan
  • [BREAKING] - Bump CKEditor to v4.20. Changed the behavior how we load ckeditor4 sources from CDN - @paranoicsan

Fixed

  • Fix wrong URL on edit button on Standards index page - @paranoicsan

v0.4.2

18 Oct 12:29
fd46f5f
Compare
Choose a tag to compare

Changed

v0.4.1

13 Oct 07:58
2b234eb
Compare
Choose a tag to compare

0.4.1 - 2022.10.13

Changed

  • Lcms::Engine::AdminMaterialsQuery now filters by metadata in case-insensitive way - @paranoicsan

v0.4.0

28 Sep 15:19
85a57ea
Compare
Choose a tag to compare

0.4.0 - 2022.09.28

Added

  • Bump Rails to 6.1.7 - @paranoicsan
  • Bump lt-google-api to 0.2.4 - @paranoicsan
  • Bump lt-lcms to 0.4.4 - @paranoicsan
  • Explicitly skip indexing via ElasticSearch for objects which include Lcms::Engine::Searchable concern - @paranoicsan
  • Replace sass-lint to stylelint NodeJS package - @paranoicsan
  • Bump webpacker gem (and @rails/webpacker package) - @paranoicsan
  • Lcms::Engine::S3Service.upload method now accepts options Hash to be passed to AWS S3 resource - @paranoicsan
  • Explicitly added following packages: react-tagsinput, jstree, jquery and foundation-sites - @paranoicsan
  • Bump CKEditor to 5.1 - @paranoicsan

Changed

  • [BREAKING] DocumentError has been moved under Lcms::Engine namespace and now looks like Lcms::Engine::DocumentError - @paranoicsan
  • [BREAKING] MaterialError has been moved under Lcms::Engine namespace and now looks like Lcms::Engine::MaterialError - @paranoicsan
  • [BREAKING] JS and CSS files have been renamed: added lcms_engine_ prefix - @paranoicsan
  • Updated google:setup_auth rake task to work with Web Application OAuth client ID - @paranoicsan
  • Dropped Rails 4.2 support
  • Post-processing with Google App Script now shows Google Document ID in case of failure - @paranoicsan

Removed

  • [BREAKING] Remove Lcms::Engine::Component model - @paranoicsan
  • [BREAKING] Drop support to Ruby bellow 2.7 - @paranoicsan
  • [BREAKING] Removed SocialMediaPresenter and a couple of legacy connected methods and views