Skip to content

Latest commit

 

History

History
1449 lines (798 loc) · 62.5 KB

File metadata and controls

1449 lines (798 loc) · 62.5 KB

@hyperbook/markdown

0.66.1

Patch Changes

  • c267b74 Thanks @mikebarkmin! - Show the Python input() prompt message in the browser dialog.

    When a Python script calls input("Zahl eingeben: "), the prompt text is now passed through to the browser's window.prompt() dialog instead of always showing the generic "Input required:" message.

0.66.0

Minor Changes

  • 6f4443f Thanks @mikebarkmin! - Migrate all code editors to CodeMirror 6 and improve OpenSCAD parameter panel

    CodeMirror 6 migration

    • Replace @webcoder49/code-input (Prism.js) with CodeMirror 6 across all interactive elements: webide, pyide, p5, typst, and abc-music.
    • Editors now feature syntax highlighting via CodeMirror language packages (HTML, CSS, JavaScript, Python, C++), GitHub Light/Dark themes, and proper bracket/indent handling.

    OpenSCAD parameter panel

    • Always show the parameters panel (no longer hidden when no parameters exist).
    • Support /* [Tab Name] */ comment syntax to group parameters into collapsible accordions. Parameters in /* [Global] */ are shown outside any accordion.
    • Accordion open/closed state is preserved across parameter rebuilds.
    • Parameter changes now auto-trigger a re-render of the preview.
    • Parameter changes are written back into the editor source code so the code stays in sync.
    • Editing the source code directly also triggers a re-render.

0.65.0

Minor Changes

  • b60ab5f Thanks @mikebarkmin! - Improve the OpenSCAD directive with a non-blocking worker-based renderer and better color-aware outputs.

    • Move OpenSCAD rendering and parameter extraction to a Web Worker to keep the page responsive.
    • Align worker responses with an OpenSCADInvocationResults-style payload (exitCode, error, outputs, mergedOutputs, elapsedMillis).
    • Use OFF-based preview rendering with improved face-color parsing and material grouping.
    • Add STL/3MF download format selection in the OpenSCAD UI.
    • Add automatic 3MF generation from the indexed polyhedron, including base materials and paint-color mapping.

0.64.1

Patch Changes

0.64.0

Minor Changes

0.63.0

Minor Changes

0.62.1

Patch Changes

  • 894f47b Thanks @mikebarkmin! - Fix pyide editors restoring saved code when the code-input_load event fires before the restore handler is attached.

0.62.0

Minor Changes

Patch Changes

  • #1123 5607041 Thanks @copilot-swe-agent! - Fix pytamaro show_graphic not rendering images in pyide output. Parse @@@PYTAMARO_DATA_URI_BEGIN@@@ / @@@PYTAMARO_DATA_URI_END@@@ markers in stdout and render them as inline <img> elements.

0.61.1

Patch Changes

0.61.0

Minor Changes

  • d463ac7 Thanks @mikebarkmin! - Add hyperbook highlighting for code blocks with lang hyperbook

0.60.3

Patch Changes

  • 39cf0ed Thanks @mikebarkmin! - Fix protect directive not revealing content when wrapping tabs or other directives containing input elements. The password input selector now scopes to the direct child .password-input container instead of selecting the first input in the entire subtree.

0.60.2

Patch Changes

  • 1b84619 Thanks @mikebarkmin! - Fix false constructor in the vertex class in nrw module of the online ide element

0.60.1

Patch Changes

0.60.0

Minor Changes

Patch Changes

0.59.4

Patch Changes

0.59.3

Patch Changes

0.59.2

Patch Changes

  • 6fb9623 Thanks @mikebarkmin! - Fix blockflow-editor prepending window.origin for base64 encoded urls.

0.59.1

Patch Changes

0.59.0

Minor Changes

0.58.4

Patch Changes

  • 2e0f062 Thanks @mikebarkmin! - Fix variable overloading, leading to cloud not restoring data.

0.58.3

Patch Changes

0.58.2

Patch Changes

0.58.1

Patch Changes

0.58.0

Minor Changes

0.57.0

Minor Changes

0.56.0

