Releases: learningtapestry/lcms-engine
Releases · learningtapestry/lcms-engine
v0.5.5
What's Changed
- Bump rack from 2.2.4 to 2.2.6.3 by @dependabot in #253
- Bump globalid from 1.0.0 to 1.0.1 by @dependabot in #246
- Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #243
- Bump activesupport from 6.1.7 to 6.1.7.2 by @dependabot in #252
- Ruby v2.7.7 upgrade by @paranoicsan in #254
- updated lt-lcms/lt-google-api to support upgraded google api by @shlag3n in #261
Full Changelog: v0.5.4...v0.5.5
v0.5.4
Changed
- Bump loofah from 2.19.0 to 2.19.1 - @paranoicsan
- Bump rails-html-sanitizer from 1.4.3 to 1.4.4 - @paranoicsan
- Security updates - @paranoicsan
Full Changelog: v0.5.3...v0.5.4
v0.5.3
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
Added
- Add m1 support by @danielgatis
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
- @danielgatis made their first contribution in #234
Full Changelog: v0.5.1...v0.5.2
v0.5.1
Fixed
- Fix JS to remove ES6 keyword - @paranoicsan
v0.5.0
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
Changed
- Allow
ImportStatus
page customization - @paranoicsan
v0.4.1
0.4.1 - 2022.10.13
Changed
Lcms::Engine::AdminMaterialsQuery
now filters by metadata in case-insensitive way - @paranoicsan
v0.4.0
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 underLcms::Engine
namespace and now looks likeLcms::Engine::DocumentError
- @paranoicsan - [BREAKING]
MaterialError
has been moved underLcms::Engine
namespace and now looks likeLcms::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