Skip to content

Releases: voidzero-dev/oxc-angular-compiler

v0.0.18

21 Mar 13:37
v0.0.18
291aeb4

Choose a tag to compare

What's Changed

  • chore(deps): update dependency vite to v8.0.0 by @renovate[bot] in #125
  • chore(deps): update pnpm to v10.32.1 by @renovate[bot] in #126
  • fix(deps): update dependency interactjs to v1.10.27 by @renovate[bot] in #130
  • fix(deps): update dependency @sanity/asset-utils to v1.3.2 - autoclosed by @renovate[bot] in #129
  • fix(deps): update angular monorepo by @renovate[bot] in #127
  • fix(deps): update dependency @portabletext/to-html to v2.0.17 by @renovate[bot] in #128
  • fix(deps): update dependency rxjs to v7.8.2 by @renovate[bot] in #131
  • chore(deps): update dependency @sanity/types to v3.99.0 by @renovate[bot] in #132
  • chore(deps): update dependency vitest to v4.1.0 by @renovate[bot] in #134
  • chore(deps): update oxlint monorepo by @renovate[bot] in #136
  • chore(deps): update dependency @tailwindcss/vite to v4.2.1 by @renovate[bot] in #133
  • chore(deps): update dependency tsdown to v0.21.3 by @renovate[bot] in #135
  • chore(deps): update dependency oxlint-tsgolint to ^0.17.0 by @renovate[bot] in #137
  • fix(deps): update angularmaterial monorepo to v20.2.14 by @renovate[bot] in #138
  • chore(deps): update dependency tsdown to v0.21.4 by @renovate[bot] in #147
  • chore(deps): update oxc to ^0.120.0 by @renovate[bot] in #146
  • chore(deps): update rust crate tempfile to v3.27.0 by @renovate[bot] in #145
  • feat(vite): add templateTransform hook for template preprocessing by @BenjaminDobler in #150
  • chore(deps): update oxc to ^0.121.0 by @renovate[bot] in #151
  • chore(deps): update rust crate oxc_sourcemap to v6.1.0 by @renovate[bot] in #153
  • fix(compiler): correct host directive mapping array order by @ashley-hunter in #152
  • fix(compiler): quote object keys containing dots or hyphens in inputs/outputs by @ashley-hunter in #155
  • chore(deps): upgrade oxlint by @Brooooooklyn in #156
  • Add native component style minification by @wisdman in #124

New Contributors

Full Changelog: v0.0.17...v0.0.18

v0.0.16

13 Mar 06:25
v0.0.16
c04418c

Choose a tag to compare

What's Changed

  • fix: version-gate conditionalCreate/conditionalBranchCreate for Angular 19 support by @Brooooooklyn in #106

Full Changelog: v0.0.15...v0.0.16

v0.0.15

10 Mar 08:49
v0.0.15
c0a2432

Choose a tag to compare

What's Changed

Full Changelog: v0.0.14...v0.0.15

v0.0.14

10 Mar 02:45
v0.0.14
c380a55

Choose a tag to compare

What's Changed

  • fix: populate source map in transformAngularFile when sourcemap option is enabled by @Brooooooklyn in #100

Full Changelog: v0.0.13...v0.0.14

v0.0.13

09 Mar 06:01
v0.0.13
7cd9633

Choose a tag to compare

What's Changed

  • fix: linker emits NgModule scope fields and aligns forwardRef handling with Angular TS compiler by @Brooooooklyn in #96
  • feat: implement JIT compilation output for transformAngularFile by @Brooooooklyn in #98

Full Changelog: v0.0.12...v0.0.13

v0.0.12

07 Mar 14:07
v0.0.12
358c046

Choose a tag to compare

What's Changed

Full Changelog: v0.0.11...v0.0.12

v0.0.11

06 Mar 09:08
v0.0.11
a0787fd

Choose a tag to compare

What's Changed

  • chore: upgrade oxc_* dependencies from 0.110 to 0.116 by @Brooooooklyn in #84
  • fix: linker uses version-aware standalone defaulting for pre-v19 libraries by @Brooooooklyn in #90
  • fix: align linker output with Angular TypeScript compiler by @Brooooooklyn in #91
  • fix: linker handles old-style directives/components/pipes fields for pre-v14 libraries by @Brooooooklyn in #92

Full Changelog: v0.0.10...v0.0.11

v0.0.10

05 Mar 15:33
v0.0.10
aa92562

Choose a tag to compare

What's Changed

  • fix: linker compiles hostBindings/hostVars for directives and emits signals flag by @Brooooooklyn in #83

Full Changelog: v0.0.9...v0.0.10

v0.0.9

05 Mar 09:08
v0.0.9
bccbac7

Choose a tag to compare

What's Changed

  • feat: add SSR manifest plugin for AngularNodeAppEngine support by @Brooooooklyn in #74
  • fix: compile @Injectable with coexisting PRIMARY decorators on the same class by @Brooooooklyn in #75
  • fix: linker converts providers/usesInheritance/usesOnChanges to features for directives by @Brooooooklyn in #76
  • fix: directive compiler uses flat array format for hostDirectives input/output mappings by @Brooooooklyn in #77
  • fix: linker converts hostDirectives to ɵɵHostDirectivesFeature in features array by @Brooooooklyn in #78
  • fix: directive compiler resolves namespace imports for hostDirectives references by @Brooooooklyn in #79
  • fix: linker handles :not() pseudo-class selectors and uses correct SelectorFlags by @Brooooooklyn in #80
  • fix: linker converts queries/viewQueries to contentQueries/viewQuery for directives by @Brooooooklyn in #81
  • feat: add useDefineForClassFields playground fixture and pass tsconfig to Rolldown by @Brooooooklyn in #82

Full Changelog: v0.0.8...v0.0.9