Skip to content

Commit

Permalink
refactor(esl-utils): remove deprecations of version v2.0.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
`CSSUtil` from 'esl-utils/dom/styles' is removed;
`ScrollUtility` alias is no longer available use `ScrollUtils` instead;
`@override` and `@readonly` deprecated decorators are removed use `@prop` decorator instead;
  • Loading branch information
ala-n committed May 20, 2021
1 parent 5b9df8b commit cbd38b6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 85 deletions.
22 changes: 0 additions & 22 deletions src/modules/esl-utils/decorators/override.ts

This file was deleted.

22 changes: 0 additions & 22 deletions src/modules/esl-utils/decorators/readonly.ts

This file was deleted.

3 changes: 0 additions & 3 deletions src/modules/esl-utils/dom/scroll.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,3 @@ export abstract class ScrollUtils {
(initiatorSet.size === 0) && ScrollUtils.unlock();
}
}

/** @deprecated Use ScrollUtils alias */
export const ScrollUtility = ScrollUtils;
38 changes: 0 additions & 38 deletions src/modules/esl-utils/dom/styles.ts

This file was deleted.

0 comments on commit cbd38b6

Please sign in to comment.