Skip to content

Commit

Permalink
feat: Add removed API from 28 and 29
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux committed Mar 25, 2024
1 parent 52129aa commit d3addff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/rules/no-removed-apis.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const { createVersionValidator } = require('../utils/version-parser.js')
//------------------------------------------------------------------------------

const global = {
autosize: '29.0.0',
escapeHTML: '20.0.0',
fileDownloadPath: '15.0.0',
formatDate: '19.0.0',
Expand All @@ -21,6 +22,8 @@ const oc = {
getScrollBarWidth: '15.0.0',
addTranslations: '26.0.0',
appSettings: '28.0.0',
loadScript: '28.0.0',
loadStyle: '28.0.0',
}

const oc_sub = {
Expand Down

0 comments on commit d3addff

Please sign in to comment.