Skip to content

Latest commit

 

History

History
413 lines (252 loc) · 21.5 KB

File metadata and controls

413 lines (252 loc) · 21.5 KB

Change Log

4.0.31

Patch Changes

  • 3abf9a6: feat: User settings to control diagnostics reporting cross view files
  • Updated dependencies [3abf9a6]

4.0.30

Patch Changes

4.0.29

Patch Changes

  • d6ceeaa: feat: support unique id generation across view files in an application
  • Updated dependencies [d6ceeaa]

4.0.28

Patch Changes

4.0.27

Patch Changes

4.0.26

Patch Changes

4.0.25

Patch Changes

  • ceab281: Enable go to controller's definition from XML view file
  • Updated dependencies [ceab281]

4.0.24

Patch Changes

4.0.23

Patch Changes

4.0.22

Patch Changes

4.0.21

Patch Changes

4.0.20

Patch Changes

4.0.19

Patch Changes

4.0.18

Patch Changes

4.0.17

Patch Changes

4.0.16

Patch Changes

4.0.15

Patch Changes

4.0.14

Patch Changes

4.0.13

Patch Changes

  • d8b77af: Provide a minimal code completion and syntax check for property binding info
  • Updated dependencies [d8b77af]

4.0.12

Patch Changes

4.0.11

Patch Changes

4.0.10

Patch Changes

  • c73d4fd: Unit test coverage improvement. Migration to Jest test framework
  • Updated dependencies [c73d4fd]

4.0.9

Patch Changes

4.0.8

Patch Changes

4.0.7

Patch Changes

4.0.6

Patch Changes

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

4.0.5 (2023-02-28)

Bug Fixes

4.0.4 (2023-02-16)

Note: Version bump only for package @ui5-language-assistant/xml-views-completion

4.0.3 (2023-01-30)

Note: Version bump only for package @ui5-language-assistant/xml-views-completion

4.0.2 (2023-01-26)

Note: Version bump only for package @ui5-language-assistant/xml-views-completion

4.0.1 (2023-01-26)

Note: Version bump only for package @ui5-language-assistant/xml-views-completion

4.0.0 (2023-01-26)

