Releases: james-pre/axium
Server 0.1.7
This release add a global account-section CSS class for Account
Server 0.1.6
This release changes the hrefs in the account page/component to be relative.
Server 0.1.5
This release adds server exports and removes the /edit prefix from the two pages that had it.
Server 0.1.4
This fixes incorrect import paths used for styles in /edit/name and /edit/email
Server 0.1.3
This release exports the various pages as components for external use.
Server 0.1.2
Icons references and page data references have been made more robust in this release.
Server 0.1.1
This release fixes lots of dependency issues.
Server 0.1.0
This release adds the preferences field to User, which is stored as a JSONB value.
Server 0.0.9
This release fixes some problems with dependencies and removes server-only exports from the @axium/server/web export.
Server 0.0.8
This release changes web to import from dist, since otherwise the missing src in the built package would cause an error.