Minor Changes

  • b39a52a Thanks @mikebarkmin! - Standardize client-side scripts to use hyperbook.* namespace pattern.

    • All scripts now use hyperbook.X = (function() { return {...} })() IIFE pattern
    • Moved var store and var i18n globals under hyperbook.store and hyperbook.i18n
    • Split client.js into bootstrap.js (init logic) and ui.js (UI functions)
    • Grouped UI functions into sub-namespaces: hyperbook.ui, hyperbook.qrcode, hyperbook.share
    • All directives now auto-init with DOMContentLoaded and MutationObserver
    • Added JSDoc type definitions via hyperbook.types.js for IDE support
    • Resolved hyperbook.download naming collision (archive directive renamed to hyperbook.archive)

0.55.4

Patch Changes

0.55.3

Patch Changes

0.55.2

Patch Changes

0.55.1

Patch Changes

0.55.0

Minor Changes

0.54.0

Minor Changes

0.53.0

Minor Changes

  • 2f3a35d Thanks @mikebarkmin! - Update default online-ide url to onlineide2.openpatch.org which uses the new compiler.

0.52.1

Patch Changes

  • 75dfa0d Thanks @mikebarkmin! - Fix Typst directive issues:
    • Fix preview not updating when editor content changes
    • Fix UTF-8 encoding for umlauts and special characters in base64 decoding
    • Fix CSV/JSON/YAML/XML file loading by inlining assets as bytes with proper UTF-8 handling
    • Add assets preamble to all source files to support #include with assets

0.52.0

Minor Changes

Patch Changes

0.51.0

Minor Changes

0.50.1

Patch Changes

0.50.0

Minor Changes

  • 291f477 Thanks @mikebarkmin! - Automatic loading of images and other assets in Typst documents.

0.49.0

Minor Changes

0.48.7

Patch Changes

0.48.6

Patch Changes

0.48.5

Patch Changes

0.48.4

Patch Changes

0.48.3

Patch Changes

0.48.2

Patch Changes

0.48.1

Patch Changes

0.48.0

Minor Changes

  • a51613f Thanks @mikebarkmin! - Add new navigation field for pages and sections, and improve styling coherence.

0.47.2

Patch Changes

0.47.1

Patch Changes

  • db806c9 Thanks @mikebarkmin! - Fix missing handlebars helpers (like dateformat) in pagelist custom snippets. The basic helpers are now properly registered when using custom snippet templates with the pagelist directive.

  • 6fb2e9a Thanks @mikebarkmin! - Fix various typos and bugs:

    • Fix "Buildung" typo in build progress messages (should be "Building")
    • Fix "lanuage" typo in error message (should be "language")
    • Fix incorrect MIME type "plain/text" to "text/plain" in dev server
    • Fix "aspectRation" typo to "aspectRatio" in types and VSCode schema
    • Fix CSS property "aspectRatio:" to "aspect-ratio:" in embed directive
    • Fix incorrect repository URL in README (openpath → openpatch)
    • Update minimum Node.js version from 12.22.0 to 18

0.47.0

Minor Changes

  • 04ca48e Thanks @mikebarkmin! - Enhanced pagelist with powerful query language and improved Date handling.

    New Query Language Features:

    • Boolean operators: AND, OR, NOT for combining conditions
    • Parentheses for grouping: (condition1 OR condition2) AND condition3
    • Custom frontmatter field queries: difficulty(beginner), tags(tutorial)
    • Operator precedence: NOT > AND > OR

    New Parameters:

    • limit: Limit the number of results returned
    • orderBy: Sort by any field including custom frontmatter (e.g., date:desc, difficulty:asc)

    Date Handling:

    • YAML date values without quotes (e.g., date: 2025-01-09) now work correctly for filtering and sorting

0.46.2

Patch Changes

0.46.1

Patch Changes

0.46.0

Minor Changes

  • #1063 66a7234 Thanks @mikebarkmin! - Add Typst directive with interactive editor and improved error handling. The new Typst directive enables users to write and preview Typst documents directly in Hyperbook with support for multiple files, binary assets, and PDF export. Errors display as dismissible overlays preserving the last successful render, with clean error messages parsed from the Rust SourceDiagnostic format.

0.45.0

