Skip to content

Releases: siren-js/api-browser

v2.2.0

02 Apr 20:37
Compare
Choose a tag to compare

Added

  • Back and forward buttons that allow a user to traverse their API navigation history

Fixed

  • Parsed tab's code block now updates properly while in focus and navigating (manually entering a URL or going back/forward)

v2.1.0

02 Apr 20:35
Compare
Choose a tag to compare

Changed

  • Primary color
  • Icons for any links matching current location are now highlighted

Fixed

  • Footer width no longer goes beyond width of main content
  • Autocomplete now works properly on the location input

v2.0.0

21 Mar 23:15
Compare
Choose a tag to compare
Add base path

v1.2.0

01 Aug 14:14
Compare
Choose a tag to compare

Added

  • Form controls now contain an icon based on known field types:
    • search
    • tel
    • url
    • email
    • password
    • date
    • month
    • week
    • time
    • datetime-local
    • number

Changed

  • The text shown when an action has no fields is now larger and has more spacing.
  • The Location field now updates based on API navigation.
  • The Fetch button is now disabled after submitting the Location and while the request is being made.
  • The Location form is now stacked on mobile and tablet.

Fixed

  • #8: radio fields' title is now displayed as a form control label.
  • #9: Properties now align correctly on mobile and tablet.

v1.1.1

17 Jun 22:14
15eb4e4
Compare
Choose a tag to compare

Fixed

  • #2: Modals now close properly after navigation
  • Typo in sub-entities panel

v1.1.0

16 Jun 21:35
50f71db
Compare
Choose a tag to compare

Added

  • Settings
    • Customize HTTP headers to be sent in each request
    • Toggle title casing property names

Changed

  • Upgraded @siren-js/client from v0.1.0 to v0.3.1, which allows for custom HTTP headers, supports more field type submission, and fixes submitting no value
  • Location form is now centered

Fixed

  • #3: Actions are now properly submitted with the Enter key.
  • #4: Navbar is now visible on touch devices.
  • #5: Generating content for empty property values.

v1.0.0

01 Jun 02:04
f16b556
Compare
Choose a tag to compare

Added

  • Fetch entry point URL
  • Display an (embedded) entity
    • Render the title as the header, the class elements as tags, and panels for the actions, links, and entities
    • JSON representation of the entity
  • Follow (embedded) links
  • Submit actions