Skip to content

Releases: lblod/frontend-embeddable-notule-editor

Release 3.0.2

24 Oct 14:31
Compare
Choose a tag to compare

Patch Changes

Release 3.0.1

24 Oct 14:17
Compare
Choose a tag to compare

Patch Changes

Release 3.0.0

24 Oct 14:13
Compare
Choose a tag to compare

Major Changes

  • #163 5f61b89 Thanks @Dietr! - - replace ember-cli-sass with ember-cli-postcss

    • add postcss-rem-to-pixels
    • all rem units are converted to px units
  • #176 8a9471d Thanks @abeforgit! - Adds a way to import the editor through npm

    • rename the package to @lblod/embeddable-say-editor
    • export renderEditor, a function which renders the editor in an iframe
    • export SayWebComponent, which can be imported and registered as a custom element
    • adds a prepare script to bundle the project in an npm-compatible way

Patch Changes

  • #164 ce5a770 Thanks @x-m-el! - Add citation card to search for citations that activates when typing citation plugin keywords

  • #166 a410031 Thanks @x-m-el! - remove some left over mentions of rdfa-date plugin in readme and code, as this is now fully encompassed in the variable plugin

Release 2.0.0

02 Oct 11:44
Compare
Choose a tag to compare

Major Changes

  • #132 8cd3be4 Thanks @abeforgit! - Update all deps and necessary config values

    • removed "template-variable" config section: this plugin was merged into the
      variable plugin, and all its config options are also moved there to reflect this.

    • split up the variable plugin into "insert" and "edit" sections, for inserting
      and "filling in" variables respectively. The "edit" behavior is what
      the now-removed template-variable plugin used to handle. Its options
      have been moved verbatim to the variable->edit->location section.
      This is because all its options only mattered for the location variable type.

    • adds "enable" keys to the edit and insert configs for variables to maintain
      the ability to selectively enable either one. They both default to true.

    • the activeInRanges config for variables has been removed (this was a
      mistake in the docs)

    • the "defaultEndpoint" option for the variable plugin has been renamed to
      "codelistEndpoint" to better reflect it only matters for codelists

  • #158 2aaa620 Thanks @abeforgit! - - update ember to 4.12

    • bump editor and plugins to latest
    • adjust imports and components of date plugin to new names
    • move date config over to variable section
    • remove now redundant references to rdfa-date plugin and move docs over
    • remove date insert button from insert menu to be consistent with other variables
  • #155 b656b3f Thanks @x-m-el! - Changes the workings of the besluit and article-structure plugins

    • the modes for article-structure are gone.
    • besluit and article-structure can be used together
    • no more configuration needed for either plugins
    • some more documentation about using article-structure effectively

    Now the besluit plugin adds besluit nodes and adds the insert buttons for these node(s) (before it only added the structure)
    Now the article structure plugin adds article structure nodes and insert buttons (like before) and is not connected at all anymore with besluit nodes (before insert buttons for besluit nodes were added via article structure plugin)

    To migrate:

    • What was article-structure in regulatoryStatement mode before is now just the article-structure plugin, without specifying a mode.
    • What was article-structure in besluit mode before is now just the besluit plugin, without specifying a mode.

Minor Changes

  • #145 d10cff0 Thanks @x-m-el! - - Bugfix: controller is now loaded correctly to the editorElement and can be used.

    • On/Off methods bound to the editorElement are removed, as they are methods that didn't do anything.
  • #148 109016a Thanks @x-m-el! - - fix: localize language of the editor based on the user's browser local. The fallback in all cases is Dutch (nl-BE)

    • Add extra locale helper functions to give control over the editor's language to a consumer
      • setLocale to set a general locale
      • getLocale to get the current locale
      • setLocaleToDutch to easily set the editor to Dutch
      • setLocaleToEnglish to easily set the editor to English
  • #150 3f25d21 Thanks @x-m-el! - The variable plugin does not need the RDFa date plugin to be active anymore.
    It will activate what it needs itself. Configurations stay the same.

  • #142 7cb6a74 Thanks @elpoelma! - Render svgs inline in order to solve svg symbol file cors issues

  • #159 f4b18f8 Thanks @dkozickis! - GN-4543: Fix issues reported by dependency-lint

  • #153 40e880f Thanks @elpoelma! - Remove references to decision validation from readme

Patch Changes

Release 1.2.1

08 Sep 10:22
Compare
Choose a tag to compare

🐛 Bug Fix

  • #128 GN-4483: Remove styling for #ember-basic-dropdown-wormhole (@dkozickis)

🏠 Internal

Committers: 2

Release 1.2.0

10 Jul 10:49
Compare
Choose a tag to compare

🚀 Enhancement

  • #123 Get citation-plugin working in prebuilt sources (@elpoelma)

Committers: 1

Release 1.1.0

10 Jul 10:20
Compare
Choose a tag to compare

🚀 Enhancement

🏠 Internal

Committers: 4

Release 1.0.2-vendor.6

09 May 15:27
Compare
Choose a tag to compare
Pre-release

add svgxuse workaround

Release 1.0.2-vendor.5

09 May 13:03
Compare
Choose a tag to compare
Pre-release

remove cors hack

Release 1.0.2-vendor.4

09 May 07:57
Compare
Choose a tag to compare
Pre-release

hopefully fix copy directive