- fix(pages-navigator): closes #270
- fix(pages-navigator): css class for Spacer component
- bump
@sveltinio/essentials
tov0.7.9
with svelte 4 support
- fix: missing exports. Closes #254
- chore: dev deps updated
- fix: resolve
@sveltinio/essentials
dependency
- fix(card): check if
src
prop inCardImage
is a valid URL or an image file - fix(reponsive-card): check if
src
prop inCardImage
is a valid URL or an image file - fix: add
@sveltinio/ts-utils
as dependency - fix: remove useless entries from the exports map
- refactor(toc): restructure the component folder and move utilities functions to
utils.ts
- refactor(pages-navigator): restructure the component folder
- docs(README.md): add link to the demos on SvelteLab
- chore: update routes folder structure
- chore: dev deps updated
- breadcrumbs: add
showRootOnly
boolean prop to show/hide root icon when base url only. - chore: deps updated
- fix(breadcrumbs): hide separator when base url only
- card: add
prefetch
as prop to setdata-sveltekit-preload-data
on links - pages-navigator: add
prefetch
as prop to setdata-sveltekit-preload-data
on links - responsive-card: add
prefetch
as prop to setdata-sveltekit-preload-data
on links - chore: dev deps updated
- docs: READMEs updated
- fix: remove utils.js from the exports map on package.json
- chore: deps updated
- docs: updated to reflect changes on how to properly import and use the components
- migration to @sveltejs/package v2
- fix package dir
shape
prop added toScrollToTopButton
component. One of: [circle
,square
,rounded
]
- deps updated
- fix: re-exporting components as they are instead of 'as default'
- all components are now accessibles implementing relative WAI-ARIA Accessibility Reference
- accessibility tested against WCAG2AAA with
pa11y
(axe-core
andhtmlcs
as runners)
- exclude files when building to reduce package size
- references to the right css variables
- TOC: TocList component
each
block loop simplified - Card: CardAction as an
<a>
tag
- README and THEMING files updated and more consistent across components
- chore: deps updated
- css files are all minified when building
- make use of
vitePreprocess
instead ofsvelte-preprocess
publint
added to check packaging errors and ensure compatibility across environments.
- refactor(breadcrumbs): it is now really usable
- refactor: colors and css class names
- fix:
package
onsvelte.config.js
to exclude files when building and make the package size smaller
- all components refactored
- styling with PostCSS
- component diagrams added
- docs about styling
- screenshots added
- make TOC component more costumizable via new variables
- fix exports
- componentes refactored to be usable easily out of sveltin projects
- components theming support added.
- Bump version to update the github repo link on npm
- fix: path to the static folder for the Card component to properly display images and usage of content specific assets
- chore: shadow added to the Card component
- feat: Breadcrumbs component added
- support to use custom colors for PrevNextButton added
- components styles updated and more responsive
- Card component: link to the cover image fixed. It now looks into
static/resources/<resource_name>/<content_name>
- deps updated: svelte v3.46.2 and sveltekit v1.0.0-next.231
- fixing package version
- ResourceContent and ContentMetadata classes refactored
- ResourceContentMaker classe name fixed
- ready for v0.1.0