Bug Fixes

  • code completion in default aggregation (#499) (a0f4043)

Features

BREAKING CHANGES

  • introduce context by pr #523

Co-authored-by: Klaus Keller [email protected]

3.3.1 (2022-09-01)

Note: Version bump only for package @ui5-language-assistant/xml-views-completion

3.3.0 (2022-08-24)

Note: Version bump only for package @ui5-language-assistant/xml-views-completion

3.2.1 (2022-08-20)

Bug Fixes

  • language-server: detect the UI5 version from closest manifest.json (#472) (39c2728)

3.2.0 (2022-08-15)

Features

  • multi-version support for UI5 XMLView code completion (#469) (6cca109), closes #468

3.0.1 (2021-06-01)

Note: Version bump only for package @ui5-language-assistant/xml-views-completion

3.0.0 (2021-06-01)

Bug Fixes

  • don't offer classes from sub-namespaces in code completion (#156) (a6f4ec3)
  • support namespace in aggregation name (#150) (cff718b)
  • language-server: suggest current attribute name (#99) (325e567)
  • use prefix when suggesting namespaces in attribute value (#62) (8019b4d)

Features

  • add enum value code assist (#37) (309c55c)
  • add settings to include deprecated and experimental APIs (#143) (fad2d9b)
  • add support for code completion of boolean properties values (#66) (d95ead4)
  • add validation for unknown namespace name in xmlns attribute value (#103) (f109686)
  • associations suggestions (#4) (4b439bf)
  • implemented suggestions of namespaces keys (#47) (f4880ea)
  • logic utils (#8) (7328217)
  • properties and event names suggestions (#14) (96db377)
  • suggest UI5 namespaces in xmlns attributes values (#17) (46c84c4)
  • validate attribute key is known in class and aggregation tags (#120) (443e13b)
  • validate boolean value in property (#113) (59d3a69)
  • semantic-model: implement semantic model for UI5 (#12) (225361d)
  • semantic-model: support special attributes - xml completion (#55) (5ae0c3a)
  • xml-views-completion: aggregations auto-complete (#4) (20caf48)
  • xml-views-completion: classes suggestions (#50) (42a62b6)
  • xml-views-completion: do not suggest abstract classes in XM… (#44) (cd0f38f)
  • xml-views-completion: filter on sap.ui.core.Element (not Control) (#44) (0991e6e)
  • xml-views-completion: filter suggestions by visibility (#28) (4ea75c5)
  • xml-views-completion: suggest namespaces on non-class elements (#52) (e651847)

Reverts

  • Revert "build: remove usage of TypeScript pre-processor for testing flows" (83b73a2)

1.5.8 (2021-05-04)

Note: Version bump only for package @ui5-language-assistant/xml-views-completion

1.5.7 (2021-01-03)

Note: Version bump only for package @ui5-language-assistant/xml-views-completion

1.5.6 (2020-12-30)

Note: Version bump only for package @ui5-language-assistant/xml-views-completion

1.5.5 (2020-08-27)

Note: Version bump only for package @ui5-language-assistant/xml-views-completion

1.5.4 (2020-08-12)

Note: Version bump only for package @ui5-language-assistant/xml-views-completion

1.5.3 (2020-07-15)

Note: Version bump only for package @ui5-language-assistant/xml-views-completion

1.5.2 (2020-07-08)

Note: Version bump only for package @ui5-language-assistant/xml-views-completion

1.5.1 (2020-06-29)

Note: Version bump only for package @ui5-language-assistant/xml-views-completion

1.5.0 (2020-06-17)

Features

  • add settings to include deprecated and experimental APIs (#143) (fad2d9b)

1.4.1 (2020-06-03)

Bug Fixes

  • don't offer classes from sub-namespaces in code completion (#156) (a6f4ec3)
  • support namespace in aggregation name (#150) (cff718b)

1.4.0 (2020-05-20)

Bug Fixes

  • language-server: suggest current attribute name (#99) (325e567)

Features

  • add support for code completion of boolean properties values (#66) (d95ead4)
  • add validation for unknown namespace name in xmlns attribute value (#103) (f109686)
  • validate attribute key is known in class and aggregation tags (#120) (443e13b)
  • validate boolean value in property (#113) (59d3a69)

1.3.1 (2020-05-06)

Bug Fixes

  • use prefix when suggesting namespaces in attribute value (#62) (8019b4d)

1.3.0 (2020-04-23)

Features

  • semantic-model: support special attributes - xml completion (#55) (5ae0c3a)
  • xml-views-completion: suggest namespaces on non-class elements (#52) (e651847)

1.2.0 (2020-04-07)

Features

  • xml-views-completion: do not suggest abstract classes in XM… (#44) (cd0f38f)

1.1.0 (2020-04-01)

Features

  • suggest UI5 namespaces in xmlns attributes values (#17) (46c84c4)

1.0.0 (2020-03-31)

Features

  • associations suggestions (#4) (4b439bf)
  • xml-views-completion: classes suggestions (#50) (42a62b6)
  • add enum value code assist (#37) (309c55c)
  • implemented suggestions of namespaces keys (#47) (f4880ea)
  • xml-views-completion: aggregations auto-complete (#4) (20caf48)
  • xml-views-completion: filter on sap.ui.core.Element (not Control) (#44) (0991e6e)
  • properties and event names suggestions (#14) (96db377)
  • semantic-model: implement semantic model for UI5 (#12) (225361d)
  • xml-views-completion: filter suggestions by visibility (#28) (4ea75c5)
  • logic utils (#8) (7328217)

Reverts

  • Revert "build: remove usage of TypeScript pre-processor for testing flows" (83b73a2)