Skip to content

Releases: navikt/navspa

v5.0.1

28 Mar 10:28
d4592bf
Compare
Choose a tag to compare

5.0.1 (2022-03-28)

Bug Fixes

  • 🐛 avoid using global (fb8af65)

v5.0.0

25 Mar 09:45
5e20b6e
Compare
Choose a tag to compare

5.0.0 (2022-03-25)

Features

  • 🎸 add support for custom asset attributes (0153bdb)

BREAKING CHANGES

  • 🧨 The AssetManifestParser now returns a Asset[] instead of a
    string[]. The Asset is an object with the required property path.
    Any other fields on the Asset will be set as custom attributes on the
    asset mounted by loadjs (typically the script and link tags).

v4.1.1

03 Jan 11:30
2439738
Compare
Choose a tag to compare

4.1.1 (2022-01-03)

Bug Fixes

  • 🐛 include src folder (2439738)

v4.1.0

03 Jan 10:29
98d7456
Compare
Choose a tag to compare

4.1.0 (2022-01-03)

Features

  • 🎸 dispatch event when app is exported (98d7456)

v4.0.0

13 Sep 14:16
c25a6a2
Compare
Choose a tag to compare

4.0.0 (2021-09-13)

Bug Fixes

  • 🐛 bruke mer robust joining av paths (644021c)
  • 🐛 legge til feilmelding om navspa-appen ikke finnes (fe6f555)

Features

  • 🎸 håndtere relative paths for async apps (f57cc9f)
  • 🎸 legge til muligheten for egendefinert feilvisning (f14f928)

BREAKING CHANGES

  • 🧨 wrapperClassName flyttet inn i config-objekt
  • 🧨 asset-urls gjøres alltid absolute

v3.0.2

11 Aug 12:18
49d0c6e
Compare
Choose a tag to compare

3.0.2 (2021-08-11)

Bug Fixes

v3.0.1

22 Jan 12:17
450906e
Compare
Choose a tag to compare

3.0.1 (2021-01-22)

Bug Fixes

  • 🐛 advarsel om man forsøker async-lasting av definiert app (5e31421)
  • 🐛 forbedring av async lasting av assets (f5d37b2)

v3.0.0

21 Jan 16:30
5f80233
Compare
Choose a tag to compare

3.0.0 (2021-01-21)

Features

  • 🎸 endre async-api til å bruke react's suspend/lazy (2e3a5f8)

BREAKING CHANGES

  • 🧨 Importering av async-biten av navspa er lagt til AsyncNavspa
    named-export

v2.1.0

20 Jan 09:27
08b7637
Compare
Choose a tag to compare

2.1.0 (2021-01-20)

Features

  • 🎸 Ny funksjon for å preloade assets asynkront (b065bee)

v2.0.1

18 Jan 14:51
d8d83f6
Compare
Choose a tag to compare

2.0.1 (2021-01-18)

Bug Fixes

  • 🐛 Tryggere håndtering av manifest URLer (5bd9b7f)