|
@@ -1,5 +1,26 @@
|
|
|
# @kinobi-so/renderers-js
|
|
# @kinobi-so/renderers-js
|
|
|
|
|
|
|
|
|
|
+## 0.22.0
|
|
|
|
|
+
|
|
|
|
|
+### Minor Changes
|
|
|
|
|
+
|
|
|
|
|
+- [#183](https://github.com/kinobi-so/kinobi/pull/183) [`c8c5934`](https://github.com/kinobi-so/kinobi/commit/c8c593466294f3ec7dca1fb828254e10aa312925) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `InstructionLinkNode`, `InstructionAccountLinkNode` and `InstructionArgumentLinkNode`
|
|
|
|
|
+
|
|
|
|
|
+- [#175](https://github.com/kinobi-so/kinobi/pull/175) [`2b1259b`](https://github.com/kinobi-so/kinobi/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Remove `importFrom` attributes from link nodes and resolvers
|
|
|
|
|
+
|
|
|
|
|
+ Instead, a new `linkOverrides` attribute is introduced on all renderers to redirect a link node or a resolver to a custom path or module.
|
|
|
|
|
+
|
|
|
|
|
+### Patch Changes
|
|
|
|
|
+
|
|
|
|
|
+- [#224](https://github.com/kinobi-so/kinobi/pull/224) [`345a145`](https://github.com/kinobi-so/kinobi/commit/345a145bb9a9b181c8db9435a46d35dacbfced41) Thanks [@mcintyre94](https://github.com/mcintyre94)! - Add an optional programAddress override to instruction builders
|
|
|
|
|
+
|
|
|
|
|
+- Updated dependencies [[`c8c5934`](https://github.com/kinobi-so/kinobi/commit/c8c593466294f3ec7dca1fb828254e10aa312925), [`2b1259b`](https://github.com/kinobi-so/kinobi/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540), [`93a318a`](https://github.com/kinobi-so/kinobi/commit/93a318a9b7ee435eb37934b0ab390e160d50968b)]:
|
|
|
|
|
+ - @kinobi-so/visitors-core@0.22.0
|
|
|
|
|
+ - @kinobi-so/errors@0.22.0
|
|
|
|
|
+ - @kinobi-so/nodes@0.22.0
|
|
|
|
|
+ - @kinobi-so/renderers-core@0.22.0
|
|
|
|
|
+ - @kinobi-so/nodes-from-anchor@0.22.0
|
|
|
|
|
+
|
|
|
## 0.21.9
|
|
## 0.21.9
|
|
|
|
|
|
|
|
### Patch Changes
|
|
### Patch Changes
|