@next-core/brick-kit 2.104.0 → 2.104.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.104.1](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.104.0...@next-core/brick-kit@2.104.1) (2022-02-14)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * resume getTplContext for compatibility ([e6c40cf](https://github.com/easyops-cn/next-core/commit/e6c40cfec328776ace36cd917195da526451bad4))
12
+
13
+
14
+
15
+
16
+
6
17
  # [2.104.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-kit@2.103.9...@next-core/brick-kit@2.104.0) (2022-02-14)
7
18
 
8
19
 
@@ -9045,6 +9045,11 @@
9045
9045
  getCurrentMatch() {
9046
9046
  return this.currentMatch;
9047
9047
  }
9048
+ /** @deprecated */
9049
+
9050
+
9051
+ getTplContext() {// Keep it for compatibility only.
9052
+ }
9048
9053
 
9049
9054
  dispatchLifeCycleEvent(event, handlers) {
9050
9055
  for (var brickAndHandler of handlers) {