Minor Changes

  • f01224f Thanks @mikebarkmin! - Replace JavaScript-dependent UI elements with native HTML for better accessibility and no-JS support

    This major update converts collapsibles, navigation sections, and tabs to use native HTML elements, making core functionality work without JavaScript while maintaining progressive enhancement for state persistence and synchronization.

    Navigation & Collapsibles:

    • Navigation sections use native <details> and <summary> elements
    • Collapsible directive uses native HTML details/summary
    • Empty sections styled with italic text to indicate non-clickable headers
    • JavaScript provides progressive enhancement: state persistence and multi-element sync

    Tabs Directive:

    • Converted to CSS-only tabs using hidden radio buttons and labels
    • Works completely without JavaScript using native HTML form controls
    • JavaScript adds state persistence and multi-instance synchronization
    • Active tab indicator using :has() CSS selector
    • Supports up to 10 tabs per group
    • Multiple tab groups with same ID sync across the page when JavaScript is enabled

    Progressive No-JS Support:

    • Hide JavaScript-dependent UI elements when JS is disabled (search, share, QR, export/import/reset buttons)
    • Add no-js class to HTML element, removed immediately when JavaScript loads
    • All core content navigation and interaction works without JavaScript
    • Better SEO as all content is visible to search engines

    Accessibility Improvements:

    • Native HTML elements provide better keyboard navigation
    • Screen reader friendly with proper ARIA semantics
    • Browser-native focus management
    • Reduced complexity and improved compatibility

0.44.1

Patch Changes

  • d2b1c7c Thanks @mikebarkmin! - Performance and optimization improvements

    • Added font-display: swap to all font-face declarations for better page load performance
    • Added defer attribute to script tags to improve page load speed
    • Minified dexie-export-import.js bundle to reduce file size
    • Added explicit height attribute to logo image for better CLS scores

0.44.0

Minor Changes

  • 28ec20e Thanks @mikebarkmin! - Add shareable URL builder with sections filter

    • Added share button (🔗 icon) in header that opens a dialog for creating shareable URLs
    • Implemented sections filter query parameter to show only specific content sections
    • Added live URL preview with standalone mode toggle and section selection checkboxes
    • QR code now includes all query parameters in the generated code
    • TOC toggle hides automatically when sections are filtered
    • Floating action buttons (TOC, QR code) now use dynamic flexbox positioning
    • Both share and QR dialogs moved outside content area to remain visible when filtering

Patch Changes

  • 5c6def7 Thanks @mikebarkmin! - Hide multieventy element on page load to not reveal the solutions.

0.43.5

Patch Changes

0.43.4

Patch Changes

0.43.3

Patch Changes

0.43.2

Patch Changes

0.43.1

Patch Changes

0.43.0

Minor Changes

  • 64f904b Thanks @mikebarkmin! - Prev and next buttons are now visible even in if hide is true. You have to manually disable them with prev: and next: .

0.42.3

Patch Changes

0.42.2

Patch Changes

0.42.1

Patch Changes

0.42.0

