Releases: namecheap/ilc-sdk
Releases · namecheap/ilc-sdk
v6.1.1
6.1.1 (2025-02-07)
Bug Fixes
- provide compatibility when running code in vm.runInNewContext() (9768b9e)
v6.1.0
6.1.0 (2025-02-05)
Features
- allow relative urls to be localized and parsed (04edf2d)
Performance Improvements
- add TTL cache for Intl service (3ae708b)
- prevent calling new URL() on absolute paths (b8ed63a)
v6.0.1
6.0.1 (2025-01-27)
Bug Fixes
- deps: use webpack-inject-plugin from package (082980a)
v6.0.0
6.0.0 (2025-01-08)
⚠ BREAKING CHANGES
Bug Fixes
- correct vulnerabilities (a6831aa)
- remove replace inject plugin with built-in copy; remove uglify (46b8b3a), closes #58
- remove wrapper plugin (c87e845)
v4.0.0
BCs
- #35 removed deprecated props.appID (should be used from props.appSdk.appId)
- #35 removed deprecated exposing of Intl class
- #35 processResponse available only as a result of precessRequest function (additionally it returns appSdk instance and requestData)
Features
- #33 handling 404 errors
- #29 added static browserApi method getAllSharedLibNames to receive the list from ILC Registry
Fixes
- #30 correct handling localization of special href values of links (e.g. anchors, tel, email, etc)
v2.6.1
Bugfixes
- #23 Fixed Registry API endpoints
v1.2.2
Fixed regexp of metatag title
with data-attributes #2
v1.2.1
- Fixed type for
getCurrentPathProps()
function #1