Skip to content

Releases: navikt/navspa

v2.0.0

18 Jan 12:16
3525543
Compare
Choose a tag to compare

2.0.0 (2021-01-18)

Bug Fixes

  • 🐛 Gjør all håndtering av URLer i asset manifest parser (4111491)

Code Refactoring

  • 💡 Flyttet parametre inn i eget config object (bcc0760)

Features

  • 🎸 Loader når async navspa laster (6389deb)

BREAKING CHANGES

  • 🧨 importerAsync() tar inn config object istedenfor flere parametre

v1.2.2

04 Jan 13:38
dfe5a70
Compare
Choose a tag to compare

feat: 🎸Ny funksjon for å importere inn apper asynkront …

La til AsyncNavSpa for å laste inn apper asynkront med loadjs. Løste
også litt opp i koden til NAVSPA slik at det blir mer frikoblet.

v1.1.0

17 Nov 13:24
Compare
Choose a tag to compare

feat: 🎸 expanded child-app-api to fix unmounting …

unmounting was called from container app, and should be called from
child-app. This change introduces a change in the api to support this.
This is done in a non-breaking way to ease the transition

v1.0.3

25 Jul 14:11
e42a976
Compare
Choose a tag to compare

1.0.3 (2019-07-25)

Bug Fixes

  • 🐛 exporting commonjs (1dfaaae)

v1.0.2

25 Jul 09:58
1981e7c
Compare
Choose a tag to compare

1.0.2 (2019-07-25)

Bug Fixes

  • 🐛 rerender on prop-changes (41c6e1a)

v1.0.1

25 Jul 06:38
262937b
Compare
Choose a tag to compare

1.0.1 (2019-07-25)

Bug Fixes

  • 🐛 added typings to package.json (9a4cfd0)

v1.0.0

24 Jul 15:07
Compare
Choose a tag to compare

1.0.0 (2019-07-24)

Features