@aquera/nile-elements 1.5.8 → 1.5.9-patch-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +34 -0
- package/dist/index.js +190 -190
- package/dist/nile-code-editor/nile-code-editor.cjs.js +2 -2
- package/dist/nile-code-editor/nile-code-editor.cjs.js.map +1 -1
- package/dist/nile-code-editor/nile-code-editor.esm.js +2 -2
- package/dist/nile-code-editor/theme.cjs.js +1 -1
- package/dist/nile-code-editor/theme.cjs.js.map +1 -1
- package/dist/nile-code-editor/theme.esm.js +1 -1
- package/dist/nile-dropdown/nile-dropdown.cjs.js +1 -1
- package/dist/nile-dropdown/nile-dropdown.cjs.js.map +1 -1
- package/dist/nile-dropdown/nile-dropdown.esm.js +1 -1
- package/dist/src/nile-code-editor/nile-code-editor.d.ts +1 -0
- package/dist/src/nile-code-editor/nile-code-editor.js +6 -8
- package/dist/src/nile-code-editor/nile-code-editor.js.map +1 -1
- package/dist/src/nile-code-editor/theme.d.ts +5 -0
- package/dist/src/nile-code-editor/theme.js +5 -0
- package/dist/src/nile-code-editor/theme.js.map +1 -1
- package/dist/src/nile-dropdown/nile-dropdown.js +4 -2
- package/dist/src/nile-dropdown/nile-dropdown.js.map +1 -1
- package/dist/src/version.js +1 -1
- package/dist/src/version.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/nile-code-editor/nile-code-editor.ts +4 -8
- package/src/nile-code-editor/theme.ts +7 -0
- package/src/nile-dropdown/nile-dropdown.ts +5 -3
- package/vscode-html-custom-data.json +6 -1
package/README.md
CHANGED
|
@@ -79,6 +79,40 @@ To run a local development server that serves the basic demo located in `demo/in
|
|
|
79
79
|
|
|
80
80
|
In this section, you can find the updates for each release of `nile-elements`. It's a good practice to maintain detailed release notes to help users and developers understand what changes have been made from one version to another and how these changes might affect their projects.
|
|
81
81
|
|
|
82
|
+
#### Version 1.5.9-patch-1 (March 25, 2026)
|
|
83
|
+
- Nile Code Editor: cmd+F fuctionality not working in readonly mode (UIF-1160)
|
|
84
|
+
|
|
85
|
+
#### Version 1.6.4 (March 19, 2026)
|
|
86
|
+
- Nile Pagination: Fixed left navigation button being clickable on first page (UIF-1146)
|
|
87
|
+
- Nile Menu: Added active property support for menu items (UIF-1147)
|
|
88
|
+
- Nile RTE: Fixed spacing and dimensions for ul and ol lists (UIF-1149)
|
|
89
|
+
- Nile Icons: Added new icons arrow-right-small and arrow-left-small (UIF-1152)
|
|
90
|
+
- Nile Code Editor: cmd+F fuctionality not working in readonly mode (UIF-1154)
|
|
91
|
+
- Dependency Nile 1.2.4
|
|
92
|
+
|
|
93
|
+
#### Version 1.6.3 (March 17, 2026)
|
|
94
|
+
- Nile Button: Updated icon color for ghost variant to ensure consistent styling (UIF-1140)
|
|
95
|
+
- Nile Select: Added background color in NG mode for improved visual consistency (UIF-1140)
|
|
96
|
+
- Nile Select: Exposed footer slot for better customization (UIF-1139)
|
|
97
|
+
- Nile RTE: Fixed non-editable issue in Safari (UIF-1141)
|
|
98
|
+
- Nile Checkbox: Fixed disabled state behavior (UIF-1142)
|
|
99
|
+
- Nile Checkbox Group: Added New Component (UIF-1136)
|
|
100
|
+
|
|
101
|
+
#### Version 1.6.2 (March 12, 2026)
|
|
102
|
+
- Nile Icon: Introduced new icon: folder_delete (UIF-1133)
|
|
103
|
+
- Nile Icon: Updated Icon: layers-three-02 (UIF-1134)
|
|
104
|
+
- Nile OTP Input: Added New Component (UIF-1135)
|
|
105
|
+
- Dependency Nile 1.2.3
|
|
106
|
+
|
|
107
|
+
#### Version 1.6.1 (March 10, 2026)
|
|
108
|
+
- Nile Floating Panel: Improvement of Nile Floating Panel (UIF-1132)
|
|
109
|
+
|
|
110
|
+
#### Version 1.6.0 (March 06, 2026)
|
|
111
|
+
- Nile Rich Text Editor: Added New Link Feature (UIF-1131)
|
|
112
|
+
|
|
113
|
+
#### Version 1.5.9 (March 05, 2026)
|
|
114
|
+
- Nile Dropdown: Preserve trigger disabled state (UIF-1129)
|
|
115
|
+
|
|
82
116
|
#### Version 1.5.8 (March 03, 2026)
|
|
83
117
|
- Nile Icon: Publishing NxtGen Icons ng-building-07, ng-clock-refresh, ng-dataflow-02, ng-folder-code, ng-lightbulb-05, ng-number, ng-boolean, ng-string (UIF-1125)(UIF-1128)
|
|
84
118
|
- Nile Grid: Prevent scroll lock in Nile Grid when rows are limited (UIF-1126)
|