-
683d5c1c: Upgrade to latest Typescript. Keep in mind, some @ts-ignores were necessary, also per TS maintainer's advice. Use skipLibCheck in your TSConfig to ignore issues coming from Lion, the types are valid.
We also unfixed lion's dependencies (now using caret ^) on its own packages, because it caused a lot of problems with duplicate installations for end users as well as subclassers and its end users. Both of these changes may affect subclassers in a breaking manner, hence the minor bump.
Be sure to read our Rationale on this change and what this means for you as a user.
- Updated dependencies [683d5c1c]
- @lion/[email protected]
- @lion/[email protected]
- 30805edf: Replace deprecated node folder exports with wildcard exports for docs
- 2bd3c521: Rename customElementsManifest to customElements in package.json
- Updated dependencies [30805edf]
- Updated dependencies [495cb0c5]
- Updated dependencies [2bd3c521]
- Updated dependencies [2b583ee7]
- Updated dependencies [83011918]
- @lion/[email protected]
- @lion/[email protected]
- Updated dependencies [9b81b69e]
- Updated dependencies [a2c66cd9]
- Updated dependencies [c4562f7e]
- Updated dependencies [c55d4566]
- @lion/[email protected]
- @lion/[email protected]
- Updated dependencies [bcf68ceb]
- Updated dependencies [d963e74e]
- @lion/[email protected]
- @lion/[email protected]
- Updated dependencies [ec03d209]
- @lion/[email protected]
- @lion/[email protected]
- Updated dependencies [04874352]
- @lion/[email protected]
- Updated dependencies [8c06302e]
- Updated dependencies [8a766644]
- Updated dependencies [e87b6293]
- @lion/[email protected]
- @lion/[email protected]
- 84131205: use mdjs-preview in docs for lit compatibility
- Updated dependencies [84131205]
- @lion/[email protected]
- @lion/[email protected]
- Updated dependencies [f320b8b4]
- @lion/[email protected]
- Updated dependencies [72067c0d]
- @lion/[email protected]
- @lion/[email protected]
- Updated dependencies [0ddd38c0]
- Updated dependencies [0ddd38c0]
- @lion/[email protected]
- 02e4f2cb: add simulator to demos
- Updated dependencies [11ec31c6]
- Updated dependencies [15146bf9]
- Updated dependencies [02e4f2cb]
- Updated dependencies [c6fbe920]
- @lion/[email protected]
- @lion/[email protected]
-
43e4bb81: Type fixes and enhancements:
- all protected/private entries added to form-core type definitions, and their dependents were fixed
- a lot @ts-expect-error and @ts-ignore (all
get slots()
andget modelValue()
issues are fixed) - categorized @ts-expect-error / @ts-ignore into:
- [external]: when a 3rd party didn't ship types (could also be browser specs)
- [allow-protected]: when we are allowed to know about protected methods. For instance when code resides in the same package
- [allow-private]: when we need to check a private value inside a test
- [allow]: miscellaneous allows
- [editor]: when the editor complains, but the cli/ci doesn't
- 97b8592c: Remove lion references in docs for easier extending
- 77a04245: add protected and private type info
- Updated dependencies [38297d07]
- Updated dependencies [3b5ed322]
- Updated dependencies [77a04245]
- Updated dependencies [53167fd2]
- Updated dependencies [181a1d45]
- Updated dependencies [fb1522dd]
- Updated dependencies [75af80be]
- Updated dependencies [0e910e3f]
- Updated dependencies [991f1f54]
- Updated dependencies [cc02ae24]
- Updated dependencies [43e4bb81]
- Updated dependencies [6ae7a5e3]
- @lion/[email protected]
- @lion/[email protected]
- Updated dependencies [6ea02988]
- @lion/[email protected]
- Updated dependencies [72a6ccc8]
- @lion/[email protected]
- Updated dependencies [13f808af]
- Updated dependencies [aa478174]
- Updated dependencies [a809d7b5]
- @lion/[email protected]
- f3e54c56: Publish documentation with a format for Rocket
- 5db622e9: BREAKING: Align exports fields. This means no more wildcards, meaning you always import with bare import specifiers, extensionless. Import components where customElements.define side effect is executed by importing from '@lion/package/define'. For multi-component packages this defines all components (e.g. radio-group + radio). If you want to only import a single one, do '@lion/radio-group/define-radio' for example for just lion-radio.
- Updated dependencies [f3e54c56]
- Updated dependencies [af90b20e]
- Updated dependencies [5db622e9]
- @lion/[email protected]
- @lion/[email protected]
- Updated dependencies [dbacafa5]
- @lion/[email protected]
- Updated dependencies [6b91c92d]
- Updated dependencies [701aadce]
- @lion/[email protected]
- @lion/[email protected]
- Updated dependencies [b2a1c1ef]
- @lion/[email protected]
- Updated dependencies [d0b37e62]
- @lion/[email protected]
- Updated dependencies [deb95d13]
- @lion/[email protected]
-
b2f981db: Add exports field in package.json
Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside.
- Updated dependencies [b2f981db]
- @lion/[email protected]
- @lion/[email protected]
- Updated dependencies [a7b27502]
- @lion/[email protected]
- Updated dependencies [77114753]
- Updated dependencies [f98aab23]
- Updated dependencies [f98aab23]
- @lion/[email protected]
- 8fb7e7a1: Fix type issues where base constructors would not have the same return type. This allows us to remove a LOT of @ts-expect-errors/@ts-ignores across lion.
- 9112d243: Fix missing types and update to latest scoped elements to fix constructor type.
- Updated dependencies [8fb7e7a1]
- Updated dependencies [9112d243]
- @lion/[email protected]
- @lion/[email protected]
- 5302ec89: Minimise dependencies by removing integration demos to form-integrations and form-core packages.
- 98f1bb7e: Ensure all lit imports are imported from @lion/core. Remove devDependencies in all subpackages and move to root package.json. Add demo dependencies as real dependencies for users that extend our docs/demos.
- Updated dependencies [5302ec89]
- Updated dependencies [98f1bb7e]
- Updated dependencies [a8cf4215]
- @lion/[email protected]
- @lion/[email protected]
- Updated dependencies [9fba9007]
- @lion/[email protected]
- @lion/[email protected]
- Updated dependencies [41edf033]
- @lion/[email protected]
- @lion/[email protected]
- Updated dependencies [5553e43e]
- @lion/[email protected]
- Updated dependencies [aa8ad0e6]
- Updated dependencies [4bacc17b]
- @lion/[email protected]
- Updated dependencies [c5c4d4ba]
- @lion/[email protected]
- Updated dependencies [cf0967fe]
- @lion/[email protected]
- Updated dependencies [b222fd78]
- @lion/[email protected]
- Updated dependencies [cfbcccb5]
- @lion/[email protected]
- @lion/[email protected]
- Updated dependencies [e2e4deec]
- @lion/[email protected]
- @lion/[email protected]
- Updated dependencies [20ba0ca8]
- Updated dependencies [618f2698]
- @lion/[email protected]
- @lion/[email protected]
- Updated dependencies [2907649b]
- Updated dependencies [68e3e749]
- Updated dependencies [fd297a28]
- Updated dependencies [9fcb67f0]
- Updated dependencies [247e64a3]
- Updated dependencies [e92b98a4]
- @lion/[email protected]
- @lion/[email protected]
- 0aa4480e: Refactor of some fields to ensure that _inputNode has the right type. It starts as HTMLElement for LionField, and all HTMLInputElement, HTMLSelectElement and HTMLTextAreaElement logic, are moved to the right places.
- Updated dependencies [d5faa459]
- Updated dependencies [0aa4480e]
- @lion/[email protected]
- 6f08e929: Added types for form and fieldset packages.
- Updated dependencies [4b7bea96]
- Updated dependencies [01a798e5]
- Updated dependencies [a31b7217]
- Updated dependencies [85720654]
- Updated dependencies [32202a88]
- Updated dependencies [b9327627]
- Updated dependencies [02145a06]
- @lion/[email protected]
- @lion/[email protected]
- Updated dependencies [75107a4b]
- Updated dependencies [60d5d1d3]
- @lion/[email protected]
- @lion/[email protected]
-
874ff483: Form-core typings
Provided typings for the form-core package and core package. This also means that mixins that previously had implicit dependencies, now have explicit ones.
- lion-select-rich: invoker selectedElement now also clones text nodes (fix)
- fieldset: runs a FormGroup suite
-
Updated dependencies [874ff483]
- @lion/[email protected]
- @lion/[email protected]
- Updated dependencies [65ecd432]
- Updated dependencies [4dc621a0]
- @lion/[email protected]
- @lion/[email protected]
-
c347fce4: Field population fix
- allow population conditionally rendered fields in formGroup/fieldset/form
-
Updated dependencies [c347fce4]
- @lion/[email protected]
- Updated dependencies [4b3ac525]
- @lion/[email protected]
- @lion/[email protected]
- dd021e43: Groups need a valid formattedValue representing the value of it's form elements
- Updated dependencies [dd021e43]
- Updated dependencies [07c598fd]
- @lion/[email protected]
- Updated dependencies [fb236975]
- @lion/[email protected]
- 3c61fd29: Add types to form-core, for everything except form-group, choice-group and validate. Also added index.d.ts (re-)export files to git so that interdependent packages can use their types locally.
- Updated dependencies [3c61fd29]
- Updated dependencies [9ecab4d5]
- @lion/[email protected]
- @lion/[email protected]
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
0.14.1 (2020-07-28)
Note: Version bump only for package @lion/fieldset
0.14.0 (2020-07-27)
- synchronous form registration system (8698f73)
0.13.13 (2020-07-16)
Note: Version bump only for package @lion/fieldset
0.13.12 (2020-07-13)
Note: Version bump only for package @lion/fieldset
0.13.11 (2020-07-09)
Note: Version bump only for package @lion/fieldset
0.13.10 (2020-07-09)
Note: Version bump only for package @lion/fieldset
0.13.9 (2020-07-09)
Note: Version bump only for package @lion/fieldset
0.13.8 (2020-07-07)
Note: Version bump only for package @lion/fieldset
0.13.7 (2020-07-06)
Note: Version bump only for package @lion/fieldset
0.13.6 (2020-06-18)
Note: Version bump only for package @lion/fieldset
0.13.5 (2020-06-10)
Note: Version bump only for package @lion/fieldset
0.13.4 (2020-06-09)
Note: Version bump only for package @lion/fieldset
0.13.3 (2020-06-08)
Note: Version bump only for package @lion/fieldset
0.13.2 (2020-06-08)
Note: Version bump only for package @lion/fieldset
0.13.1 (2020-06-03)
- define side effects for demo files (1d40567)
0.13.0 (2020-05-29)
- merge field/validate/choice-input/form-group into @lion/form-core (6170374)
- use markdown javascript (mdjs) for documentation (bcd074d)
0.12.0 (2020-05-27)
0.11.2 (2020-05-27)
Note: Version bump only for package @lion/fieldset
0.11.1 (2020-05-25)
- add side effects to package.json to fix storybook build (a7f7b4c)
0.11.0 (2020-05-18)
- use singleton manager to support nested npm installations (e2eb0e0)
0.10.2 (2020-04-29)
Note: Version bump only for package @lion/fieldset
0.10.1 (2020-04-02)
Note: Version bump only for package @lion/fieldset
0.10.0 (2020-03-25)
- field: align (pre)filled and empty, fix filled not working (e397f8d)
0.9.4 (2020-03-19)
- normalization model-value-changed events (1b6c3a4)
0.9.3 (2020-03-05)
Note: Version bump only for package @lion/fieldset
0.9.2 (2020-03-04)
Note: Version bump only for package @lion/fieldset
0.9.1 (2020-03-02)
- normalize subclasser apis (ce0630f)
0.9.0 (2020-03-01)
0.8.1 (2020-02-26)
Note: Version bump only for package @lion/fieldset
0.8.0 (2020-02-20)
- rearrange/cleanup mixin duties (cb7120e)
- api normalisation formElements and values (9b905c4)
0.7.2 (2020-02-19)
- reduce storybook chunck sizes for more performance (9fc5606)
0.7.1 (2020-02-10)
Note: Version bump only for package @lion/fieldset
0.7.0 (2020-02-06)
- flatten modelValue and remove checkedValue (848ff06)
0.6.9 (2020-02-06)
Note: Version bump only for package @lion/fieldset
0.6.8 (2020-02-06)
Note: Version bump only for package @lion/fieldset
0.6.7 (2020-02-05)
Note: Version bump only for package @lion/fieldset
0.6.6 (2020-02-05)
Note: Version bump only for package @lion/fieldset
0.6.5 (2020-02-03)
Note: Version bump only for package @lion/fieldset
0.6.4 (2020-01-23)
- move demos to form-system to avoid circular dependencies (ddd1a72)
- update links in stories (0c53b1d)
0.6.3 (2020-01-23)
Note: Version bump only for package @lion/fieldset
0.6.2 (2020-01-20)
Note: Version bump only for package @lion/fieldset
0.6.1 (2020-01-17)
- update storybook and use main.js (e61e0b9)
0.6.0 (2020-01-13)
- improved storybook demos (89b835a)
0.5.7 (2020-01-08)
Note: Version bump only for package @lion/fieldset
0.5.6 (2019-12-16)
- fieldset: 0 is now a valid serializedValue (b9f8c96)
0.5.5 (2019-12-13)
Note: Version bump only for package @lion/fieldset
0.5.4 (2019-12-11)
- fieldset: wait for registration before setting values (c378b18)
0.5.3 (2019-12-04)
Note: Version bump only for package @lion/fieldset
0.5.2 (2019-12-03)
- let lerna publish fixed versions (bc7448c)
0.5.1 (2019-12-02)
- use strict versions to get correct deps on older versions (8645c13)
0.5.0 (2019-12-01)
- overlays: improve API for overriding controller config in mixin (45f5571)
0.4.4 (2019-11-28)
Note: Version bump only for package @lion/fieldset
0.4.3 (2019-11-27)
Note: Version bump only for package @lion/fieldset
0.4.2 (2019-11-27)
Note: Version bump only for package @lion/fieldset
0.4.1 (2019-11-26)
Note: Version bump only for package @lion/fieldset
0.4.0 (2019-11-22)
- field: order aria attributes based on nodes (95d553e)
0.3.0 (2019-11-18)
- finalize validation and adopt it everywhere (396deb2)
0.2.1 (2019-11-15)
- refactor slot selection (5999ea9)
0.2.0 (2019-11-13)
- remove all deprecations from lion (66d3d39)
0.1.66 (2019-11-12)
Note: Version bump only for package @lion/fieldset
0.1.65 (2019-11-06)
Note: Version bump only for package @lion/fieldset
0.1.64 (2019-11-01)
- fieldset: manage when to show error messages (c984a66)
- fieldset: outside click only effects focused groups (378e940)
0.1.63 (2019-10-25)
Note: Version bump only for package @lion/fieldset
0.1.62 (2019-10-23)
Note: Version bump only for package @lion/fieldset
0.1.61 (2019-10-23)
Note: Version bump only for package @lion/fieldset
0.1.60 (2019-10-21)
Note: Version bump only for package @lion/fieldset
0.1.59 (2019-10-14)
Note: Version bump only for package @lion/fieldset
0.1.58 (2019-10-11)
Note: Version bump only for package @lion/fieldset
0.1.57 (2019-10-09)
Note: Version bump only for package @lion/fieldset
0.1.56 (2019-10-07)
Note: Version bump only for package @lion/fieldset
0.1.55 (2019-09-30)
Note: Version bump only for package @lion/fieldset
0.1.54 (2019-09-27)
Note: Version bump only for package @lion/fieldset
0.1.53 (2019-09-25)
Note: Version bump only for package @lion/fieldset
0.1.52 (2019-09-20)
Note: Version bump only for package @lion/fieldset
0.1.51 (2019-09-19)
Note: Version bump only for package @lion/fieldset
0.1.50 (2019-09-13)
Note: Version bump only for package @lion/fieldset
0.1.49 (2019-08-23)
Note: Version bump only for package @lion/fieldset
0.1.48 (2019-08-17)
Note: Version bump only for package @lion/fieldset
0.1.47 (2019-08-15)
- fieldset: reset / inital modelValue always accurate (085895e)
0.1.46 (2019-08-15)
Note: Version bump only for package @lion/fieldset
0.1.45 (2019-08-14)
Note: Version bump only for package @lion/fieldset
0.1.44 (2019-08-07)
Note: Version bump only for package @lion/fieldset
0.1.43 (2019-08-07)
Note: Version bump only for package @lion/fieldset
0.1.42 (2019-07-30)
Note: Version bump only for package @lion/fieldset
0.1.41 (2019-07-30)
Note: Version bump only for package @lion/fieldset
0.1.40 (2019-07-25)
Note: Version bump only for package @lion/fieldset
0.1.39 (2019-07-24)
Note: Version bump only for package @lion/fieldset
0.1.38 (2019-07-23)
Note: Version bump only for package @lion/fieldset
0.1.37 (2019-07-23)
Note: Version bump only for package @lion/fieldset
0.1.36 (2019-07-23)
Note: Version bump only for package @lion/fieldset
0.1.35 (2019-07-19)
- field: make sure RegistrationSystem works well with ShadyDom (2a0d18b)
0.1.34 (2019-07-19)
Note: Version bump only for package @lion/fieldset
0.1.33 (2019-07-18)
Note: Version bump only for package @lion/fieldset
0.1.32 (2019-07-17)
Note: Version bump only for package @lion/fieldset
0.1.31 (2019-07-16)
Note: Version bump only for package @lion/fieldset
0.1.30 (2019-07-16)
Note: Version bump only for package @lion/fieldset
0.1.29 (2019-07-15)
Note: Version bump only for package @lion/fieldset
0.1.28 (2019-07-15)
Note: Version bump only for package @lion/fieldset
0.1.27 (2019-07-09)
Note: Version bump only for package @lion/fieldset
0.1.26 (2019-07-04)
- fieldset: test validation after dynamic child removal/addition (596488b)
0.1.25 (2019-07-02)
Note: Version bump only for package @lion/fieldset
0.1.24 (2019-07-02)
Note: Version bump only for package @lion/fieldset
0.1.23 (2019-06-27)
Note: Version bump only for package @lion/fieldset
0.1.22 (2019-06-24)
Note: Version bump only for package @lion/fieldset
0.1.21 (2019-06-20)
Note: Version bump only for package @lion/fieldset
0.1.20 (2019-06-18)
Note: Version bump only for package @lion/fieldset
0.1.19 (2019-06-06)
Note: Version bump only for package @lion/fieldset
0.1.18 (2019-06-04)
Note: Version bump only for package @lion/fieldset
0.1.17 (2019-05-31)
Note: Version bump only for package @lion/fieldset
0.1.16 (2019-05-31)
Note: Version bump only for package @lion/fieldset
0.1.15 (2019-05-29)
- field: fix form registration in Edge (7e1a7ef)
0.1.14 (2019-05-29)
Note: Version bump only for package @lion/fieldset
0.1.13 (2019-05-24)
Note: Version bump only for package @lion/fieldset
0.1.12 (2019-05-22)
Note: Version bump only for package @lion/fieldset
0.1.11 (2019-05-17)
Note: Version bump only for package @lion/fieldset
0.1.10 (2019-05-16)
Note: Version bump only for package @lion/fieldset
0.1.9 (2019-05-16)
Note: Version bump only for package @lion/fieldset
0.1.8 (2019-05-13)
Note: Version bump only for package @lion/fieldset
0.1.7 (2019-05-13)
- add prepublish step to make links absolute for npm docs (9f2c4f6)
0.1.6 (2019-05-08)
Note: Version bump only for package @lion/fieldset
0.1.5 (2019-05-07)
Note: Version bump only for package @lion/fieldset
0.1.4 (2019-04-29)
Note: Version bump only for package @lion/fieldset
0.1.3 (2019-04-28)
- update storybook/linting; adjust story labels, eslint ignores (8d96f84)
0.1.2 (2019-04-27)
Note: Version bump only for package @lion/fieldset
0.1.1 (2019-04-26)
- add missing files to npm packages (0e3ca17)
- release inital public lion version (ec8da8f)