Minor Changes

  • 1846430 Thanks @mikebarkmin! - Add complete state persistence to multievent directive with visual feedback restoration

    The multievent directive now saves and restores its complete state, including all visual feedback from evaluations. When users reload the page, they can see whether their task was evaluated as correct or incorrect.

    Features:

    • New multievent table in Dexie store with schema id, state
    • Automatic state saving on all user interactions (input changes, button clicks, evaluations)
    • Complete restoration of visual feedback including:
      • Green highlighting (#9f0) for correct answers
      • Orange striped backgrounds (#f90) for incorrect answers
      • Error indicators (🔍/🔎) next to items needing attention
      • Evaluation button state with green border when completed
      • Success/failure hint visibility
      • HangMan (word puzzle) progress and error display
      • Word search button states and highlighting
    • State is saved per multievent instance and per page URL
    • Seamless integration with existing export/import functionality

0.41.0

Minor Changes

  • #1035 c4fddb6 Thanks @copilot-swe-agent! - Add custom data table to Dexie store for user-managed state persistence

    This adds a new custom table to the Hyperbook Dexie store, enabling users to persist arbitrary JSON data in the browser's IndexedDB.

    Features:

    • New custom table with schema id, payload for storing user-defined data
    • Comprehensive documentation in the advanced section showing how to use the API
    • Automatic inclusion in existing export/import functionality
    • Full support for storing and retrieving JSON data using store.custom.put() and store.custom.get()

0.40.0

Minor Changes

  • Thanks @copilot-swe-agent! - Add custom data table to Dexie store for user-managed state persistence

    This adds a new custom table to the Hyperbook Dexie store, enabling users to persist arbitrary JSON data in the browser's IndexedDB.

    Features:

    • New custom table with schema id, payload for storing user-defined data
    • Comprehensive documentation in the advanced section showing how to use the API
    • Automatic inclusion in existing export/import functionality
    • Full support for storing and retrieving JSON data using store.custom.put() and store.custom.get()

0.39.0

Minor Changes

0.38.0

Minor Changes

  • #1027 cf0b13a Thanks @copilot-swe-agent! - Add new textinput directive for persistent text input with Dexie store integration

    This adds a new ::textinput markdown directive that creates interactive text input areas with automatic persistence to the browser's Dexie database.

    Features:

    • Customizable placeholder and height attributes
    • Automatic save with debouncing for performance
    • Multiple independent inputs via custom IDs
    • Full light and dark mode support
    • Responsive design with error handling

0.37.2

Patch Changes

0.37.1

Patch Changes

0.37.0

Minor Changes

0.36.2

Patch Changes

0.36.1

Patch Changes

0.36.0

Minor Changes

  • #1017 ae25b60 Thanks @copilot-swe-agent! - Add page layout options with automatic iframe detection

    • Added three layout options: default, wide, and standalone
    • Wide layout provides full-width content with drawer-only navigation, ideal for tables, galleries, and code examples
    • Standalone layout displays content only (no header, sidebar, footer) for clean iframe embedding
    • Standalone mode can be activated via frontmatter (layout: standalone), URL parameter (?standalone=true), or automatic iframe detection
    • Automatically hides TOC toggle and QR code buttons when in standalone mode
    • Zero-configuration embedding: pages automatically switch to standalone mode when embedded in iframes
    • Added comprehensive documentation in Advanced Features section with usage examples and demos
    • All changes are backward compatible with existing pages

0.35.1

Patch Changes

  • #1013 9c96045 Thanks @copilot-swe-agent! - Add automatic favicon and PWA icon generation from logo

    When building a Hyperbook project, if no favicon.ico exists and a logo is defined in hyperbook.json, a complete set of favicons and PWA assets are automatically generated:

    • Generates 60+ files including favicon.ico, Android icons, Apple touch icons, and Apple startup images
    • Creates web manifest with full PWA metadata (theme color, scope, language, developer info)
    • Smart logo path resolution: checks root folder, book folder, and public folder
    • Adds favicon, Apple touch icon, and manifest links to all HTML pages
    • Uses hyperbook.json metadata: name, description, colors.brand, basePath, language, author
    • Backward compatible: copies favicon.ico to root for browsers expecting it there

0.35.0

Minor Changes

0.34.1

Patch Changes

0.34.0

Minor Changes

0.33.3

Patch Changes

0.33.2

Patch Changes

0.33.1

Patch Changes

0.33.0

Minor Changes

0.32.0

Minor Changes

0.31.0

Minor Changes

0.30.0

Minor Changes

0.29.5

Patch Changes

0.29.4

Patch Changes

0.29.3

Patch Changes

0.29.2

Patch Changes

0.29.1

Patch Changes

  • c18ba75 Thanks @mikebarkmin! - Fix colons in headings not working. Fix spaces in filenames causing trouble. Add option to disable code highlighting and copy button for inline code blocks.

0.29.0

Minor Changes

  • b914f85 Thanks @mikebarkmin! - You can now collocate images, videos, and other additional files directly within your book directory. This means you can reference media using relative paths, making it much easier to:

    • Organize your content intuitively
    • Collaborate with others
    • Share or version-control your Hyperbook with media included

    Example usage:

    ![Image in the same directory as this markdown file](./image.png)
    ![Image one directory up relative to this markdown file](../image.png)

    This improvement enables a more seamless and portable authoring experience—no more managing separate static folders or absolute paths.

0.28.5

Patch Changes

  • 829d71d Thanks @mikebarkmin! - Do not parse e.g. :1 as a element. Only parse the documented elements.

0.28.4

Patch Changes

0.28.3

Patch Changes

0.28.2

Patch Changes

0.28.1

Patch Changes

0.28.0

Minor Changes

0.27.0

Minor Changes

  • 8545973 Thanks @mikebarkmin! - Styling Improvements:
    • Increased the width of the navigation to utilize more horizontal space.
    • Reduced base font size to 14px for improved readability and a more compact layout.
    • Decreased header height to 60px to maximize vertical content space.

0.26.0

Minor Changes

0.25.4

Patch Changes

  • 660d949 Thanks @mikebarkmin! - The reset button for GeoGebra did not rerun the initial commands.

0.25.3

Patch Changes

0.25.2

Patch Changes

  • 8712ab5 Thanks @mikebarkmin! - fire resize event when a collapsible is opened. This is need for GeoGebra to resize the applet.

0.25.1

Patch Changes

0.25.0

Minor Changes

0.24.13

Patch Changes

0.24.12

Patch Changes

0.24.11

Patch Changes

0.24.10

Patch Changes

0.24.9

Patch Changes

0.24.8

Patch Changes

0.24.7

Patch Changes

  • de22a0c Thanks @mikebarkmin! - Remove p5.sound. The library caused the p5-element to not load on Safari.

0.24.6

Patch Changes

0.24.5

Patch Changes

0.24.4

Patch Changes

0.24.3

Patch Changes

  • 327a4e9 Thanks @mikebarkmin! - - fix section not expanded after reload
    • fix styling of sections

0.24.2

Patch Changes

0.24.1

Patch Changes

  • c0f47d9 Thanks @mikebarkmin! - Fix collapsible button selector not bleeding into other buttons

0.24.0

Minor Changes

0.23.2

Patch Changes

0.23.1

Patch Changes

0.23.0

Minor Changes

  • b5a41e0 Thanks @mikebarkmin! - - Save every state of the hyperbook and make it available for download. To enable this feature, set importExport to true in the configuration file. The buttons for importing and exporting will be at the bottom of the page. The state of the hyperbook will be saved as a JSON file. The file can be imported again to restore the state of the hyperbook.
    • The code of the editor for the elements P5, Pyide, ABC-Music can now be copied, download or resetted.

Patch Changes

  • b5a41e0 Thanks @mikebarkmin! - Fix bug when protecting an interactive element. Now the elements are initialized after being reveled. Fix that collapsibles with the same id were not synced.

0.22.1

Patch Changes

  • 2ed165e Thanks @mikebarkmin! - Fix bug when protecting an interactive element. Now the elements are initialized after being reveled. Fix that collapsibles with the same id were not synced.

0.22.0

Minor Changes

0.21.0

Minor Changes

0.20.0

Minor Changes

0.19.0

Minor Changes

  • 8d23c1a Thanks @mikebarkmin! - Add abc music element. For displaying and creating music with notes.

0.18.0

Minor Changes

0.17.1

Patch Changes

0.17.0

Minor Changes

Patch Changes

0.16.0

Minor Changes

0.15.3

Patch Changes

0.15.2

Patch Changes

0.15.1

Patch Changes

0.15.0

Minor Changes

0.14.0

Minor Changes

  • #907 eaeaf29 Thanks @mikebarkmin! - Add option to enable search. Just set the search key to true in your hyperbook config and a search icon will be visible in the top right hand corner.

0.13.2

Patch Changes

0.13.1

Patch Changes

  • 300e589 Thanks @mikebarkmin! - fix online ide has wrong file names when using showLineNumbers in hyperbook config.

0.13.0

Minor Changes

  • d9f0b71 Thanks @mikebarkmin! - Allow permaids to be set in the frontmatter of a page. The permaids can be use in links and in the frontmatter for next and prev. See the page configuration documentation for details. All pages with permaids are available at /@/[permaid].

0.12.2

Patch Changes

0.12.1

Patch Changes

0.12.0

Minor Changes

0.11.2

Patch Changes

0.11.1

Patch Changes

0.11.0

Minor Changes

  • cfb27a1 Thanks @mikebarkmin! - Improve ouput for CI environments and make failure message clearer.

Patch Changes

0.10.1

Patch Changes

0.10.0

Minor Changes

  • #882 26ae87e Thanks @mikebarkmin! - The release is a complete rewrite of the underlying process to generate the HTML files. React was removed from the project and replaced with remark plugins. This improves build times and give us more control over the whole process. For example there is no need anymore for running npx hyperbook setup.

    I also added a new pagelist directive, which can be used to list pages based on user-defined criteria. This directive also replaces the included glossary page. Therefore, you need to create on yourself. This can be easily done by creating a page glossary.md with the following content:

    ---
    name: Glossary
    ---
    
    ::pagelist{format="glossary" source="href(/glossary/)"}

    Additionally, I added the ability to use custom JavaScript and CSS-files - see the documentation under Advanced Features - in addition to using HTML in your hyperbook, when the allowDangerousHtml option is enabled in your config.

    I also improved the appearance of custom links, by moving them to the footer on mobile devices.

0.9.7

Patch Changes

0.9.6

Patch Changes

  • Fix wbr visible on page

0.9.5

Patch Changes

  • 4a3a21f Thanks @mikebarkmin! - update dependencies

  • Updated dependencies [4a3a21f]:

    • @hyperbook/drawer@0.1.2
    • @hyperbook/provider@0.4.2

0.9.4

Patch Changes

  • Updated dependencies []:
    • @hyperbook/provider@0.4.1

0.9.3

Patch Changes

  • d723aaf Thanks @mikebarkmin! - Fix fs module for windows. This should also fix the vscode extension on windows.

0.9.2

Patch Changes

0.9.1

Patch Changes

  • Updated dependencies [75a3227]:
    • @hyperbook/drawer@0.1.1

0.9.0

Minor Changes

Patch Changes

  • Updated dependencies [9bb80bb]:
    • @hyperbook/provider@0.4.0
    • @hyperbook/drawer@0.1.0

0.8.1

Patch Changes

0.8.0

Minor Changes

  • ff0e867 Thanks @mikebarkmin! - Improve the build of hyperbooks and the generation of the toc.

0.7.0

Minor Changes

Patch Changes

  • Updated dependencies [902c0b3]:
    • @hyperbook/provider@0.3.0

0.6.4

Patch Changes

0.6.3

Patch Changes

0.6.2

Patch Changes

  • Updated dependencies []:
    • @hyperbook/provider@0.2.3

0.6.1

Patch Changes

0.6.0

Minor Changes

  • 764a681 Thanks @mikebarkmin! - You can now add customs ids to headings. This allow for stable links even if the content of the heading changes.

Patch Changes

0.5.3

Patch Changes

0.5.2

Patch Changes

  • ac262ca Thanks @mikebarkmin! - Improve the css for image lightboxes. The cursor now only changes when hovering the image and not the left and right border.

0.5.1

Patch Changes

  • Updated dependencies []:
    • @hyperbook/provider@0.2.1

0.5.0

Minor Changes

  • 60e8fb1 Thanks @mikebarkmin! - Improve code copying behaviour on iOS and improve styling for inline code snippets on every platform.

0.4.3

Patch Changes

0.4.2

Patch Changes

0.4.1

Patch Changes

0.4.0

Minor Changes

  • c526071 Thanks @mikebarkmin! - Add lightbox for images. You can now click on an image to display a larger preview.

Patch Changes

0.3.4

Patch Changes

  • Updated dependencies [8d53899]:
    • @hyperbook/provider@0.2.0

0.3.3

Patch Changes

0.3.2

Patch Changes

  • Updated dependencies []:
    • @hyperbook/provider@0.1.7

0.3.1

Patch Changes

  • Updated dependencies []:
    • @hyperbook/provider@0.1.6

0.3.0

Minor Changes

  • #338 774405b Thanks @mikebarkmin! - We now remove HTML comments from your Markdown files. The comments will be completely removed from the HTML output. So you can use these for adding hints for your co-authors, or removing a section of your book from the output, but not from the source code.

    HTML comments also work across multiple lines. Here you can see an example:

    <!-- This is a HTML comment -->
    
    <!--
      It
      also
      works
      across
      multiple
      lines
    -->

0.2.0

Minor Changes

  • #326 9472583 Thanks @mikebarkmin! - Add configuration options to the hyperbook.json for the element bookmarks and excalidraw.

Patch Changes

  • Updated dependencies []:
    • @hyperbook/provider@0.1.5

0.1.6

Patch Changes

  • Fix error when heading is empty. For example when writing a heading in our VS Code extension.

0.1.5

Patch Changes

  • Updated dependencies [cedb551]:
    • @hyperbook/provider@0.1.4

0.1.4

Patch Changes

  • Updated dependencies [c3e747a]:
    • @hyperbook/provider@0.1.3

0.1.3

Patch Changes

0.1.2

Patch Changes

  • Updated dependencies [2c34554]:
    • @hyperbook/provider@0.1.2

0.1.1

Patch Changes

  • 9ea5483 Thanks @mikebarkmin! - Force package update due to failed pipeline

  • Updated dependencies [9ea5483]:

    • @hyperbook/provider@0.1.1

0.1.0

Minor Changes

  • 6c1bd51 Thanks @mikebarkmin! - Extract feature in separate packages. This allows for easier development of new templates and allows enables to make changes more transparent.

Patch Changes

  • Updated dependencies [6c1bd51]:
    • @hyperbook/provider@0.1.0